generated from stac-extensions/template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathitem.json
209 lines (209 loc) · 4.78 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
{
"type": "Feature",
"stac_version": "1.0.0",
"stac_extensions": [
"https://dewberry.github.io/sst-stac-extension/v0.1.0-beta/schema.json",
"https://stac-extensions.github.io/projection/v2.0.0/schema.json"
],
"id": "trinity_v01_20241002-000000_20241005-000000",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-92.3951711592635,
38.73451074867901
],
[
-91.23332000794193,
38.38617998567796
],
[
-91.39183031394589,
37.94203082386741
],
[
-90.89875998241956,
37.61646995770608
],
[
-90.92491996154564,
37.380770009113554
],
[
-90.69071361607587,
37.142100060525706
],
[
-90.48056348827703,
36.47553852822702
],
[
-89.80368148620272,
35.9018295301592
],
[
-89.57772757613675,
34.821647834960885
],
[
-89.85320995487582,
34.75174995902769
],
[
-89.97586000260213,
35.06108000750592
],
[
-89.86674994756311,
35.21561992705768
],
[
-90.27313779693236,
35.723778935643935
],
[
-90.75185097848095,
35.77386344806618
],
[
-90.92392657821387,
35.651452062839525
],
[
-91.07648426026873,
35.76850053349119
],
[
-91.23419032981559,
36.6176564727981
],
[
-92.05942267228465,
36.90563346297607
],
[
-92.09068336598614,
37.161599357370456
],
[
-92.67247087237479,
37.55721208383972
],
[
-93.00479424581727,
38.06833380075475
],
[
-93.73673879780614,
38.41131861897228
],
[
-92.3951711592635,
38.73451074867901
]
]
]
},
"bbox": [
-93.73673879780614,
34.75174995902769,
-89.57772757613675,
38.73451074867901
],
"properties": {
"sst:statistics": {
"min": {
"value": 0.25,
"unit": "in"
},
"mean": {
"value": 0.75,
"unit": "in"
},
"max": {
"value": 1.5,
"unit": "in"
},
"count": 1
},
"sst:transform": [
1.1,
0.1,
5.1,
0.1,
1.1,
5.1
],
"proj:code": "EPSG:4326",
"proj:centroid": {
"lat": 37.22584942639178,
"lon": -91.50030785972565
},
"start_datetime": "2024-10-02T00:00:00Z",
"end_datetime": "2024-10-05T00:00:00Z",
"datetime": "2024-10-02T00:00:00Z"
},
"links": [
{
"rel": "root",
"href": "../../catalog.json",
"type": "application/json",
"title": "SST Catalog"
},
{
"rel": "collection",
"href": "../collection.json",
"type": "application/json",
"title": "Stochaistic Storm Transposition Data Collection for Watershed Trinity, Transposition Domain v01"
},
{
"rel": "parent",
"href": "../collection.json",
"type": "application/json",
"title": "Stochaistic Storm Transposition Data Collection for Watershed Trinity, Transposition Domain v01"
}
],
"assets": {
"thumbnail": {
"href": "./thumbnail.png",
"type": "image/png",
"title": "Trinity Thumbnail (2024-10-02T00:00:00 to 2024-10-05T00:00:00)",
"description": "Thumbnail image showning accumulation quantities on a map",
"roles": [
"thumbnail"
]
},
"watershed": {
"href": "./watershed.geojson",
"type": "application/geo+json",
"title": "Trinity Watershed",
"description": "GeoJSON file of the extent of the watershed (Trinity) used in SST modeling",
"roles": [
"data"
]
},
"transposition_domain": {
"href": "./transposition.geojson",
"type": "application/geo+json",
"title": "Transposition Domain v01",
"description": "GeoJSON file of transposition domain (v01) for watershed Trinity used in SST modeling",
"roles": [
"data"
]
},
"aorc_1979": {
"href": "s3://test/aorc_key.zarr",
"type": "application/vnd+zarr",
"title": "AORC Dataset (1979)",
"description": "ZARR dataset for AORC data in year 1979 used in SST modeling",
"datetime": "1979-01-01T00:00:00+00:00",
"start_datetime": "1979-01-01T00:00:00+00:00",
"end_datetime": "1980-01-01T00:00:00+00:00",
"roles": [
"data"
]
}
},
"collection": "trinity_v01_20241001-000000_20241010-000000"
}