On jeudi 25 octobre 2018 19:22:39 CEST Tobias Reinicke wrote: > Thanks Even, > So doing that command, and then looking at; > "gdalinfo -hist out.vrt" gives me a list of wrong looking buckets;
Ah sure, gdal_translate keeps the original band data type, which is inappropriate here. Add -ot Float32 or -ot Float64 -- Spatialys - Geospatial professional services http://www.spatialys.com _______________________________________________ gdal-dev mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/gdal-dev
