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: 5 months 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-02T06:46:48.000Z (over 1 year ago)
- Last Synced: 2025-02-01T09:28:33.495Z (over 1 year ago)
- Topics: cartography, gdal, mapbox, qgis
- Language: Makefile
- Homepage:
- Size: 384 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


## Links
[A Gentle Introduction to GDAL Part 5: Shaded Relief](https://medium.com/@robsimmon/a-gentle-introduction-to-gdal-part-5-shaded-relief-ec29601db654
)