Re: [gdal-dev] Require Help Transforming into Equirectangular

2010-12-01 Thread Vincent Schut
On 11/30/2010 10:21 PM, ssobieraj wrote: Hello, I'm trying to use FWTools to transform from an arbitrary Datum/Projection pair in an arbitrary format into a Geographic (lat/lon) projection with the WGS84 ellipsoid in GeoTiff format. To do this, I've tried the following: gdalwarp -s_srs Input.

[gdal-dev] Require Help Transforming into Equirectangular

2010-11-30 Thread ssobieraj
Hello, I'm trying to use FWTools to transform from an arbitrary Datum/Projection pair in an arbitrary format into a Geographic (lat/lon) projection with the WGS84 ellipsoid in GeoTiff format. To do this, I've tried the following: gdalwarp -s_srs Input.prj -t_srs Output.prj Input.xyz Output.tif