Public
Edited
Nov 4, 2022
1 fork
1 star
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
solarGeo = FileAttachment("solar@2.geo.json").json()
Insert cell
windGeo = FileAttachment("wind@1.geo.json").json()
Insert cell
Insert cell
path = d3.geoPath(projection)
Insert cell
Insert cell
import {
land,
height,
outline,
graticule
} with { projection } from "@d3/world-map"
// the "with" says that we're NOT using that object from the specified notebook b/c we have our own, here.
Insert cell
Insert cell
d3 = require("d3@7", "d3-geo@3", "d3-geo-projection@4")
Insert cell
Insert cell
Insert cell
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