Public
Edited
May 16, 2023
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
width = 960
Insert cell
height = 860
Insert cell
import { prov, cave, karst, tcanc, tcapri } from "@jipexu/underground-library"
Insert cell
geojsonData = FileAttachment("gro_pro@3.json").json()
Insert cell
gro_pro3 = FileAttachment("gro_pro@3.json").json()
Insert cell
expData = {
return geojsonData.features
.map(d => ((d.value = d.properties.nb_gro), d))
.sort((a, b) => b.value - a.value);
}
Insert cell
d3 = require("https://d3js.org/d3.v6.min.js")
Insert cell
topojson = require("topojson-client@3")
Insert cell
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