building
Cleabs (IGN BD TOPO)
Stable IGN BD TOPO identifier (buildings and other topographic objects). Links to the national topographic database.
- Authority
- IGN (BD TOPO)
- Granularity
- building
- Format
- Cleabs (e.g. BATIMENT0000000…)
- Sources
- 4
Sources exposing this identifier
| Source | Raw field | Sample values | Kind | Access | Filterable |
|---|---|---|---|---|---|
| API Géoplateforme - Diffusion d'objets WFS | cleabs | CHFL_COM0000000000011084, CHFL_COM0000000000011067, CHFL_COM0000000000011040 | field | wfs | Yes |
| Espaces publics (parcs, jardins, places...) | cleabs | SURFACTI0000002200051384, SURFACTI0000002200045285, SURFACTI0000000220177747 | field | opendatasoft | Yes |
| Localisation des piscines accueillant du public | cleabs | SURFACTI0000000040208732, SURFACTI0000000040208586, SURFACTI0000000040208617 | field | opendatasoft | Yes |
| Superficie des communes de la métropole | cleabs | COMMUNE_0000000009760115, COMMUNE_0000000009760348, COMMUNE_0000000009759415 | field | opendatasoft | Yes |
Value dot: ● values fit the format (joinable) · ● partial · ● mismatch · ● no samples. ◆ matched by the source's declared concept (highest confidence) · ≈ matched by pattern (lower confidence) ·* required · a “param” kind is a request input you can call the API with (driving sequential, drill-down queries). “Filterable” is authoritative for Opendatasoft and request parameters, captured for DataFair, inferred for feature services, and unknown for plain OpenAPI response fields.
Join plan
Joining sources on this key
The concrete recipe: 4 live sources can be queried by a cleabs value directly. Pick a value, run each call, and the responses describe the same entity from each source's angle.
- 1Superficie des communes de la métropolecleabsfilterableopendatasoftOpen in workbench →
- 2Espaces publics (parcs, jardins, places...)cleabsfilterableopendatasoftOpen in workbench →
- 3API Géoplateforme - Diffusion d'objets WFScleabsfilterablewfsOpen in workbench →
- 4Localisation des piscines accueillant du publiccleabsfilterableopendatasoftOpen in workbench →
# Join plan — resolve one Cleabs (IGN BD TOPO) (cleabs) across 4 official sources.
# Replace <VALUE> with the cleabs value you want (e.g. CHFL_COM0000000000011084).
# 1. Superficie des communes de la métropole (opendatasoft) — filter on cleabs
curl -s 'https://data.ampmetropole.fr/api/explore/v2.1/catalog/datasets/commune-bd-topo/records?where=cleabs%3D%22<VALUE>%22&limit=2' -H 'Accept: application/json'
# 2. Espaces publics (parcs, jardins, places...) (opendatasoft) — filter on cleabs
curl -s 'https://data.ampmetropole.fr/api/explore/v2.1/catalog/datasets/parc-et-jardin-bd-topo-zone-dactivite-ou-dinteret/records?where=cleabs%3D%22<VALUE>%22&limit=2' -H 'Accept: application/json'
# 3. API Géoplateforme - Diffusion d'objets WFS (wfs) — filter on cleabs
curl -s 'https://data.geopf.fr/wfs/ows?service=WFS&version=2.0.0&request=GetFeature&typeNames=LIMITES_ADMINISTRATIVES_EXPRESS.LATEST%3Achef_lieu_de_commune&count=2&outputFormat=application%2Fjson&CQL_FILTER=cleabs%3D%27<VALUE>%27' -H 'Accept: application/json'
# 4. Localisation des piscines accueillant du public (opendatasoft) — filter on cleabs
curl -s 'https://data.ampmetropole.fr/api/explore/v2.1/catalog/datasets/piscine-bd-topo-zone-dactivite-ou-dinteret/records?where=cleabs%3D%22<VALUE>%22&limit=2' -H 'Accept: application/json'Replace <VALUE> with the join value (e.g. CHFL_COM0000000000011084). Each call hits the source's own API, filtered on its raw field for this key.