forked from stactools-packages/chesapeake-lulc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcollection.json
123 lines (123 loc) · 3.6 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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"type": "Collection",
"id": "chesapeake-lc-7",
"stac_version": "1.0.0",
"description": "High-resolution 1-meter land cover classification data for the entire Chesapeake Bay watershed based on 2013-2014 imagery from the National Agriculture Imagery Program (NAIP). The product area encompasses over 250,000 square kilometers in New York, Pennsylvania, Maryland, Delaware, West Virginia, Virginia, and the District of Columbia. The dataset was created for the Chesapeake Bay Program (CBP), which is a regional partnership of EPA, other federal, state, and local agencies and governments, nonprofits, and academic institutions, that leads and directs Chesapeake Bay restoration efforts. The dataset is composed of a uniform set of 7 land cover classes.",
"links": [
{
"rel": "root",
"href": "./collection.json",
"type": "application/json",
"title": "Chesapeake Land Cover (7-class)"
},
{
"rel": "describedby",
"href": "https://www.chesapeakeconservancy.org/wp-content/uploads/2020/06/Chesapeake_Conservancy_LandCover101Guide_June2020.pdf",
"type": "application/pdf",
"title": "User Guide"
},
{
"rel": "item",
"href": "./Baywide_7Class_20132014_E1300000_N1770000/Baywide_7Class_20132014_E1300000_N1770000.json",
"type": "application/json"
}
],
"stac_extensions": [
"https://stac-extensions.github.io/item-assets/v1.0.0/schema.json",
"https://stac-extensions.github.io/raster/v1.0.0/schema.json",
"https://stac-extensions.github.io/classification/v1.0.0/schema.json"
],
"item_assets": {
"data": {
"type": "image/tiff; application=geotiff; profile=cloud-optimized",
"title": "Land Cover Classes",
"raster:bands": [
{
"nodata": 15,
"sampling": "area",
"data_type": "uint8",
"spatial_resolution": 1
}
],
"classification:classes": [
{
"value": 1,
"description": "Water",
"color-hint": "00C5FF"
},
{
"value": 2,
"description": "Tree Canopy and Shrubs",
"color-hint": "267300"
},
{
"value": 3,
"description": "Low Vegetation",
"color-hint": "A3FF73"
},
{
"value": 4,
"description": "Barren",
"color-hint": "FFAA00"
},
{
"value": 5,
"description": "Impervious Surfaces",
"color-hint": "9C9C9C"
},
{
"value": 6,
"description": "Impervious Roads",
"color-hint": "000000"
},
{
"value": 7,
"description": "Aberdeen Proving Ground",
"color-hint": "C500FF"
}
],
"roles": [
"data"
]
}
},
"title": "Chesapeake Land Cover (7-class)",
"extent": {
"spatial": {
"bbox": [
[
-81.14658496196135,
36.21291717905733,
-73.27357561029186,
44.77821441524524
]
]
},
"temporal": {
"interval": [
[
"2013-01-01T00:00:00Z",
"2014-12-31T23:59:59Z"
]
]
}
},
"license": "proprietary",
"keywords": [
"land cover",
"chesapeake bay watershed",
"chesapeake conservancy"
],
"providers": [
{
"name": "Chesapeake Conservancy Conservation Innovation Center",
"roles": [
"producer",
"processor",
"licensor",
"host"
],
"url": "https://www.chesapeakeconservancy.org/conservation-innovation-center/high-resolution-data/land-cover-data-project/"
}
]
}