<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[&quot;WGS 84&quot;,<br>    DATUM[&quot;WGS_1984&quot;,<br>        SPHEROID[&quot;WGS 84&quot;,6378137,298.2572235630016,<br>
            AUTHORITY[&quot;EPSG&quot;,&quot;7030&quot;]],<br>        AUTHORITY[&quot;EPSG&quot;,&quot;6326&quot;]],<br>    PRIMEM[&quot;Greenwich&quot;,0],<br>    UNIT[&quot;degree&quot;,0.0174532925199433],<br>    AUTHORITY[&quot;EPSG&quot;,&quot;4326&quot;]]<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&#39;5.00&quot;W, 83d 0&#39;5.00&quot;N)<br>Lower Left  ( -11.0013889,  34.0013889) ( 11d 0&#39;5.00&quot;W, 34d 0&#39;5.00&quot;N)<br>Upper Right (  40.9986111,  83.0013889) ( 40d59&#39;55.00&quot;E, 83d 0&#39;5.00&quot;N)<br>
Lower Right (  40.9986111,  34.0013889) ( 40d59&#39;55.00&quot;E, 34d 0&#39;5.00&quot;N)<br>Center      (  14.9986111,  58.5013889) ( 14d59&#39;55.00&quot;E, 58d30&#39;5.00&quot;N)<br>Band 1 Block=18720x1 Type=Byte, ColorInterp=Gray<br>
  NoData Value=0<br>  Metadata:<br>    BAND=CL6<br></div>
<div>Thanks</div>