[GIS] How to get the elevation of the areas in a raster file from SRTM

elevationgrassrastersrtm

I have an SRTM elevation map. How do I get the elevation of each point in the map? I am using GRASS. Is there a GRASS script to do such?

Best Answer

You can also query with r.what or export the map to an ASCII matrix with r.out.ascii.

Related Question