
An OGC API providing geospatial data on aquifers in Luxembourg, published through the national Geoportail. It is part of the country's official geospatial data infrastructure and gives free, unauthenticated access to spatial features describing underground water-bearing formations. The service follows OGC API standards, allowing programmatic querying and retrieval of aquifer geometries and associated attributes for integration into GIS applications, hydrogeological analysis, or environmental mapping tools at the national scale.Geoportail OGC API.
Trust score
How is this computed?Weighted across five axes. Tap a ring for what it measures.
Data schema (4 fields)
Click a field to see example values.
| Field | Type | Description |
|---|---|---|
| geometryGeometry | geometry | Spatial geometry outlining the aquifer boundary.Spatial geometry outlining the aquifer boundary. |
| OBJECTID | integer | Internal record identifier.Internal record identifier. |
| CODE_DCCode dc | string | Code identifying the aquifer within the dataset.Code identifying the aquifer within the dataset. |
| pygeoapi_idPygeoapi id | integer | Unique identifier assigned by the pygeoapi service.Unique 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)
| OBJECTID | CODE_DC | pygeoapi_id |
|---|---|---|
| 1 | B | 1 |
| 2 | ML | 2 |
| 3 | OL | 3 |
| 4 | OM | 4 |
| 5 | TR | 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/631
Query examples
curl -s 'https://features.geoportail.lu/collections/631/items?f=json&limit=20' -H 'Accept: application/json'First 20 features of the collection as GeoJSON.