Skip to content

Commit 374e386

Browse files
authored
Merge pull request #344 from FAIRiCUBE/stac-dist-lgn-monitoring-lgn-m
ChangeType.update stac_dist/LGN_Monitoring/LGN_Monitoring.json
2 parents a559d85 + 7cb994f commit 374e386

File tree

1 file changed

+155
-0
lines changed

1 file changed

+155
-0
lines changed
Lines changed: 155 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,155 @@
1+
{
2+
"type": "Feature",
3+
"stac_version": "1.0.0",
4+
"id": "LGN_Monitoring",
5+
"properties": {
6+
"keywords": [
7+
"land use",
8+
" Netherlands",
9+
" monitoring",
10+
"lgn"
11+
],
12+
"license": "CC-BY-SA-4.0",
13+
"description": "National Land Use Database Netherlands. Land use classes aggregated to so called monitoring categories being used for monitoring of changes and other more general approaches.",
14+
"providers": [],
15+
"dataSource": "https://filesender.surf.nl/?s=download&token=b7ffa4d3-f9cb-4614-83c8-a9f4779a0456",
16+
"cube:dimensions": {
17+
"x": {
18+
"axis": "x",
19+
"extent": [
20+
136000,
21+
223870
22+
],
23+
"reference_system": "28992",
24+
"type": "spatial",
25+
"unit": "meters",
26+
"step": 10
27+
},
28+
"y": {
29+
"axis": "y",
30+
"extent": [
31+
428495,
32+
535555
33+
],
34+
"reference_system": "28992",
35+
"type": "spatial",
36+
"unit": "meters",
37+
"step": 10
38+
},
39+
"z": {
40+
"extent": [
41+
null,
42+
null
43+
],
44+
"type": "spatial"
45+
},
46+
"time": {
47+
"type": "temporal",
48+
"values": [
49+
"2012-01-01T12:00Z",
50+
"2018-01-01T12:00Z",
51+
"2022-01-01T12:00Z"
52+
],
53+
"step": "",
54+
"unit": "year"
55+
}
56+
},
57+
"raster:bands": [
58+
{
59+
"band_name": "lgn",
60+
"unit": "1",
61+
"data_type": "uint16",
62+
"nodata": 65535,
63+
"definition": "https://lgn.nl/",
64+
"description": "Land use classes aggregated to so called monitoring categories being used for monitoring of changes and other more general approaches.",
65+
"category_list": "7,9,11,16,18,25,30"
66+
}
67+
],
68+
"title": "LGN Monitoring",
69+
"datasource_type": "Raster",
70+
"area_cover": "Central Netherlands",
71+
"documentation": "https://lgn.nl/documentatie",
72+
"crs": "28992",
73+
"start_datetime": "2012-01-01T12:00Z",
74+
"end_datetime": "2022-01-01T12:00Z",
75+
"provenance_name": "https://lgn.nl/",
76+
"source_data": "https://lgn.nl/bestanden",
77+
"datetime": null,
78+
"modification": null,
79+
"provision": null,
80+
"use_case_WER": "1",
81+
"ingestion_status": "completed",
82+
"platform": "Both"
83+
},
84+
"geometry": {
85+
"type": "Polygon",
86+
"coordinates": [
87+
[
88+
[
89+
5.105442156813408,
90+
51.8407808425126
91+
],
92+
[
93+
5.105442156813408,
94+
52.80691561255643
95+
],
96+
[
97+
6.408453362667011,
98+
52.80691561255643
99+
],
100+
[
101+
6.408453362667011,
102+
51.8407808425126
103+
],
104+
[
105+
5.105442156813408,
106+
51.8407808425126
107+
]
108+
]
109+
]
110+
},
111+
"links": [
112+
{
113+
"rel": "root",
114+
"href": "../catalog.json",
115+
"type": "application/json",
116+
"title": "data-access catalog"
117+
},
118+
{
119+
"rel": "parent",
120+
"href": "../catalog.json",
121+
"type": "application/json",
122+
"title": "data-access catalog"
123+
},
124+
{
125+
"href": "https://catalog:[email protected]/rasdaman/ows?&SERVICE=WCS&VERSION=2.1.0&REQUEST=DescribeCoverage&COVERAGEID=LGN_Monitoring&outputType=GeneralGridCoverage",
126+
"rel": "about",
127+
"type": "text/xml",
128+
"title": "Link to the rasdaman coverage description in XML"
129+
},
130+
{
131+
"href": "https://fairicube.rasdaman.com/rasdaman-dashboard/?layers=LGN_Monitoring",
132+
"rel": "service",
133+
"type": "text/html",
134+
"title": "Link to the rasdaman web application to Access, process gridded data"
135+
}
136+
],
137+
"assets": {
138+
"thumbnail_rasdaman": {
139+
"href": "https://catalog:[email protected]/rasdaman/ows?service=WMS&version=1.3.0&request=GetMap&layers=LGN_Monitoring&bbox=51.8407808425126,5.105442156813408,52.80691561255643,6.408453362667011&width=800&height=600&crs=EPSG:4326&format=image/png&transparent=true&styles=time=\"2012-01-01T12:00Z\"",
140+
"roles": [
141+
"thumbnail"
142+
]
143+
}
144+
},
145+
"bbox": [
146+
5.105442156813408,
147+
51.8407808425126,
148+
6.408453362667011,
149+
52.80691561255643
150+
],
151+
"stac_extensions": [
152+
"https://stac-extensions.github.io/raster/v1.1.0/schema.json",
153+
"https://stac-extensions.github.io/datacube/v2.0.0/schema.json"
154+
]
155+
}

0 commit comments

Comments
 (0)