Public
Edited
May 12
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
viewof csvfile = Inputs.file({label: "CSV file", accept: ".csv", required: true})
Insert cell
Insert cell
Insert cell
resultsAsCSV
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
rows = csvfile.csv({typed: true})
Insert cell
Insert cell
Insert cell
searchPoints = turf.featureCollection(rowsAsFeatures)
Insert cell
Insert cell
Insert cell
resultsAsCSV = resultsAsGeoJSON.features.map(({properties}) => (properties))
Insert cell
Insert cell
Insert cell
turf = require("@turf/turf@6")
Insert cell
Insert cell
cohCityCouncil = FileAttachment("coh-city-council.geojson").json()
Insert cell
cohCompleteCommunities = FileAttachment("coh-complete-communities.geojson").json()
Insert cell
cohSuperNeighborhoods = FileAttachment("coh-super-neighborhoods.geojson").json()
Insert cell
cohTirz = FileAttachment("coh-tirz.geojson").json()
Insert cell
hcPrecincts = FileAttachment("hc-precincts.geojson").json()
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