Published
Edited
Jun 10, 2022
4 stars
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
data_fsgt = fsgt.features.map(d => d.properties)
Insert cell
data_poi = poi.features.map(d => d.properties)
Insert cell
fsgt = bertin.subgeo({
geojson: poi,
field: "federation",
operator: "==",
array: "FSGT"
})
Insert cell
data_priv = priv.features.map(d => d.properties)
Insert cell
priv = bertin.subgeo({
geojson: poi,
field: "federation",
operator: "==",
array: "Private"
})
Insert cell
## Import libraries and data

Input data is precisely described in the [Dataset Presentation](https://observablehq.com/@rysebaert/dataset-presentation-accessibility?collection=@rysebaert/climbing_paris) notebook. [bertin.js](https://observablehq.com/@neocartocnrs/hello-bertin-js) library is used to create the maps.

All the maps are transformed in the French official map projection (Lambert 93).
Insert cell
bertin = require("bertin@0.9.18")
Insert cell
lambert93 = "+proj=lcc +lat_1=49 +lat_2=44 +lat_0=46.5 +lon_0=3 +x_0=700000 +y_0=6600000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs"
Insert cell
import {poi} from "@rysebaert/dataset-presentation-accessibility"
Insert cell
import {com} from "@rysebaert/dataset-presentation-accessibility"
Insert cell
import {iris} from "@rysebaert/dataset-presentation-accessibility"
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