
Fishing sectionssections de pêche
sections de pêcheFishing sections
An OGC API service published through Luxembourg's national Geoportail, providing geospatial data on fishing sections across the country. The dataset delineates the sections into which fishing areas are divided, likely for regulatory or management purposes tied to inland waters. Access is free and does not require authentication. As part of the national Geoportail's OGC API offering, the data follows standard OGC API conventions, allowing it to be queried and integrated into GIS applications, mapping tools, and other geospatial software for national-level analysis or reference.Geoportail OGC API.
Trust score
How is this computed?Weighted across five axes. Tap a ring for what it measures.
Data schema (6 fields)
Click a field to see example values.
| Field | Type | Description |
|---|---|---|
| geometryGeometry | geometry | Spatial geometry outlining the fishing section boundary.Spatial geometry outlining the fishing section boundary. |
| OBJECTID | integer | Unique identifier for the record in the source dataset.Unique identifier for the record in the source dataset. |
| lot | string | Identifier or name of the fishing lot associated with the section.Identifier or name of the fishing lot associated with the section. |
| Gewaesser | string | Name of the water body the fishing section belongs to.Name of the water body the fishing section belongs to. |
| Symbology | string | Code or label defining the map display style for the section.Code or label defining the map display style for the section. |
| pygeoapi_idPygeoapi id | integer | Internal identifier assigned by the pygeoapi service.Internal 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 | lot | Gewaesser | Symbology | pygeoapi_id |
|---|---|---|---|---|
| 487 | 4 | Alzette | 1 | 1 |
| 489 | 6 | Alzette | 1 | 2 |
| 494 | 9 | Alzette | 2 | 3 |
| 499 | 15 | Alzette | 2 | 4 |
| 501 | 13 | Alzette | 2 | 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/626
Query examples
curl -s 'https://features.geoportail.lu/collections/626/items?f=json&limit=20' -H 'Accept: application/json'First 20 features of the collection as GeoJSON.