Published
Edited
Aug 1, 2020
1 star
Insert cell
Insert cell
Insert cell
geojson = (await fetch('https://opendata.arcgis.com/datasets/43b5d6bf9d6e400599498d052545d331_0.geojson')).json()
Insert cell
Insert cell
featuresArray = geojson.features.map(x => Object.assign(x.properties,x.geometry))
Insert cell
Insert cell
console.table(featuresArray)
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