Public
Edited
Sep 20, 2022
Fork of Earthquakes
Insert cell
Insert cell
mymap
Insert cell
mydata
Insert cell
import {map as mymap}
with {mydata as data}
from "@d3/world-airports"
Insert cell
mydata = Object {type: "FeatureCollection", metadata: Object, features: Array(2023), bbox
mydata = d3.json("https://earthquake.usgs.gov/earthquakes/feed/v1.0/summary/all_week.geojson")
mydata.features.map(d => d.geometry.coordinates)
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