forked from radiantearth/stac-spec
-
Notifications
You must be signed in to change notification settings - Fork 0
/
digitalglobe-sample.json
99 lines (99 loc) · 2.37 KB
/
digitalglobe-sample.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
{
"stac_version": "0.8.1",
"stac_extensions": [
"eo",
"https://example.digitalglobe.com/stac/1.0/schema.json"
],
"id": "103001004B316600_P002_MUL",
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-105.160846396,
39.1656009422
],
[
-104.947574355,
39.1750024943
],
[
-104.949890373,
39.0512153242
],
[
-105.161151214,
39.0436821016
],
[
-105.160846396,
39.1656009422
]
]
]
},
"assets": {
"multispectral_image": {
"href": "https://15NOV09180446-M1BS-056823192010_01_P002.TIF"
},
"imd": {
"href": "https://15NOV09180446-M1BS-056823192010_01_P002.IMD"
},
"imd_xml": {
"href": "https://15NOV09180446-M1BS-056823192010_01_P002.XML"
},
"til": {
"href": "https://15NOV09180446-M1BS-056823192010_01_P002.TIL"
},
"att": {
"href": "https://15NOV09180446-M1BS-056823192010_01_P002.ATT"
},
"eph": {
"href": "https://15NOV09180446-M1BS-056823192010_01_P002.EPH"
},
"geo": {
"href": "https://15NOV09180446-M1BS-056823192010_01_P002.GEO"
},
"rpb": {
"href": "https://15NOV09180446-M1BS-056823192010_01_P002.RPB"
},
"thumbnail": {
"href": "https://15NOV09180446-M1BS-056823192010_01_P002.JPG"
}
},
"properties": {
"dg:feature_type": [
"GBDXCatalogRecord",
"WV02",
"DigitalGlobeProduct",
"1BProduct"
],
"eo:sun_azimuth": 168.7,
"eo:cloud_cover": 50,
"eo:off_nadir": 18.4,
"eo:azimuth": 34.5,
"eo:platform": "worldview02",
"eo:sun_elevation": 33.4,
"eo:gsd": 2.047,
"eo:epsg": null,
"dg:catalog_id": "103001004B316600",
"dg:soli": "056823192",
"dg:part": 2,
"dg:platform": "worldview02",
"dg:product_level": "LV1B",
"dg:product": "worldview02_lv1b",
"datetime": "2015-11-09T18:04:46.000Z"
},
"collection": "dg_worldview02",
"links": [
{
"rel": "self",
"href": "https://s3.amazonaws.com/digitalglobe-catalog-spec/collections/dg_worldview02_lv1b/103001004B316600_P002_MUL"
},
{
"rel": "collection",
"href": "https://s3.amazonaws.com/digitalglobe-catalog-spec/collections/dg_worldview02_lv1b.json"
}
]
}