[gdal-dev] reading multidimension netCDF using gdal

2016-04-14 Thread Giuseppe Amatulli
Hi, I'm trying to merge this 3 tif files having different pixel resolution in one single file. wget https://dl.dropboxusercontent.com/u/29337496/nc/tpi_max_km10.tif wget https://dl.dropboxusercontent.com/u/29337496/nc/tpi_max_km50.tif wget

Re: [gdal-dev] GeoTiff 16bit to 8bit with GDAL 11.x

2016-04-14 Thread Christine Waigl
Hi Even, Thanks so much for this quick and thorough response. The workaround made it possible to fix my code, and I've extended it to multi-band GeoTIFF files (my RGB composites) as gdal_translate -ot Byte -of vrt -b 1 -b 1 -b 2 -b 3 -scale_4 -scale_1 -scale_2 -scale_3 infile.tif infile_8bit.vrt