Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/h-a-graham/GoogleMap_Overlay_Rayshader
A quick method for overlaying a Google Map satellite image on a 3D DEM using rayshader and ggmap packages.
https://github.com/h-a-graham/GoogleMap_Overlay_Rayshader
Last synced: 3 months ago
JSON representation
A quick method for overlaying a Google Map satellite image on a 3D DEM using rayshader and ggmap packages.
- Host: GitHub
- URL: https://github.com/h-a-graham/GoogleMap_Overlay_Rayshader
- Owner: h-a-graham
- License: gpl-3.0
- Created: 2019-12-16T14:00:07.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-06T11:43:04.000Z (over 3 years ago)
- Last Synced: 2024-05-21T02:10:55.869Z (6 months ago)
- Language: R
- Size: 920 KB
- Stars: 26
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## This workflow is perhaps still helpful but the [{rayvista}](https://github.com/h-a-graham/rayvista) package is probably more useful...
# GoogleMap_Overlay_Rayshader
A quick method for overlaying a Google Map satellite image on a 3D DEM using rayshader and ggmap packages.##
You'll need to download the height data from a source of your choice then play with the zoom settings in the ggmap 'get_googlemap' function to choose the extent of your choice... Note this workflow assumes that the resolution of your DEM will need to be coarser than the satellite image. I've run this with a 25m DEM which is then disagregated to match (or closely match) the resoltion of the satellite image.loads of useful info to improve and modify this script here:
https://github.com/tylermorganwall/rayshader and
https://github.com/dkahle/ggmapHere's an example of what you can make with this workflow...
![Barre de Chine Example](./example/Barre_de_Chine.jpg)![Matterhorn](./example/Matterhorn_V1.jpg)
![Mont Blanc](./example/Mont_Blanc_V4.jpg)