
Inert waste disposal sitesDécharges déchets inertes
Décharges déchets inertesInert waste disposal sites
OGC API providing geospatial data on inert waste disposal sites in Luxembourg, published via the national Geoportail. It offers free, unauthenticated access to location and related attribute data for facilities handling inert waste, suitable for integration into GIS applications and mapping tools covering the national territory.Geoportail OGC API.
Trust score
How is this computed?Weighted across five axes. Tap a ring for what it measures.
Data schema (13 fields)
Click a field to see example values.
| Field | Type | Description |
|---|---|---|
| geometryGeometry | geometry | Geographic location or shape of the disposal site.Geographic location or shape of the disposal site. |
| objectid | integer | Internal record identifier.Internal record identifier. |
| localite_dLocalite d | string | Locality where the disposal site is situated.Locality where the disposal site is situated. |
| type | string | Type of inert waste disposal site.Type of inert waste disposal site. |
| num_arreteNum arrete | string | Reference number of the authorising decree.Reference number of the authorising decree. |
| capacity_rCapacity r | integer | Reference or total authorised capacity of the site.Reference or total authorised capacity of the site. |
| capacity_1Capacity 1 | integer | Recorded capacity value for the site.Recorded capacity value for the site. |
| capacity_2Capacity 2 | integer | Additional recorded capacity value for the site.Additional recorded capacity value for the site. |
| cap_rest_2Cap rest 2 | integer | Remaining capacity figure for the site.Remaining capacity figure for the site. |
| cap_rest_3Cap rest 3 | integer | Another remaining capacity figure for the site.Another remaining capacity figure for the site. |
| cap_rest_4Cap rest 4 | integer | Further remaining capacity figure for the site.Further remaining capacity figure for the site. |
| exploitant | string | Operator responsible for the disposal site.Operator responsible for the disposal site. |
| pygeoapi_idPygeoapi id | integer | Identifier assigned by the pygeoapi service.Identifier assigned by the pygeoapi service. |
Schema captured from ogc_api_features 28 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)
Record 1type: A · objectid: 1
{
"type": "A",
"objectid": 1,
"cap_rest_2": 4468364,
"cap_rest_3": 4191600,
"cap_rest_4": 21035392,
"capacity_1": 5683994,
"capacity_2": 4865405,
"capacity_r": 6106023,
"exploitant": "Carrières Feidt s.àr.l.",
"localite_d": "Altwies",
"num_arrete": "1/19/0410",
"pygeoapi_id": 1
}Record 2type: A · objectid: 2
{
"type": "A",
"objectid": 2,
"cap_rest_2": 7820480,
"cap_rest_3": 7628000,
"cap_rest_4": 7449146,
"capacity_1": 8318197,
"capacity_2": 8016818,
"capacity_r": 8593039,
"exploitant": "Carrières Feidt s.àr.l.",
"localite_d": "Brouch (Mersch)",
"num_arrete": "1/14/0477",
"pygeoapi_id": 2
}Record 3type: A · objectid: 3
{
"type": "A",
"objectid": 3,
"cap_rest_2": 3070000,
"cap_rest_3": 2880000,
"cap_rest_4": 2620000,
"capacity_1": 8176441,
"capacity_2": 3510000,
"capacity_r": 8322000,
"exploitant": "Recyfe S.A.",
"localite_d": "Folschette",
"num_arrete": "1/05/0394",
"pygeoapi_id": 3
}Record 4type: A · objectid: 4
{
"type": "A",
"objectid": 4,
"cap_rest_2": 3050018,
"cap_rest_3": 3010342,
"cap_rest_4": 2970462,
"capacity_1": 2777778,
"capacity_2": 3055556,
"capacity_r": 2777778,
"exploitant": "Cloos S.A.",
"localite_d": "Bridel",
"num_arrete": "1/17/0218",
"pygeoapi_id": 4
}Record 5type: A · objectid: 5
{
"type": "A",
"objectid": 5,
"cap_rest_2": 125556,
"cap_rest_3": 74444,
"cap_rest_4": 83333,
"capacity_1": 285833,
"capacity_2": 177778,
"capacity_r": 33333,
"exploitant": "Sablière Hein s.àr.l.",
"localite_d": "Schwebsange",
"num_arrete": "1/18/0196, 1/22/0776",
"pygeoapi_id": 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/1507
Query examples
curl -s 'https://features.geoportail.lu/collections/1507/items?f=json&limit=20' -H 'Accept: application/json'First 20 features of the collection as GeoJSON.