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
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
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
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
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
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
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
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
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,