Greetings

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?

Bellow is the gdalinfo information
Driver: GTiff/GeoTIFF
Files: d:\data\Local\GLobcover\1.tif
Size is 18720, 17640
Coordinate System is:
GEOGCS["WGS 84",
    DATUM["WGS_1984",
        SPHEROID["WGS 84",6378137,298.2572235630016,
            AUTHORITY["EPSG","7030"]],
        AUTHORITY["EPSG","6326"]],
    PRIMEM["Greenwich",0],
    UNIT["degree",0.0174532925199433],
    AUTHORITY["EPSG","4326"]]
Origin = (-11.001388887062376,83.001388888883284)
Pixel Size = (0.002777777777808,-0.002777777777780)
Metadata:
  AREA_OR_POINT=Area
Image Structure Metadata:
  COMPRESSION=LZW
  INTERLEAVE=BAND
Corner Coordinates:
Upper Left  ( -11.0013889,  83.0013889) ( 11d 0'5.00"W, 83d 0'5.00"N)
Lower Left  ( -11.0013889,  34.0013889) ( 11d 0'5.00"W, 34d 0'5.00"N)
Upper Right (  40.9986111,  83.0013889) ( 40d59'55.00"E, 83d 0'5.00"N)
Lower Right (  40.9986111,  34.0013889) ( 40d59'55.00"E, 34d 0'5.00"N)
Center      (  14.9986111,  58.5013889) ( 14d59'55.00"E, 58d30'5.00"N)
Band 1 Block=18720x1 Type=Byte, ColorInterp=Gray
  NoData Value=0
  Metadata:
    BAND=CL6
Thanks
_______________________________________________
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to