Tagged Questions
9
votes
3answers
398 views
What are common methods for converting raster digital elevation data to vector contours?
In researching this I have found many references to the opposite, creating elevation data from contours, but nothing regarding contour creation. Preferably, I am looking for open source solutions like ...
4
votes
5answers
458 views
Elevation correction ASTER GDEM2 (+10m)
My ASTER GDEM2 has a average elevation error of -10m for my area. (I testet it using 90 defferential GPS reference points and compared it with old Topo25, SRTM, and GoogleMaps).
I would like to ...
4
votes
3answers
541 views
How to get the elevation of the areas in a raster file from SRTM?
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?
0
votes
0answers
539 views
How to select an area in a raster map that is compared with another raster map? (intersection of two raster maps) [closed]
I have
raster map A=elevation values and
raster map B=raster with colors (each color represents a polygon boundary. raster map B is created with the use of v.to.rast)
I want to select the part of ...
8
votes
4answers
2k views
Code to calculate elevation profile along line from a DEM
Given a DEM (Digital Elevation Model) say in and a line (x1,y1) --> (x2,y2) (paired coordinates (x,y)), how can one calculate the elevation profile or cross-section projected on that line ?
I am ...