Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rdcm/avalanche-relief-map-research
Prototype of avalanche relief map.
https://github.com/rdcm/avalanche-relief-map-research
cartography gdal mapbox qgis
Last synced: about 1 month ago
JSON representation
Prototype of avalanche relief map.
- Host: GitHub
- URL: https://github.com/rdcm/avalanche-relief-map-research
- Owner: rdcm
- Created: 2024-12-01T17:10:15.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-01T17:29:02.000Z (about 1 month ago)
- Last Synced: 2024-12-01T18:28:17.915Z (about 1 month ago)
- Topics: cartography, gdal, mapbox, qgis
- Language: Makefile
- Homepage:
- Size: 383 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## About
Project demonstrating obtaining a colored layer for an avalanche relief map using gdal.
## Steps
`make download` - download high resolution DEM model (1m).
`make slope` - calculate slopes with edges.
`make paint` - coloring the layer.## Output
`mount_st_helens_usgs_1m_dem.tif` - DEM model (1m).
`mount_st_helens_usgs_1m_dem_slopes.tif` - avalnches relief map.
`mount_st_helens_usgs_1m_dem_slopes_painted.tif` - colored avalnches relief map.## Mapbox
![2d](img/2d.jpg)
![3d](img/3d.jpg)## Links
[A Gentle Introduction to GDAL Part 5: Shaded Relief](https://medium.com/@robsimmon/a-gentle-introduction-to-gdal-part-5-shaded-relief-ec29601db654
)