-
Notifications
You must be signed in to change notification settings - Fork 0
/
item.json
99 lines (99 loc) · 2.61 KB
/
item.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"type": "Feature",
"stac_version": "1.0.0",
"id": "elevation",
"properties": {
"title": "\"South-West Wake county: Elevation NED 10m\"",
"description": "\"generated by r.proj\"",
"proj:epsg": 3358,
"grass:datatype": "FCELL",
"grass:comments": "\"r.proj input=\"ned03arcsec\" location=\"northcarolina_latlong\" mapset=\"\\helena\" output=\"elev_ned10m\" method=\"cubic\" resolution=10\"",
"grass:creator": "\"helena\"",
"grass:ewres": "10",
"grass:nsres": "10",
"grass:cols": "1500",
"grass:location": "nc_spm_08",
"grass:mapset": "PERMANENT",
"grass:map": "elevation",
"grass:maptype": "raster",
"grass:min": "55.57879",
"grass:max": "156.3299",
"grass:ncats": "255",
"grass:semantic_label": "\"none\"",
"grass:source1": "\"\"",
"grass:source2": "\"\"",
"datetime": "2006-07-11T01:09:51Z"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
645000.0,
215000.0
],
[
645000.0,
228500.0
],
[
630000.0,
228500.0
],
[
630000.0,
215000.0
],
[
645000.0,
215000.0
]
]
]
},
"links": [
{
"rel": "root",
"href": "https://example.com/grass_catalog/catalog.json",
"type": "application/json"
},
{
"rel": "collection",
"href": "https://example.com/grass_catalog/nc_spm_08/PERMANENT/collection.json",
"type": "application/json",
"title": "PERMANENT"
},
{
"rel": "parent",
"href": "https://example.com/grass_catalog/nc_spm_08/PERMANENT/collection.json",
"type": "application/json",
"title": "PERMANENT"
}
],
"assets": {
"raster": {
"href": "/api/v3/locations/nc_spm_08/mapsets/PERMANENT/raster_layers/elevation",
"type": "image/tiff; application=geotiff; profile=cloud-optimized",
"title": "\"South-West Wake county: Elevation NED 10m\"",
"roles": [
"data"
]
},
"thumbnail": {
"href": "/api/v3/locations/nc_spm_08/mapsets/PERMANENT/raster_layers/elevationrender",
"type": "image/png",
"title": "\"South-West Wake county: Elevation NED 10m\" Thumbnail",
"roles": [
"thumbnail"
]
}
},
"bbox": [
630000,
215000,
645000,
228500
],
"stac_extensions": [],
"collection": "PERMANENT"
}