There is always gdal2xyz. For each pixel in a raster this will save an xyz triplet, in a CSV text file. It's included with the GDAL that comes with QGIS, run it from an OSGeo4W command line window:
gdal2xyz -csv infile.asc outfile.csv It will work with other raster formats too (not just .asc). Regards, Nick. -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/raster-to-point-too-tp7203564p7211345.html Sent from the qgis-user mailing list archive at Nabble.com. _______________________________________________ Qgis-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-user
