Public
Edited
Jun 13, 2023
1 star
Insert cell
Insert cell
Insert cell
Plot.plot({
width: 800,
projection: "equal-earth",
color: {
type: "categorical",
scheme: "Tableau10"
},
marks: [
Plot.graticule(),
Plot.geo(world_fao_zones, {
fill: (d) => d.properties.zone
})
]
})
Insert cell
Insert cell
archive = FileAttachment("World_Fao_Zones.zip").arrayBuffer()
Insert cell
world_fao_zones = resample(await shp(archive))
Insert cell
Insert cell
shp = require("https://unpkg.com/shpjs@latest/dist/shp.js")
Insert cell
import { resample } from "@fil/wgs84-resampling"
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