RE: [gdal-dev] Generating a Google Earth image overlay from a Geotiff image

2011-10-04 Thread Harsh Govind
Gdal_translate.exe -of KMLSUPEROVERLAY c:\my.tif c:\myResult.kmz -co FORMAT=PNG From: gdal-dev-boun...@lists.osgeo.org [mailto:gdal-dev-boun...@lists.osgeo.org] On Behalf Of Luisa Peña Sent: Tuesday, October 04, 2011 9:22 AM To: gdal-dev@lists.osgeo.org Subject: [gdal-dev] Generating a Google Ear

RE: [gdal-dev] kml superoverlay help request

2011-04-04 Thread Harsh Govind
Yes, definitely. I meant to say that using KLSUPEROVERLAY driver you cannot read kmz. Thanks for pointing that out. Harsh Govind -Original Message- From: brian [mailto:r...@winkey.org] Sent: Monday, April 04, 2011 12:57 PM To: Harsh Govind Cc: Brian Wilson; gdal-dev@lists.osgeo.org

RE: [gdal-dev] kml superoverlay help request

2011-04-04 Thread Harsh Govind
me know if you have more questions. "v" gets appended for formats supporting virtual IO. Harsh Govind -Original Message- From: gdal-dev-boun...@lists.osgeo.org [mailto:gdal-dev-boun...@lists.osgeo.org] On Behalf Of brian Sent: Monday, April 04, 2011 12:23 PM To: Brian Wilso

[gdal-dev] RE: Using GDAL16.DLL within a C++ application

2010-12-02 Thread Harsh Govind
Download binaries from either GDAL homepage download links or you can use binaries posted by Tamas at : http://vbkto.dyndns.org/sdk/ For how to use GDAL in ur app: http://www.gdal.org/gdal_tutorial.html -- This is where I started. Very helpful. Regards, Govind F

RE: [gdal-dev] kmlsuperoverlay nodata support

2010-10-12 Thread Harsh Govind
What is the command line that you are using? Please try the following and let me know: Gdal_translate.exe -of KMLSUPEROVERLAY c:\my.tif c:\myResult.kmz -co FORMAT=PNG Regards, Harsh Govind From: gdal-dev-boun...@lists.osgeo.org [mailto:gdal-dev-boun...@lists.osgeo.org] On Behalf Of Jamie

RE: [gdal-dev] Re: GDAL 1.7.2 Windows compilation JAVA JNI doesn't work

2010-08-06 Thread Harsh Govind
Also, don’t copy msvc80*.dlls around. You want to update the winSxS by using MS vcredist installer. I think yours is not in sync with Tamas's build machine. Regards, Harsh Govind -Original Message- From: gdal-dev-boun...@lists.osgeo.org [mailto:gdal-dev-boun...@lists.osgeo.or

RE: [gdal-dev] Re: GDAL 1.7.2 Windows compilation JAVA JNI doesn't work

2010-08-06 Thread Harsh Govind
Looks like your path may have another version of libexpat somewhere probably x86. I usually see these kind of errors when accidentally mix-n-match 32 and 64 bit dlls. Basically a 64 bit native application is trying to instantiate a 32 bit application. Regards, Harsh Govind -Original

RE: [gdal-dev] kyngchaos Framework build doesn't support OGDI

2010-04-21 Thread Harsh Govind
I am using OGDI with 1.7.1 and everything looks good. I compile OGDI and then change nmake.opt in GDAL to point to that lib. Which version of OGDI are you compiling? Also, this is on windows. Regards, Harsh Govind From: gdal-dev-boun...@lists.osgeo.org

RE: [gdal-dev] GDAL trunk compilation broken by r19335 / minizip / libkml

2010-04-08 Thread Harsh Govind
Oh good. Thanks a lot for enabling this driver. It has been tested for rasters over 18GB in size and gives options of both JPG/PNG with default to JPG. Next week I will also add an auto-test to make sure the compilation is working. Regards, Harsh Govind

RE: [gdal-dev] GDAL trunk compilation broken by r19335 / minizip / libkml

2010-04-07 Thread Harsh Govind
VCPLATFORM% minizip.vcproj "Release" xcopy /I /Y /C /Q src\*.h %MINIZIPDIR%\include xcopy /I /S /Y /C /Q %DEBUGDIR%\minizipd.lib %MINIZIPDIR%\lib xcopy /I /S /Y /C /Q %RELEASEDIR%\minizip.lib %MINIZIPDIR%\lib endlocal I will add auto-tests for this driver soon. R

