I want to convert a geotif to an xyz-file by gdal_translate. However, when I use the following statement:
gdal_translate infile.tif outfile.xyz -of xyz
the nodata values are always within the xyz-file. I want only the xyz values of pixels where data is available...
Any suggestions?
No comments:
Post a Comment