RE: [gdal-dev] ECW projection data using Dataset.GetProjectionRef()

2009-10-20 Thread Kris Pribadi
Thanks. Kris From: Tamas Szekeres [mailto:szeker...@gmail.com] Sent: Tuesday, October 20, 2009 11:50 AM To: Kris Pribadi Cc: gdal-dev@lists.osgeo.org Subject: Re: [gdal-dev] ECW projection data using Dataset.GetProjectionRef() Kris, I guess you should make some of the GDAL support fi

Re: [gdal-dev] ECW projection data using Dataset.GetProjectionRef()

2009-10-20 Thread Tamas Szekeres
Kris, I guess you should make some of the GDAL support files (like ecw_cs.wkt) available to load by the driver. You should either set up the GDAL_DATA environment variable to point to the location of the file, or just copy the file into your directory from where the executable is running. Best r

[gdal-dev] ECW projection data using Dataset.GetProjectionRef()

2009-10-20 Thread Kris Pribadi
Hi: I am a new GDAL user using C#. I am using C# implementation of GDAL from FW_Tools. I am trying to write a C# program similar to gdalinfo to extract the metadata from raster files. It is working fine with GeoTiff files, but having problem reading ECW metadata file. The spatial projection