[gdal-dev] RE: GDAL trunk compilation broken by r19335 / minizip / libkml

2010-04-07 Thread Harsh Govind
problems you have described. I will do some more research into this problem and possible solutions.. Regards, Harsh Govind From: Even Rouault [even.roua...@mines-paris.org] Sent: Wednesday, April 07, 2010 03:36 PM To: Harsh Govind Cc: r...@winkey.org; fran

RE: [gdal-dev] Motion: Commit Access for Kyle Shannon

2010-02-18 Thread Harsh Govind
+1 Harsh Regards, Harsh Govind From: gdal-dev-boun...@lists.osgeo.org [gdal-dev-boun...@lists.osgeo.org] On Behalf Of Frank Warmerdam [warmer...@pobox.com] Sent: Thursday, February 18, 2010 03:35 PM To: gdal-dev Subject: [gdal-dev] Motion: Commit Access

[gdal-dev] OGDI -- GDAL

2010-02-12 Thread Harsh Govind
VS8.0? Thanks in advance. Regards, Harsh Govind ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

RE: [gdal-dev] No PROJ.4 translation for source SRS

2010-01-19 Thread Harsh Govind
I have a feeling that you are missing GDAL_DATA environment variable with path to directory containing coordinate information. I have usually seen such errors in that case. Regards, Harsh Govind From: gdal-dev-boun...@lists.osgeo.org [gdal-dev-boun

RE: [gdal-dev] Can't initialize my gdal16.dll because of a C runtime error - Can somebody help?

2009-12-02 Thread Harsh Govind
2.8_x-ww_d08d0375 If you don't that means she is missing needed manifest files. Regards, Harsh Govind From: gdal-dev-boun...@lists.osgeo.org [mailto:gdal-dev-boun...@lists.osgeo.org] On Behalf Of Simon Lyngby Kokkendorff Sent: Wednesday, December 02, 2009 6:23 AM To: Rosenkranz, Brigitte

RE: [gdal-dev] Zip/Unzip

2009-10-26 Thread Harsh Govind
Thanks for the info. I will give it a shot. Regards, Harsh Govind -Original Message- From: Even Rouault [mailto:even.roua...@mines-paris.org] Sent: Friday, October 23, 2009 1:08 PM To: Harsh Govind Cc: gdal-dev@lists.osgeo.org Subject: Re: [gdal-dev] Zip/Unzip Selon Harsh Govind

[gdal-dev] Zip/Unzip

2009-10-23 Thread Harsh Govind
rather than directly interact with minizip. Regards, Harsh Govind ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

FW: RE: [gdal-dev] ArcSDE driver question?

2009-10-22 Thread Harsh Govind
FYI From: gispowerfan [gispower...@gmail.com] Sent: Thursday, October 22, 2009 10:13 PM To: Harsh Govind Cc: gdal-dev-bounces Subject: Re: RE: [gdal-dev] ArcSDE driver question? thank you very much! I does work! 2009-10-23

FW: [gdal-dev] ArcSDE driver question?

2009-10-22 Thread Harsh Govind
Make sure D:\ArcGIS\arcsde\bin is in your path. The SDE driver uses the ESRI ArcSDE C API to perform SDE operations. Regards, HG From: gdal-dev-boun...@lists.osgeo.org [mailto:gdal-dev-boun...@lists.osgeo.org] On Behalf Of gispowerfan Sent: Thursday, October 22, 2009 9:11 AM To: gdal-dev Subject:

RE: [gdal-dev] Missing msvcr80.dll ?

2009-09-03 Thread Harsh Govind
And unlike previous versions (msvcrt71) you cannot copy over 8.0 versions dlls from somewhere to your application directory in order to make it work. The solution per Martin's suggestion is to install vcredist.exe. Regards, Harsh Govind SPADAC Inc. -Original Message- From: gda

RE: [gdal-dev] Motion: Commit access for Harsh Govind

2009-09-03 Thread Harsh Govind
Good Afternoon All, I have read and understood the RFC 3 GDAL committer guidelines (http://trac.osgeo.org/gdal/wiki/rfc3_commiters) and I accept the agreement. Regards, Harsh Govind SPADAC Inc. -Original Message- From: gdal-dev-boun...@lists.osgeo.org [mailto:gdal-dev-boun