
Biological Quality Elements (Bio)EQ biologiques (Bio)
EQ biologiques (Bio)Biological Quality Elements (Bio)
This is an OGC-compliant geospatial API published via the Luxembourg Geoportal, maintained by ACT. It provides access to data on biological quality elements, likely relating to water quality assessment under environmental monitoring frameworks. The service covers the national territory of Luxembourg and is freely accessible without authentication. As part of the national geoportal's OGC API offerings, it allows integration of biological quality data into GIS applications and environmental analysis workflows.Geoportail OGC API.
Trust score
How is this computed?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 | — |
| OBJECTID | integer | — |
| OWK_2021Owk 2021 | string | — |
| Name_2021Name 2021 | string | — |
| Biologie_gBiologie g | number | — |
| CodeStationCode station | string | — |
| NomStationNom station | string | — |
| TypeStationType station | string | — |
| Hyperlinks | string | — |
| pygeoapi_idPygeoapi id | integer | — |
Schema captured from ogc_api_features 7 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",
"Biologie_g": 4,
"Hyperlinks": "http://geoportail.eau.etat.lu/pdf/plan de gestion/QualiteBio2021/METHODE_MONITORING_BIO.pdf",
"NomStation": "FLUESWEILERBACH, Wecker",
"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",
"Biologie_g": 5,
"Hyperlinks": "http://geoportail.eau.etat.lu/pdf/plan de gestion/QualiteBio2021/METHODE_MONITORING_BIO.pdf",
"NomStation": "KAYLBACH, amont confluent Alzette, Noertzange",
"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",
"Biologie_g": 3,
"Hyperlinks": "http://geoportail.eau.etat.lu/pdf/plan de gestion/QualiteBio2021/METHODE_MONITORING_BIO.pdf",
"NomStation": "SÛRE - Goebelsmillen, SÛRE, Dirbach",
"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",
"Biologie_g": 3,
"Hyperlinks": "http://geoportail.eau.etat.lu/pdf/plan de gestion/QualiteBio2021/METHODE_MONITORING_BIO.pdf",
"NomStation": "SCHLENNER - Schlinder",
"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",
"Biologie_g": 3,
"Hyperlinks": "http://geoportail.eau.etat.lu/pdf/plan de gestion/QualiteBio2021/METHODE_MONITORING_BIO.pdf",
"NomStation": "STOOL, Landscheid",
"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/2520/items?f=json&limit=20' -H 'Accept: application/json'First 20 features of the collection as GeoJSON.