[gdal-dev] Reproject Globcover

Brian Claywell bcclaywell at gmail.com
Wed Mar 16 19:05:09 EDT 2011


On Wed, Mar 16, 2011 at 5:12 PM, Monica Buescu
<monicabuescu1985 at 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
bcclaywell at gmail.com


More information about the gdal-dev mailing list