Public
Edited
May 30, 2023
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
// seattleTopo = FileAttachment("Seattle_Streets@1.geojson").json()
// load the geojson of Seattle neighborhood boundaries to use in the interactive map
seattleTopo = FileAttachment("seattle_neighborhoods.geojson").json()
// seattleTopo = seattleTopo.features.filter(feature => feature.id.includes("Seattle") || feature.id.includes("Bellevue"))
// seattleTopo = seattleTopoUnfiltered.features.filter(d => d.id.includes("Seattle") || d.id.includes("Bellevue"))

Insert cell
seattleTopo.features = seattleTopo.features.filter(d => d.id.includes("Seattle") || d.id.includes("Burien") || d.id.includes("Tukwila") || d.id.includes("SeaTac"))
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
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