Jean-Sébastien Guay writes: > > >> What should I specify as the source coordinate system? > > > > -s_srs EPSG:4326 > > Or the convenient shorthand > > -s_srs WGS84 > > Hmm, that doesn't seem to work either: > > gdalwarp -s_srs WGS84 -t_srs "+proj=utm +zone=32 > +datum=WGS84" 32V.tif > 32V_warped.tif
gdalwarp -s_srs WGS84 -t_srs EPSG:32618 32V.tif 32V_warped.tif You left the units=m out of your proj4 string See http://www.spatialreference.org/ref/epsg/32618/ http://www.spatialreference.org/ref/epsg/32618/proj4/ Norman _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

