I need to convert raster cells into points. I use Idrisi and I need to generate a table containing xy (coordinates) and z (cell value).
Tell me more
×
Geographic Information Systems Stack Exchange is a question and answer site for
cartographers, geographers and GIS professionals. It's 100% free, no registration required.
|
Try this in IDRISI 17.0 export--->general convertions tools--->XYZ IDRISI |
|||||
|
|
If it is a single band raster, you can use gdal_translate:
-b is band selection, the -co adds the header line. |
|||
|
|