Public
Edited
Sep 18, 2024
Importers
Insert cell
Insert cell
Insert cell
vg5000WfsUrl = "https://sgx.geodatenzentrum.de/wfs_vg5000_0101?service=wfs&version=1.1.0&request=GetFeature&srsName=urn:ogc:def:crs:EPSG::4326&outputFormat=application/json&CQL_FILTER=gf=9"
Insert cell
Insert cell
adminUnitsGermany = {
return Object.entries(dataRequests).reduce(async (acc, [key, url]) => {
const response = await fetch(url);
const json = await response.json();
const status = response.status;
if (!status === "ok") console.log(status);
return { ...(await acc), [key]: json };
}, {});
}
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
import { banner } from "@jakoblistabarth/banner"
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