Public
Edited
Apr 4, 2023
2 forks
Insert cell
Insert cell
Insert cell
Plot.plot({
projection: "equal-earth", // or change this to others. equirectangular, mercator, orthographic
width,
marks: [
Plot.geo(world110m, { fill: "#ddd", stroke: "#bbb"}), // a little styling
Plot.graticule(),
Plot.sphere( {stroke: "#ddd"} )
]
})
Insert cell
Insert cell
import {basemaps} from "@emfielduva/dvlib_maps"
Insert cell
world110m = (await basemaps.world110m.geojson).json()
Insert cell
Insert cell
Insert cell
//land = topojson.feature(land50m, land50m.objects.land)
Insert cell
//land50m = FileAttachment("land-50m.json").json()
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