Published
Edited
Apr 21, 2021
Insert cell
md`# Display GeoTIFF from Github`
Insert cell
url = "https://raw.githubusercontent.com/DOE-NEPA/nepanode_backup/master/mapwarper/100.tif"
Insert cell
geoblaze = require("geoblaze@0.3.2")
Insert cell
georaster = geoblaze.load(url)
Insert cell
georaster.toCanvas({height: georaster.height, width: georaster.width})
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more