Documentation
Introduction
Cadence Maps provides a set of preprocessed OpenStreetMap data for the D-A-CH-LI region in the GeoParquet format. GeoParquet is an efficient and compact format for storing geospatial data, optimized for fast access and processing.
On this page, you'll find all the information you need to get started with Cadence Maps.
For usage examples, see the usage page.
Available Data
The following themes and types are available:
- Places
- Place
- Divisions
- Division
- Division Area
- Division Boundary
Data Schemas
Data Schemas from Cadence Maps are compatible with the Overture Maps themes.
URL Structure
Let's break down the components in that path:
api.cadencemaps.infs.ch/cadencemaps/release/[date]/theme=[theme]/type=[type]/country=[country]/*[date]: Releases follow a date-based versioning scheme in the format YYYY-MM-DD[theme]: One of the two data themes:placesordivisions[type]: A feature type within a theme, e.g.placeordivision_area[country]: A country code, e.g.CHfor Switzerland/*
If you'd like to get the data of all countries, replace country=[country] with *. The URL would then look like this:
api.cadencemaps.infs.ch/cadencemaps/release/[date]/theme=[theme]/type=[type]/*/*