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
|
- {
- "type": "Collection",
- "stac_version": "1.1.0",
- "id": "rema-strips-s2s041",
- "title": "REMA DEM strips, version s2s041",
- "description": "REMA time-stamped strip DEMs, s2s version 4.1",
- "keywords": [
- "REMA",
- "Antarctica",
- "DSM",
- "DEM",
- "elevation",
- "stereo",
- "photogrammetry",
- "digital surface model",
- "satellite",
- "time series"
- ],
- "license": "CC-BY-4.0",
- "providers": [
- {
- "name": "maxar",
- "description": "Maxar/Digital Globe",
- "roles": [
- "producer"
- ],
- "url": "https://www.maxar.com"
- },
- {
- "name": "pgc",
- "description": "Polar Geospatial Center",
- "roles": [
- "processor"
- ],
- "url": "https://pgc.umn.edu"
- }
- ],
- "extent": {
- "spatial": {
- "bbox": [
- [
- -180.0,
- -89.0635539,
- 180.0,
- -53.868914448
- ]
- ]
- },
- "temporal": {
- "interval": [
- [
- "2007-11-27T00:04:44Z",
- null
- ]
- ]
- }
- },
- "links": [
- {
- "rel": "self",
- "title": "REMA DEM strips, version s2s041",
- "href": "https://pgc-opendata-dems.s3.us-west-2.amazonaws.com/rema/strips/s2s041.json",
- "type": "application/json"
- },
- {
- "rel": "root",
- "title": "PGC Data Catalog",
- "href": "https://pgc-opendata-dems.s3.us-west-2.amazonaws.com/pgc-data-stac.json",
- "type": "application/json"
- },
- {
- "rel": "parent",
- "title": "REMA DEM strips",
- "href": "https://pgc-opendata-dems.s3.us-west-2.amazonaws.com/rema/strips.json",
- "type": "application/json"
- },
- {
- "rel": "child",
- "href": "https://pgc-opendata-dems.s3.us-west-2.amazonaws.com/rema/strips/s2s041/2m.json",
- "title": "REMA DEM strips, version s2s041 2m",
- "type": "application/json"
- }
- ]
- }
|