Register record·API·LU·GOVERNMENTVERIFIED · checked 12h ago
E

Etat écologique 2021
Geoportail OGC API.
geospatial
Trust score
How is this computed?50
fair
Weighted across five axes. Tap a ring for what it measures.
Data schema (10 fields)
Click a field to see example values.
| Field | Type | Description |
|---|---|---|
| geometryGeometry | geometry | Spatial geometry of the water body or monitoring station.Spatial geometry of the water body or monitoring station. |
| OBJECTID | integer | Internal record identifier.Internal record identifier. |
| OWK_2021Owk 2021 | string | Surface water body code for 2021.Surface water body code for 2021. |
| Name_2021Name 2021 | string | Name of the surface water body for 2021.Name of the surface water body for 2021. |
| Ökologisc | string | Ecological status classification for 2021.Ecological status classification for 2021. |
| CodeStationCode station | string | Unique code identifying the monitoring station.Unique code identifying the monitoring station. |
| NomStationNom station | string | Name of the monitoring station.Name of the monitoring station. |
| TypeStationType station | string | Type of monitoring performed at the station (e.g. biological, physico-chemical, chemical).Type of monitoring performed at the station (e.g. biological, physico-chemical, chemical). |
| Hyperlinks | string | Link to related methodology or report document.Link to related methodology or report document. |
| pygeoapi_idPygeoapi id | integer | Feature identifier used by the pygeoapi service.Feature identifier used by the pygeoapi service. |
Schema captured from ogc_api_features 4 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 1OBJECTID: 1 · OWK_2021: I-3.3
{
"OBJECTID": 1,
"OWK_2021": "I-3.3",
"Name_2021": "Fluessweilerbaach",
"Hyperlinks": "http://geoportail.eau.etat.lu/pdf/plan de gestion/QualiteBio2021/METHODE_MONITORING_BIO.pdf",
"NomStation": "FLUESWEILERBACH, Wecker",
"Ökologisc": "4",
"CodeStation": "L202036A01",
"TypeStation": "Bio+PC+C",
"pygeoapi_id": 1
}Record 2OBJECTID: 2 · OWK_2021: VI-4.4
{
"OBJECTID": 2,
"OWK_2021": "VI-4.4",
"Name_2021": "Kälbaach",
"Hyperlinks": "http://geoportail.eau.etat.lu/pdf/plan de gestion/QualiteBio2021/METHODE_MONITORING_BIO.pdf",
"NomStation": "KAYLBACH, amont confluent Alzette, Noertzange",
"Ökologisc": "5",
"CodeStation": "L102030A04",
"TypeStation": "Bio+PC+C",
"pygeoapi_id": 2
}Record 3OBJECTID: 3 · OWK_2021: III-2.1.1
{
"OBJECTID": 3,
"OWK_2021": "III-2.1.1",
"Name_2021": "Sauer",
"Hyperlinks": "http://geoportail.eau.etat.lu/pdf/plan de gestion/QualiteBio2021/METHODE_MONITORING_BIO.pdf",
"NomStation": "SÛRE - Goebelsmillen, SÛRE, Dirbach",
"Ökologisc": "3",
"CodeStation": "L112010A08, L112010A07",
"TypeStation": "Bio+PC+C",
"pygeoapi_id": 3
}Record 4OBJECTID: 4 · OWK_2021: III-1.4
{
"OBJECTID": 4,
"OWK_2021": "III-1.4",
"Name_2021": "Schlënner",
"Hyperlinks": "http://geoportail.eau.etat.lu/pdf/plan de gestion/QualiteBio2021/METHODE_MONITORING_BIO.pdf",
"NomStation": "SCHLENNER - Schlinder",
"Ökologisc": "3",
"CodeStation": "L112011A01",
"TypeStation": "Bio+PC+C",
"pygeoapi_id": 4
}Record 5OBJECTID: 5 · OWK_2021: III-1.2.3
{
"OBJECTID": 5,
"OWK_2021": "III-1.2.3",
"Name_2021": "Stool",
"Hyperlinks": "http://geoportail.eau.etat.lu/pdf/plan de gestion/QualiteBio2021/METHODE_MONITORING_BIO.pdf",
"NomStation": "STOOL, Landscheid",
"Ökologisc": "3",
"CodeStation": "L140032A01",
"TypeStation": "Bio+PC+C",
"pygeoapi_id": 5
}Live sample captured at profiling time — values may have changed upstream.
Verification Status
Using the API
Query examples
curl -s 'https://features.geoportail.lu/collections/2516/items?f=json&limit=20' -H 'Accept: application/json'First 20 features of the collection as GeoJSON.