Hi,
Thank you for your answer. According to the doc, it provides 4 options and I tried the 4th one "DECIMAL_PRECISION=4", yet qgis reported an error. It seems gdal doesn't understand it. Attached please find the snapshot of qgis input and the error log.
By the way, I found this post (
gis.stackexchange.com/questions/201224/c...raster-value-in-qgis). It offered a solution to erase nodata_values by using command (
gdal_translate -q -of xyz -co ADD_HEADER_LINE=YES -co COLUMN_SEPARATOR="," input_raster /vsistdout | grep -v "your_nodata_value" > output.csv ). This seems promising as well. But as you may tell from the above words, I'm new to qgis command. Tried to typing the command in "ADDITIONAL COMMAND-LINE PARAMETERS" , but it failed. Any chance you may know the proper way to do it?