generated from stactools-packages/template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path2000_40N_080W.json
98 lines (98 loc) · 2.06 KB
/
2000_40N_080W.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
{
"type": "Feature",
"stac_version": "1.0.0",
"stac_extensions": [
"https://stac-extensions.github.io/projection/v1.1.0/schema.json",
"https://stac-extensions.github.io/raster/v1.1.0/schema.json"
],
"id": "2000_40N_080W",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-80.0,
30.0
],
[
-70.0,
30.0
],
[
-70.0,
40.0
],
[
-80.0,
40.0
],
[
-80.0,
30.0
]
]
]
},
"bbox": [
-80.0,
30.0,
-70.0,
40.0
],
"properties": {
"proj:epsg": 4326,
"proj:shape": [
40000,
40000
],
"proj:transform": [
0.00025,
0.0,
-80.0,
0.0,
-0.00025,
40.0,
0.0,
0.0,
1.0
],
"datetime": "2000-01-01T00:00:00Z"
},
"links": [
{
"rel": "root",
"href": "../collection.json",
"type": "application/json",
"title": "GLAD: Annual maps of land cover and land use"
},
{
"rel": "collection",
"href": "../collection.json",
"type": "application/json",
"title": "GLAD: Annual maps of land cover and land use"
},
{
"rel": "parent",
"href": "../collection.json",
"type": "application/json",
"title": "GLAD: Annual maps of land cover and land use"
}
],
"assets": {
"data": {
"href": "https://storage.googleapis.com/earthenginepartners-hansen/GLCLU2000-2020/v2/2000/40N_080W.tif",
"type": "image/tiff; application=geotiff",
"title": "Annual maps of land cover and land use",
"description": "Continuous measures of bare ground and tree height inside and outside of wetlands, seasonal water percent, and binary labels of built-up, permanent snow/ice, and cropland.",
"raster:bands": [
{
"data_type": "uint8",
"spatial_resolution": 30,
"scale": 1.0,
"offset": 0.0
}
]
}
},
"collection": "glad-glclu2020-v2"
}