On jeudi 22 décembre 2016 17:14:33 CET Paolo Cavallini wrote:
> Hi Even,
> 
> Il 22/12/2016 16:57, Even Rouault ha scritto:
> > Perhaps there's an issue with the nodata value of your raster ?
> 
> maybe; I have created it with:
> 
> gdalwarp -q -cutline mcp_buf.shp -tr 0.0015703125 0.00038671875
> temperature.tif temp_clip.tif

Look at the nodata value reported with

gdalinfo temp_clip.tif

If there's none, then you've spotted the issue and you need to define one with 
-dstnodata

-- 
Spatialys - Geospatial professional services
http://www.spatialys.com
_______________________________________________
gdal-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to