Skip to content

Instantly share code, notes, and snippets.

@joannecheng
Last active December 10, 2019 19:36
Show Gist options
  • Save joannecheng/d5188de58329b4a91875b5baa4cb5935 to your computer and use it in GitHub Desktop.
Save joannecheng/d5188de58329b4a91875b5baa4cb5935 to your computer and use it in GitHub Desktop.
Rayshader installation notes

System

sudo apt-get install libgdal-dev libtiff-dev imagemagick libxt-dev libgtk2.0-dev xvfb xauth xfonts-base libcairo2-dev

R Requirements

install.packages(c("ggplot2","raster", "rayrender", "spatstat", "spatstat.utils","suncalc","here", "sp","lubridate","rgdal", "magick", "av","xml2", "dplyr"))
install.packages("remotes")
remotes::install_github("giswqs/whiteboxR")
# whitebox::wbt_init()

remotes::install_github("tylermorganwall/rayshader")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment