Public
Edited
Nov 13, 2023
Fork of Running SF
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
getJson = async url => {
const json = await (await fetch(url, { headers })).json();
return json;
}
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
sfGeoJSON = ({
type: "FeatureCollection",
features: sfRuns.map(({ map: { summary_polyline } }) => polyline.toGeoJSON(summary_polyline))
})
Insert cell
Insert cell
rotation = [-95.39, 29.76].map(n => -n)
Insert cell
scale = 250000
Insert cell
path = d3.geoPath().projection(d3.geoAzimuthalEqualArea()
.scale(scale)
.rotate(rotation)
.precision(0.1))
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
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