
IED InstallationsInstallations IED
Installations IEDIED Installations
This national dataset for Luxembourg lists industrial installations subject to the EU Industrial Emissions Directive (IED), covering facilities whose activities require environmental permitting due to their pollution potential. It is published through the national geoportal via an OGC-compliant geospatial API, allowing free, unauthenticated access to installation locations and related attributes. The data supports mapping and analysis of regulated industrial sites across Luxembourg for environmental monitoring, permitting oversight, and spatial planning purposes.Geoportail OGC API.
Trust score
How is this computed?Weighted across five axes. Tap a ring for what it measures.
Data schema (11 fields)
Click a field to see example values.
| Field | Type | Description |
|---|---|---|
| geometryGeometry | geometry | Geographic location of the installation.Geographic location of the installation. |
| objectid | integer | Internal record identifier.Internal record identifier. |
| activités | string | Type of activities carried out at the installation.Type of activities carried out at the installation. |
| nom_exploiNom exploi | string | Name of the operator running the installation.Name of the operator running the installation. |
| site | string | Name of the site where the installation is located.Name of the site where the installation is located. |
| adresse | string | Street address of the installation.Street address of the installation. |
| lat_lurefLat luref | integer | Latitude coordinate in the LUREF reference system.Latitude coordinate in the LUREF reference system. |
| lon_lurefLon luref | integer | Longitude coordinate in the LUREF reference system.Longitude coordinate in the LUREF reference system. |
| descriptio | string | Additional description of the installation.Additional description of the installation. |
| arrêtés | string | Reference to official decrees or orders concerning the installation.Reference to official decrees or orders concerning the installation. |
| 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)
Record 1site: · adresse: 23, avenue John F. Kennedy L-1855 Luxemb
{
"site": " ",
"adresse": "23, avenue John F. Kennedy L-1855 Luxembourg",
"objectid": 1,
"arrêtés": "https://environnement.public.lu/fr/emweltprozeduren/Autorisations/Etablissements_classes/IED/arretes-ied/industries-energetiques.html",
"lat_luref": 76437,
"lon_luref": 78926,
"activités": "1.1",
"descriptio": "Combustion dans des installations d’une puissance thermique nominale totale égale ou supérieure à 50 MW",
"nom_exploi": "LUXENERGIE S.A.",
"pygeoapi_id": 1
}Record 2site: Z.I. Gadderscheier · adresse: L-4984 Sanem
{
"site": "Z.I. Gadderscheier",
"adresse": "L-4984 Sanem",
"objectid": 2,
"arrêtés": "https://environnement.public.lu/fr/emweltprozeduren/Autorisations/Etablissements_classes/IED/arretes-ied/industries-energetiques.html",
"lat_luref": 66290,
"lon_luref": 62231,
"activités": "1.1, 5.2.b, 5.5, 6.1.c",
"descriptio": "Combustion dans des installations d’une puissance thermique nominale totale égale ou supérieure à 50 MW",
"nom_exploi": "Kronospan Luxembourg S.A.",
"pygeoapi_id": 2
}Record 3site: Site d'Esch-Belval · adresse: 66 Rue de Luxembourg L-4221 Esch-sur-Alz
{
"site": "Site d'Esch-Belval",
"adresse": "66 Rue de Luxembourg L-4221 Esch-sur-Alzette",
"objectid": 3,
"arrêtés": "https://environnement.public.lu/fr/emweltprozeduren/Autorisations/Etablissements_classes/IED/arretes-ied/metaux.html",
"lat_luref": 63040,
"lon_luref": 64620,
"activités": "2.2., 2.3.a., 6.11",
"descriptio": "Four électrique et coulée continue",
"nom_exploi": "Arcelormittal Belval & Differdange ",
"pygeoapi_id": 3
}Record 4site: Site de Differdange · adresse: 67 Rue de Luxembourg L-4221 Esch-sur-Alz
{
"site": "Site de Differdange",
"adresse": "67 Rue de Luxembourg L-4221 Esch-sur-Alzette",
"objectid": 4,
"arrêtés": "https://environnement.public.lu/fr/emweltprozeduren/Autorisations/Etablissements_classes/IED/arretes-ied/metaux.html",
"lat_luref": 65730,
"lon_luref": 60410,
"activités": "2.2., 2.3.a., 6.11",
"descriptio": "Four électrique et coulée continue",
"nom_exploi": "Arcelormittal Belval & Differdange ",
"pygeoapi_id": 4
}Record 5site: Site d'Esch-Belval · adresse: 68 Rue de Luxembourg L-4221 Esch-sur-Alz
{
"site": "Site d'Esch-Belval",
"adresse": "68 Rue de Luxembourg L-4221 Esch-sur-Alzette",
"objectid": 5,
"arrêtés": "https://environnement.public.lu/fr/emweltprozeduren/Autorisations/Etablissements_classes/IED/arretes-ied/metaux.html",
"lat_luref": 63040,
"lon_luref": 64620,
"activités": "2.2., 2.3.a., 6.11",
"descriptio": "Train de laminage",
"nom_exploi": "Arcelormittal Belval & Differdange ",
"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/1826
Query examples
curl -s 'https://features.geoportail.lu/collections/1826/items?f=json&limit=20' -H 'Accept: application/json'First 20 features of the collection as GeoJSON.