generated from stactools-packages/template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathALPSMLC30_N041W106_DSM.json
100 lines (100 loc) · 1.99 KB
/
ALPSMLC30_N041W106_DSM.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
{
"type": "Feature",
"stac_version": "1.0.0",
"id": "ALPSMLC30_N041W106_DSM",
"properties": {
"platform": "Advanced Land Observing Satellite (ALOS)",
"instruments": [
"Panchromatic Remote-sensing Instrument for Stereo Mapping (PRISM)"
],
"gsd": 30,
"providers": [
{
"name": "Japan Aerospace Exploration Agency",
"roles": [
"producer",
"processor",
"licensor"
],
"url": "https://www.eorc.jaxa.jp/ALOS/en/aw3d30/index.htm"
},
{
"name": "OpenTopography",
"roles": [
"host"
],
"url": "https://portal.opentopography.org/raster?opentopoID=OTALOS.112016.4326.2"
}
],
"license": "proprietary",
"proj:epsg": 4326,
"proj:transform": [
0.0002777777777777778,
0.0,
-106.0,
0.0,
-0.0002777777777777778,
42.0
],
"proj:shape": [
3600,
3600
],
"datetime": "2016-12-07T00:00:00Z"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-105.0,
41.0
],
[
-105.0,
42.0
],
[
-106.0,
42.0
],
[
-106.0,
41.0
],
[
-105.0,
41.0
]
]
]
},
"links": [
{
"rel": "handbook",
"href": "https://www.eorc.jaxa.jp/ALOS/en/doc/alos_userhb_en.pdf",
"type": "application/pdf",
"title": "ALOS User handbooks",
"description": "Also includes data usage information"
}
],
"assets": {
"data": {
"href": "tests/data-files/external/ALPSMLC30_N041W106_DSM.tif",
"type": "image/tiff; application=geotiff; profile=cloud-optimized",
"title": "N041W106",
"roles": [
"data"
]
}
},
"bbox": [
-106.0,
41.0,
-105.0,
42.0
],
"stac_extensions": [
"https://stac-extensions.github.io/projection/v1.0.0/schema.json"
]
}