Re: [gdal-dev] gdaltransform utility not working in web service

2012-03-21 Thread Chaitanya kumar CH
Dinesh, You gave the path to a tiff file as an argument from which the projection definition or the GCPs will be extracted. So there should be no need for it to read from inputAoiPath. Please elaborate on how you are trying to do this. On Thu, Mar 22, 2012 at 10:05 AM, Dinesh Dass Subramanian < s

Re: [gdal-dev] gdaltransform utility not working in web service

2012-03-21 Thread Dinesh Dass Subramanian
Dear Frank, Thanks for your help. I have added the LD_LIBRARY_PATH and there is no error in the output file.But new message is coming while I try to execute the gdaltransform or any other utility in my web service. op.text Usage: gdaltransform [--help-general] [-i] [-s_srs srs_def

[gdal-dev] RE: Oracle Locator Support

2012-03-21 Thread Bill Teluk
Thanks Nicolas! -- View this message in context: http://osgeo-org.1560.n6.nabble.com/Oracle-Locator-Support-tp4538403p4643424.html Sent from the GDAL - Dev mailing list archive at Nabble.com. ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lis

Re: [gdal-dev] gdalwarp eats scale and offset

2012-03-21 Thread Etienne Tourigny
I am the author of those changes (adding metadata copy to gdalwarp), and I must confess I had not thought of scale and offset. What I did do was add non-conflicting metadata (at the dataset and band level) and some band-related stuff like description. I have just tested and gdalwarp does not pass

Re: [gdal-dev] gdalwarp eats scale and offset

2012-03-21 Thread Frank Warmerdam
On Wed, Mar 21, 2012 at 3:01 PM, Kyle Shannon wrote: > If I have a dataset with a scale and offset: ... > I couldn't find any docs on this. Is this known and/or expected? I would > think scale and offset would be transferred to the new file. Kyle, Scale and offset are basically a form of metadat

[gdal-dev] gdalwarp eats scale and offset

2012-03-21 Thread Kyle Shannon
If I have a dataset with a scale and offset: kyle@ubuntu:~/Desktop$ gdalinfo test.tif Driver: GTiff/GeoTIFF Files: test.tif Size is 738, 919 Coordinate System is: PROJCS["WGS 84 / UTM zone 12N", ... Origin = (279635.000,4878315.000) Pixel Size = (30.000,-30.000

Re: [gdal-dev] python filegdb problems

2012-03-21 Thread Paolo Corti
On Wed, Mar 21, 2012 at 1:42 PM, Stefano Iacovella wrote: > Kevin > > the ftp server doesn't seem to accept anonymous connection. Is there a > public role or a specific account to get the file you posted? > > stefano > ciao Stefano I could download it earlier this morning, and I can confirm that

Re: [gdal-dev] python filegdb problems

2012-03-21 Thread Stefano Iacovella
Kevin the ftp server doesn't seem to accept anonymous connection. Is there a public role or a specific account to get the file you posted? stefano 2012/3/20 Netherton, Kevin J FLNR:EX : > Been playing around a bit more.  Originally when I ran ogrinfo it did not > list any of the layers in the f

RE: [gdal-dev] Issue with SetConfigOption

2012-03-21 Thread Pouliot, Christopher (DNR)
I'm not sure if this is what you're looking for. Here’s the Catch block in my C# code: catch (Exception e) { MessageBox.Show(e.Source + " - " + e.Message + Environment.NewLine + e.InnerException.Message + Environment.NewLine + e.InnerException.StackTrace + Environment.NewLine,