
Priority zones for road noise management 2016Zones prioritaires de gestion du bruit routier 2016
Zones prioritaires de gestion du bruit routier 2016Priority zones for road noise management 2016
This API, part of the Luxembourg national Geoportail, provides geospatial access via an OGC API interface to data on priority zones designated for road traffic noise management, as defined in 2016. The dataset identifies areas along the road network where noise levels require prioritized mitigation action. It is published under Luxembourg's national geoportal infrastructure and is freely accessible without authentication, allowing integration into GIS applications, environmental noise assessments, and spatial planning tools concerned with transport noise pollution.Geoportail OGC API.
Trust score
How is this computed?Weighted across five axes. Tap a ring for what it measures.
Data schema (6 fields)
Click a field to see example values.
| Field | Type | Description |
|---|---|---|
| geometryGeometry | geometry | Geographic shape of the priority noise management zone.Geographic shape of the priority noise management zone. |
| objectid | integer | Internal record identifier.Internal record identifier. |
| expz | number | Noise exposure index used to prioritize the zone.Noise exposure index used to prioritize the zone. |
| shape_LengthShape length | number | Perimeter length of the zone's geometry.Perimeter length of the zone's geometry. |
| shape_AreaShape area | number | Surface area of the zone's geometry.Surface area of the zone's geometry. |
| pygeoapi_idPygeoapi id | integer | Unique identifier assigned by the pygeoapi service.Unique 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 | expz | shape_Length | shape_Area | pygeoapi_id |
|---|---|---|---|---|
| 1 | 91 | 6190.827072567099 | 1018695.3856719924 | 1 |
| 2 | 96 | 8090.832925219922 | 1700595.386970498 | 2 |
| 3 | 96 | 4898.985752620398 | 1034899.4751614972 | 3 |
| 4 | 91 | 3403.2775631481177 | 603401.6314869978 | 4 |
| 5 | 91 | 4898.98355388119 | 882399.4780114989 | 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/1504
Query examples
curl -s 'https://features.geoportail.lu/collections/1504/items?f=json&limit=20' -H 'Accept: application/json'First 20 features of the collection as GeoJSON.