
Climate Pact 2020Pacte climat 2020
Pacte climat 2020Climate Pact 2020
An OGC API providing geospatial data related to the Climate Pact 2020 initiative, published via the Luxembourg national geoportal (Geoportail). It offers free, unauthenticated access to spatial layers associated with this national climate programme, allowing standardized retrieval of geographic features through the OGC API framework. As a national-scope service from Luxembourg, it is intended for integration into GIS applications and other geospatial tools that consume OGC-compliant data endpoints.Geoportail OGC API.
Trust score
How is this computed?Weighted across five axes. Tap a ring for what it measures.
Data schema (7 fields)
Click a field to see example values.
| Field | Type | Description |
|---|---|---|
| geometryGeometry | geometry | Spatial geometry of the feature.Spatial geometry of the feature. |
| objectid | integer | Internal object identifier.Internal object identifier. |
| localité | string | Name of the locality or municipality.Name of the locality or municipality. |
| luref_xLuref x | integer | X coordinate in the Luxembourg LUREF reference system.X coordinate in the Luxembourg LUREF reference system. |
| luref_yLuref y | integer | Y coordinate in the Luxembourg LUREF reference system.Y coordinate in the Luxembourg LUREF reference system. |
| moyenne_anMoyenne an | number | Annual average value recorded for the locality.Annual average value recorded for the locality. |
| pygeoapi_idPygeoapi id | integer | Internal identifier assigned by the pygeoapi service.Internal identifier assigned by the pygeoapi service. |
Schema captured from ogc_api_features 21 days ago.
Query the data
Pick columns and a sort, then fetch a live preview straight from the source. Choose an API-filterable column (marked ▾) under “Where” to pick from its list of values.
Sample data (5 records)
| objectid | localité | luref_x | luref_y | moyenne_an | pygeoapi_id |
|---|---|---|---|---|---|
| 1 | Oberpallen | 56858 | 88643 | 9.1 | 1 |
| 2 | Oberpallen | 56858 | 88643 | 9.3 | 2 |
| 3 | Bettembourg | 74730 | 64777 | 26.8 | 3 |
| 4 | Bettembourg | 75056 | 65060 | 25.4 | 4 |
| 5 | Bettembourg | 75360 | 64588 | 26 | 5 |
Live sample captured at profiling time — values may have changed upstream.
Verification Status
Using the API
Configuration
- Base URL
- https://features.geoportail.lu/collections/2088
Query examples
curl -s 'https://features.geoportail.lu/collections/2088/items?f=json&limit=20' -H 'Accept: application/json'First 20 features of the collection as GeoJSON.