[Gdal-dev] Image Reprojection

Matt Lynch matt at terraEngine.com
Thu Apr 3 13:24:20 EST 2003


Hi Frank,

>I believe this is a commandline parsing issue.  The '+proj=latlong
+datum=WGS84' would be parsed as a single argument by a Unix shell, but
the DOS shell doesn't work the same.  

That makes sense.  I added a forth option and used double quotes (I can
recall using them in the past within dos to bypass the whitespace).

Now I get
------------------------------------------------------------------------
--------
C:\gdal>gdalwarp -t_srs "+proj=latlong +datum=WGS84" jeffpan2000_10m.tif
out.tif

ERROR 1: Failed to import coordinate system `'.
Creating output file is that 2000P x 2000L.
ERROR 1: Failed to import coordinate system `'.
:0...10...20...30...40...50...60...70...80...90...100 - done.
------------------------------------------------------------------------
--------

The output file is created, but it doesn't look like the conversion
happens.  The line 'FAILED to import coordinate system' is probably the
source of my trouble now (image is in 10TM).

How can I specify a input coordinate system like 10TM

Thanks,

Matt

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.467 / Virus Database: 266 - Release Date: 4/1/2003
 





More information about the Gdal-dev mailing list