zumbov2 / rayshader-adelboden

Example code of rayshader exploration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rayshading Adelboden

Here you can find some code examples of my exploration of Tyler Morgan-Wall's amazing rayshader package for R. My approach was heavily inspired by Will Bishop's blog post I can rayshade, and so can you.

Short version of code_adelboden.R

Goal

Creating a 3-dimensional image of my favourite ski holiday destination Adelboden.

Approach

  • We download a suitable aerial image via the ArcGIS REST API using Will Bishop's get_arcgis_map_image function.
  • We printscreen an arial image from the map of the Swiss Federal Geoportal, assign it georeferences and crop it to the appropriate size.
  • We overlay the rayshaded 3D visualizations with the aerial images.

  • We add georeferenced labels and render a video of the scenery.

And...it's a wrap!

About

Example code of rayshader exploration


Languages

Language:R 100.0%