Public
Edited
Sep 20, 2022
Fork of Earthquakes
Insert cell
Insert cell
mymap
Insert cell
mydata
Insert cell
import {map as mymap}
with {newdata as data}
from "@d3/world-airports"
Insert cell
mydata = d3.json("https://earthquake.usgs.gov/earthquakes/feed/v1.0/summary/all_week.geojson")
Insert cell
newdata = mydata.features.map(d => ({
longitude: d.geometry.coordinates[0],
latitude: d.geometry.coordinates[1]
})
)

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