Skip to content

Instantly share code, notes, and snippets.

View SimonCoulombe's full-sized avatar

Simon Coulombe SimonCoulombe

View GitHub Profile
@NeilCFD
NeilCFD / cliwoc.R
Last active September 25, 2022 19:58
CLIWOC historical ship movements animation
library(tidyverse) # 1.3.1
library(rayrender) # 0.23.6
library(sf) # 1.0-4
library(magrittr)
# Earth daymap from https://www.solarsystemscope.com/textures/download/2k_earth_daymap.jpg
image_texture_path <- "/path/to/2k_earth_daymap.jpg"
# CLIWOC Data source: https://www.historicalclimatology.com/cliwoc.html
f_cliwoc <- ("/path/to/cliwoc21.gpkg")