On Wed, Mar 16, 2011 at 5:12 PM, Monica Buescu
<monicabuescu1...@gmail.com> wrote:
> I pretend to reproject a known JRC product called GLOBCOVER to UTM WGS84
> (zone for France) using gdalwarp keeping spatial resolution (300m) and
> null_values. Can anyone give me a suggestion on how to reproject it using
> gdal?

Try:

gdalwarp -t_srs "EPSG:32631" -tr 300 300 -dstnodata 0 <input file> <output file>

EPSG 32631 is WGS84 UTM zone 31N. See
http://spatialreference.org/ref/epsg/32631/

-b

-- 
Brian Claywell
bcclayw...@gmail.com
_______________________________________________
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to