forked from stactools-packages/threedep
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcollection.json
103 lines (103 loc) · 1.9 KB
/
collection.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
{
"type": "Collection",
"id": "usgs-3dep-1",
"stac_version": "1.0.0",
"description": "USGS 3DEP 1 arc-second DEMs",
"links": [
{
"rel": "root",
"href": "../catalog.json",
"type": "application/json",
"title": "USGS 3DEP DEMs"
},
{
"rel": "item",
"href": "./n41w106-1/n41w106-1.json",
"type": "application/json"
},
{
"rel": "parent",
"href": "../catalog.json",
"type": "application/json",
"title": "USGS 3DEP DEMs"
}
],
"stac_extensions": [
"https://stac-extensions.github.io/item-assets/v1.0.0/schema.json"
],
"item_assets": {
"data": {
"type": "image/tiff; application=geotiff; profile=cloud-optimized",
"roles": [
"data"
],
"raster:bands": [
{
"nodata": -999999.0,
"sampling": "point",
"data_type": "float32",
"spatial_resolution": 30
}
]
},
"metadata": {
"type": "application/xml",
"roles": [
"metadata"
]
},
"thumbnail": {
"type": "image/jpeg",
"roles": [
"thumbnail"
]
},
"gpkg": {
"type": "application/geopackage+sqlite3",
"roles": [
"metadata"
]
}
},
"title": "1 arc-second",
"extent": {
"spatial": {
"bbox": [
[
-106.001667,
39.998333,
-104.998333,
41.001667
]
]
},
"temporal": {
"interval": [
[
"2020-10-03T00:00:00Z",
"2020-10-10T00:00:00Z"
]
]
}
},
"license": "PDDL-1.0",
"keywords": [
"USGS",
"3DEP",
"NED",
"DEM",
"elevation"
],
"providers": [
{
"name": "USGS",
"roles": [
"producer",
"processor",
"licensor",
"host"
],
"url": "https://www.usgs.gov/core-science-systems/ngp/3dep"
}
]
}