Public
Edited
Jan 31, 2023
Fork of base map
Insert cell
# William's Simsbury Map
Insert cell
d3 = require("d3@6")
Insert cell
Insert cell
subSts = FileAttachment("sub_stops.geojson").json()
Insert cell
Insert cell
bbox = FileAttachment("site_boundary.geojson").json()
Insert cell
subLns = FileAttachment("subway_lines.geojson").json()
Insert cell
boundary = FileAttachment("nyc_boundary.geojson").json()
Insert cell
sbox = FileAttachment("SimsburyBB.geojson").json()
Insert cell
SStreets = FileAttachment("Simsbury Streets.geojson").json()
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