Public
Edited
Dec 4, 2022
1 fork
Importers
Insert cell
Insert cell
Insert cell
mainLibraryData = FileAttachment("Maine_Libraries_GeoLibrary.csv").csv()
Insert cell
maineLibraryGeoJson = {
return {
type: "FeatureCollection",
features: mainLibraryData.map((d) => {
return {
type: "Feature",
geometry: { type: "Point", coordinates: [d.X, d.Y] },
properties: d
}
})
}
}
Insert cell
Insert cell
maineGovermentData = FileAttachment("Maine_E911_Addresses_Feature_Government_Buildings.csv").csv()
Insert cell
maineGovernmentGeoJson = d3.json('https://api.maptiler.com/data/6fb74804-9038-4dda-84cf-b61cd80c393f/features.json?key=TDrOHrs2NCciGho9Tbk4')
Insert cell
Insert cell
parkGeojson = d3.json('https://api.maptiler.com/data/874c2842-4205-45d4-bf5c-27715979a278/features.json?key=TDrOHrs2NCciGho9Tbk4')
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