
Landscape structure elements (LANDSCAPE_LINE)Eléments de structures du paysage (LANDSCAPE_LINE)
Eléments de structures du paysage (LANDSCAPE_LINE)Landscape structure elements (LANDSCAPE_LINE)
This API, published via the Luxembourg Geoportal (ACT) OGC API service, provides geospatial data on linear landscape structure elements across Luxembourg, such as hedgerows, tree lines, and other features that define the national landscape. It is a national dataset accessible without authentication, intended for use in mapping, land-use planning, and environmental analysis applications that rely on standardized OGC-compliant geographic data formats.Geoportail OGC API.
Trust score
How is this computed?Weighted across five axes. Tap a ring for what it measures.
Data schema (8 fields)
Click a field to see example values.
| Field | Type | Description |
|---|---|---|
| geometryGeometry | geometry | Line geometry representing the landscape structure element.Line geometry representing the landscape structure element. |
| objectid | integer | Unique object identifier for the record.Unique object identifier for the record. |
| efa | string | Code identifying the ecological focus area or parcel.Code identifying the ecological focus area or parcel. |
| element | string | Code indicating the type of landscape element.Code indicating the type of landscape element. |
| length | number | Measured length of the landscape feature.Measured length of the landscape feature. |
| type | string | Code classifying the category of landscape structure.Code classifying the category of landscape structure. |
| shape_LengthShape length | number | Calculated length of the geometry, in map units.Calculated length of the geometry, in map units. |
| pygeoapi_idPygeoapi id | integer | Internal identifier used by the pygeoapi service.Internal 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)
| objectid | efa | element | length | type | shape_Length | pygeoapi_id |
|---|---|---|---|---|---|---|
| 70228 | 0241623 | E | 13 | HA | 20.577869849531982 | 1 |
| 70229 | 0213130 | E | 112 | HA | 172.64478806671409 | 2 |
| 70230 | 0245136 | E | 98 | HA | 152.13562679140733 | 3 |
| 70231 | 0286595 | E | 37 | HA | 56.60028494128812 | 4 |
| 70232 | 0290428 | E | 67 | HA | 104.23889877786061 | 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/139/0/items?f=json&limit=20' -H 'Accept: application/json'First 20 features of the collection as GeoJSON.