Gilbert Ferrara wrote:
Hi there

I have a few satellite images in Latlon WGS84 and I need to convert it to UTM (a specific Zone). What GDAL tool shall I use? GDAL_translate or GDALWARP?

Gilbert,

To reproject an image gdalwarp is the appropriate tool.  If the image is
properly georeferenced already, it may be sufficient to do something like:


  gdalwarp -t_srs "+proj=utm +zone=11 +datum=WGS84" latlong.tif utm.tif

Best regards,
--
---------------------------------------+--------------------------------------
I set the clouds in motion - turn up   | Frank Warmerdam, [email protected]
light and sound - activate the windows | http://pobox.com/~warmerdam
and watch the world go round - Rush    | Geospatial Programmer for Rent

_______________________________________________
gdal-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to