Published
Edited
Jun 7, 2022
Fork of Simple SVG
1 fork
1 star
Insert cell
Insert cell
Insert cell
Insert cell
eu_light = FileAttachment("EU_light_3857.json").json()
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
function markerStyle(markerColour = "rgb(180, 221, 237,0.7)") {
return {
stroke: "rgb(23, 69, 87,0.7)",
strokeWidth: 2.5,
fill: markerColour,
fillStyle: "zigzag",
fillWeight: 6,
hachureGap: 13,
roughness: 2
};
}
Insert cell
Insert cell
Insert cell
australia = FileAttachment("australia.json").json()
Insert cell
antarctica_simplified = FileAttachment("antarctica_simplified.json").json()
Insert cell
antarcticaJson = FileAttachment("antarctica_coastlinev7.geojson").json()
Insert cell
rough = require("roughjs@4").catch(() => window.rough)
Insert cell
topojson = require("topojson")
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