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