[gdal-dev] utm to geographic coordinates with gdalwarp

Markus Neteler neteler at osgeo.org
Mon Jul 20 15:10:44 EDT 2009


On Mon, Jul 20, 2009 at 6:13 PM, Anja Roesel<anja.roesel at zmaw.de> wrote:
> Hi list,
>
> My plan is to calculate UTM coordinates in geographic coordinates
> (lat/lon), but I am not sure which parameters I need for the gdalwarp
> command: gdalwarp -t_srs '+proj=?
> May be some of you did this before and an help.

This should work:

gdalwarp -t_srs epsg:4236 infile outfile

See also
http://www.spatialreference.org/ref/epsg/4326/

Hope this helps
Markus


More information about the gdal-dev mailing list