-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcollection.json
157 lines (157 loc) · 4.53 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
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
{
"type": "Collection",
"id": "drcog-lulc",
"stac_version": "1.0.0",
"description": "The Denver Regional Council of Governments (DRCOG) Land Use/Land Cover (LULC) datasets are developed in partnership with Babbit Center for Land and Water Policy and the Chesapeake Conservancy's Conservation Innovation Center (CIC). DRCOG LULC includes 2018 data at 1m (3.28ft) resolution covering 1,000 square miles and 2020 data at 1ft resolution covering 6,000 square miles of the Denver, Colorado region. The data is based on USDA's 1 meter National Agricultural Imagery Program (NAIP) aerial imagery and leaf-off aerial ortho-imagery captured as part of the Denver Regional Aerial Photography Project (6-inch resolution everywhere except the mountainous regions to the west, which came in 1-foot resolution).",
"links": [
{
"rel": "root",
"href": "./collection.json",
"type": "application/json",
"title": "DRCOG LULC"
},
{
"rel": "license",
"href": "https://drcog.org/legal-terms",
"type": "text/html",
"title": "DRCOG Legal Terms"
},
{
"rel": "describedby",
"href": "https://gis.drcog.org/rdc/supplemental/lulc_pilot_report.zip",
"type": "application/zip",
"title": "Supplemental Information"
},
{
"rel": "original",
"href": "https://landcoverarchive.s3.amazonaws.com/2018/lulc_pilot_raster_2018.zip",
"type": "application/zip",
"title": "Land_Cover_Raster_Data_2018"
},
{
"rel": "original",
"href": "https://landcoverarchive.s3.amazonaws.com/2020/DRCOG_2020_Landcover.zip",
"type": "application/zip",
"title": "Land_Cover_Raster_Data_2020"
},
{
"rel": "item",
"href": "./DRCOG_2018_LULC_E3220000_N1710000/DRCOG_2018_LULC_E3220000_N1710000.json",
"type": "application/json"
},
{
"rel": "item",
"href": "./DRCOG_2020_LULC_E2880000_N1680000/DRCOG_2020_LULC_E2880000_N1680000.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.1.0/schema.json"
],
"item_assets": {
"data": {
"title": "DRCOG LULC",
"description": "Denver Regional Council of Governments (DRCOG) Land Use Land Cover (LULC) Classifications",
"type": "image/tiff; application=geotiff; profile=cloud-optimized",
"roles": [
"data"
],
"raster:bands": [
{
"description": "Classification values",
"sampling": "area",
"data_type": "uint8",
"unit": "usft"
}
],
"classification:classes": [
{
"value": 1,
"description": "Structures",
"color_hint": "FF0000"
},
{
"value": 2,
"description": "Impervious Surfaces",
"color_hint": "B2B2B2"
},
{
"value": 3,
"description": "Water",
"color_hint": "00A9E6"
},
{
"value": 4,
"description": "Prairie/Grassland/Natural Ground Cover",
"color_hint": "C7D79E"
},
{
"value": 5,
"description": "Tree Canopy",
"color_hint": "267300"
},
{
"value": 6,
"description": "Turf/Irrigated Land",
"color_hint": "70A800"
},
{
"value": 7,
"description": "Barren Land",
"color_hint": "FFEBAF"
},
{
"value": 8,
"description": "Cropland",
"color_hint": "FFAE42"
}
]
}
},
"title": "DRCOG LULC",
"extent": {
"spatial": {
"bbox": [
[
-105.926633,
39.699629,
-104.60947,
39.862512
]
]
},
"temporal": {
"interval": [
[
"2018-01-01T00:00:00Z",
"2020-12-31T23:59:59Z"
]
]
}
},
"license": "proprietary",
"keywords": [
"Land Cover",
"Land Use",
"NAIP",
"USDA"
],
"providers": [
{
"name": "Denver Regional Council of Governments",
"roles": [
"producer",
"licensor"
],
"url": "https://drcog.org/services-and-resources/data-maps-and-modeling/regional-land-use-land-cover-project"
}
],
"summaries": {
"mission": [
"2018 DRCOG LULC pilot study covering 1,000 square miles",
"2020 DRCOG LULC study covering 6,000 square miles"
]
}
}