Public
Edited
Mar 30, 2023
Insert cell
Insert cell
// Import D3 for data manipulation and visualization
import { select, geoPath, scaleLinear } from "@d3"
Insert cell
// Import topojson for converting TopoJSON to GeoJSON
import { topology, feature } from "topojson-client"
Insert cell
// Import Leaflet for mapping
import {
create as createMap,
tileLayer,
geoJSON as geoJsonLayer
} from "leaflet"
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