Published
Edited
Sep 25, 2020
1 fork
41 stars
Also listed in…
Running
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
getJson = async url => {
if (tmcwCache[url] && apiToken == 'tmcw') return tmcwCache[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 = [-122.4585, 37.79].map(n => -n)
Insert cell
scale = 500000
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