Skip to content

Instantly share code, notes, and snippets.

View norwegianblueparrot's full-sized avatar

Scott McDonald norwegianblueparrot

  • Eaton Corporation
  • Dublin
  • 20:27 (UTC +01:00)
View GitHub Profile
@norwegianblueparrot
norwegianblueparrot / bourtange.R
Last active November 25, 2023 03:40
A script to produce a 3D render of Fort Bourtange from LiDAR data
## ----setup,include=FALSE,message=FALSE,warning=FALSE-----------------------------------------------------------------------------------------------------------------------------------------------------
library("here") # 1.0.1
library("sf") # 1.0-14
library("rgl") # 1.2.1
library("geoviz") # 0.2.2
library("raster") # 3.6-26
library("rayshader") # 0.35.7
library("osmdata") # 0.2.5
library("tidyverse") # 2.0.0