Skip to content

Commit d239099

Browse files
Add stac_dist/high_invasive_probability_area_of_luxembourg/high_invasive_probability_area_of_luxembourg.json for pull request submission
1 parent 996cc41 commit d239099

File tree

1 file changed

+141
-0
lines changed

1 file changed

+141
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,141 @@
1+
{
2+
"type": "Feature",
3+
"stac_version": "1.0.0",
4+
"id": "high_invasive_probability_area_of_luxembourg",
5+
"properties": {
6+
"keywords": [
7+
"not published",
8+
"High Invasive Species Potential Area"
9+
],
10+
"license": "CC-BY-4.0",
11+
"description": "Areas that are likely to have high invasive probability were selected from the 2021 Land Use data set of Luxembourg. The 2021 Land Use data set is internal to space4environment and will be published in future. ",
12+
"providers": [
13+
{
14+
"organization_name": "FAIRiCUBE",
15+
"doc_link": "",
16+
"organization_email": "[email protected]",
17+
"roles": [
18+
"processor"
19+
]
20+
}
21+
],
22+
"dataSource": "internal",
23+
"cube:dimensions": {
24+
"x": {
25+
"axis": "x",
26+
"extent": [
27+
72850,
28+
82570
29+
],
30+
"reference_system": "2169",
31+
"type": "spatial",
32+
"unit": "land use",
33+
"step": 10
34+
},
35+
"y": {
36+
"axis": "y",
37+
"extent": [
38+
69590,
39+
80030
40+
],
41+
"reference_system": "2169",
42+
"type": "spatial",
43+
"unit": "land use",
44+
"step": 10
45+
},
46+
"z": {
47+
"extent": [
48+
null,
49+
null
50+
],
51+
"type": "spatial"
52+
},
53+
"time": {
54+
"type": "temporal",
55+
"extent": [
56+
"2021-01-01T00:00Z",
57+
"2021-12-31T00:00Z"
58+
],
59+
"step": "P1Y",
60+
"unit": "y"
61+
}
62+
},
63+
"raster:bands": [
64+
{
65+
"band_name": "High Invasive Species Potential Area",
66+
"unit": "categorical",
67+
"data_type": "int8",
68+
"nodata": 0,
69+
"definition": "Land use classes from the 2021 dataset with a high likelihood of neophyte invasion due to low human management of these sites were selected. In areas with a greater invasion risk, some classes were buffered by 10 meters. These classes included: 511 (Natural Running water), 512 (Artificial Running water), 521 (Natural Standing water), 522 (Artificial Standing water), 611 (Rural roads), 612 (Main roads) and 620 (Railways). The remaining classes that were not buffered included: 134 (Other green area), 152 (Mining/ extraction), 160 (Construction sites), 311 (Coniferous forest), 312 (Mixed forest), 313 (Deciduous forest), 314 (Young forest), 321 (Damaged forest), 323 (Clear cuts), 450 (Bushes), 460 (Wetland), 631 (Commercial Air traffic) and 650 (Parking lot)",
70+
"description": "Land use classes from the 2021 dataset with a high likelihood of neophyte invasion due to low human management of these sites were selected. In areas with a greater invasion risk, some classes were buffered by 10 meters. These classes included: 511 (Natural Running water), 512 (Artificial Running water), 521 (Natural Standing water), 522 (Artificial Standing water), 611 (Rural roads), 612 (Main roads) and 620 (Railways). The remaining classes that were not buffered included: 134 (Other green area), 152 (Mining/ extraction), 160 (Construction sites), 311 (Coniferous forest), 312 (Mixed forest), 313 (Deciduous forest), 314 (Young forest), 321 (Damaged forest), 323 (Clear cuts), 450 (Bushes), 460 (Wetland), 631 (Commercial Air traffic) and 650 (Parking lot)"
71+
}
72+
],
73+
"title": "High Invasive Probability Area of the City of Luxembourg",
74+
"datasource_type": "vector",
75+
"area_cover": "5171.66 ha",
76+
"documentation": "not published",
77+
"crs": "2169",
78+
"start_datetime": "2021-01-01T00:00Z",
79+
"end_datetime": "2021-12-31T00:00Z",
80+
"personalData": "no personal data ",
81+
"provenance_name": "LIS-L Land Use 2021",
82+
"preprocessing": "Rasterization (using nearest neighbour) from vector to raster and clipped to extent of city of Luxembourg",
83+
"source_data": "https://data.public.lu/fr/datasets/lis-l-land-use-2007-2015-2018/",
84+
"access_control": "fairicube account required ",
85+
"datetime": "2025-02-10T09:23Z",
86+
"use_case_S4E": "1",
87+
"platform": "Eox"
88+
},
89+
"geometry": {
90+
"type": "Polygon",
91+
"coordinates": [
92+
[
93+
[
94+
6.069104443926092,
95+
49.56094657618465
96+
],
97+
[
98+
6.069104443926092,
99+
49.65484833240523
100+
],
101+
[
102+
6.203715071874704,
103+
49.65484833240523
104+
],
105+
[
106+
6.203715071874704,
107+
49.56094657618465
108+
],
109+
[
110+
6.069104443926092,
111+
49.56094657618465
112+
]
113+
]
114+
]
115+
},
116+
"links": [
117+
{
118+
"rel": "root",
119+
"href": "../catalog.json",
120+
"type": "application/json",
121+
"title": "data-access catalog"
122+
},
123+
{
124+
"rel": "parent",
125+
"href": "../catalog.json",
126+
"type": "application/json",
127+
"title": "data-access catalog"
128+
}
129+
],
130+
"assets": {},
131+
"bbox": [
132+
6.069104443926092,
133+
49.56094657618465,
134+
6.203715071874704,
135+
49.65484833240523
136+
],
137+
"stac_extensions": [
138+
"https://stac-extensions.github.io/raster/v1.1.0/schema.json",
139+
"https://stac-extensions.github.io/datacube/v2.0.0/schema.json"
140+
]
141+
}

0 commit comments

Comments
 (0)