The vertical distance of a point or object above or below a reference surface or datum (generally mean sea level).
6
votes
2answers
397 views
Elevation profile 10 km each side of a line
How can I get an elevation profile for a band of terrain?
The highest elevation within 10 km (on each side of the defined line) should be taken into account.
I hope my question is clear.
Thank you ...
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 ...
6
votes
3answers
752 views
Raster: How to get elevation at lat/long using python?
I was wondering if anyone has some experience in getting elevation data from a raster without using ArcGIS, but rather get the information as a python list or dict?
I get my XY data as a list of ...
12
votes
5answers
2k views
How to get an elevation profile for a gps track?
I'd like to get a reasonably accurate elevation profile for a track recorded with a GPS (which often has very unreliable altitude data and occasionally none at all, depending on the model.)
Does ...
10
votes
3answers
2k views
How to download the entire ASTER GDEMv2 dataset?
On October, NASA released the new ASTER GDEM global dataset (30m) and I have been wanting to get my hands on it. The only problem is that it takes forever to download and I do not feel like drawing ...
8
votes
2answers
439 views
Elevation profile sample point algorithm
In generating an elevation profile, samples from the underlying raster must be taken. If the objective is to create a profile of maximum quality, how should the locations of sample points be ...
3
votes
6answers
1k views
shadow simulation from buildings
is it possible to use hillshade function in ArcMap to calculate shadow areas of buildings or simulate shadows of buildings, using DSM of the buildings and the sun angle and azimuth?
1
vote
1answer
99 views
How to correlate raster map and elevation data?
I have been provided with a set of raster maps. Thanks to another helpful user here I have been able to acquire some elevation data for the same region from gis.utah.gov in asc format. Now I need to ...
7
votes
7answers
606 views
seeking “Available Sky” implementations
I'm looking for implementations of an algorithm called "Available Sky". ArcGIS (Spatial Analyst or GRID) is preferred, but solutions in GDAL, SAGA GIS or others are perfectly acceptable.
The ...
3
votes
2answers
294 views
Exporting DEM-derived rasters to CSV from QGIS?
I have been able to import into QGIS a set of raster topographic maps and the associated DEM raster maps. It registered the two for me. From there I have calculated the associated slope raster map. ...
1
vote
0answers
73 views
Programmatically download NED tiles?
I used to download 1/3 arcsecond elevation geotiffs from extract.cr.usgs.gov using web services. But a few days ago, that stopped working, probably because USGS reorganized their site. I tried ...