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

2012-03-23 Thread Dinesh Dass Subramanian
Chaitanya, The inputAoiPath contains the list of the input coordinates to be transformed. The path to the tiff file contains the RPC file using which the transformation is performed. The outputAoiPath file contains the transformed coordinates. Thanks. On Thu, Mar 22, 2012 at 10:57 AM, Chaitanya

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

2012-03-23 Thread Chaitanya kumar CH
Dinesh, Let us narrow the error location. Give the argument --help-general or --version. You should get the appropriate results. If not, it means that the arguments are not passed to the executable. On Fri, Mar 23, 2012 at 9:11 PM, Dinesh Dass Subramanian sdineshd...@gmail.com wrote:

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

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

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

2012-03-20 Thread Frank Warmerdam
On 12-03-19 07:44 AM, Dinesh Dass Subramanian wrote: Hi, I'm trying to develop a web service for gdaltransform utility that gets four coordinates as input and write it in an input file. Then the gdaltransform utility is executed as in commandline to produce the output in the output file. I

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

2012-03-19 Thread Dinesh Dass Subramanian
Hi, I'm trying to develop a web service for gdaltransform utility that gets four coordinates as input and write it in an input file. Then the gdaltransform utility is executed as in commandline to produce the output in the output file. I have the RPC file in the same path. The problem is the