Skip to content

Commit 4d7f600

Browse files
committed
Merge remote-tracking branch 'origin/draft' into 1.0.0-rc.1
2 parents e8009d3 + 97bfc66 commit 4d7f600

File tree

3 files changed

+17
-28
lines changed

3 files changed

+17
-28
lines changed

assets/pg-evi-example.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
"2018-02-01"
1616
],
1717
"bands": [
18-
"B08",
18+
"B02",
1919
"B04",
20-
"B02"
20+
"B08"
2121
]
2222
}
2323
},
@@ -37,7 +37,7 @@
3737
"data": {
3838
"from_parameter": "data"
3939
},
40-
"index": 0
40+
"label": "B08"
4141
}
4242
},
4343
"red": {
@@ -46,7 +46,7 @@
4646
"data": {
4747
"from_parameter": "data"
4848
},
49-
"index": 1
49+
"label": "B04"
5050
}
5151
},
5252
"blue": {
@@ -55,7 +55,7 @@
5555
"data": {
5656
"from_parameter": "data"
5757
},
58-
"index": 2
58+
"label": "B02"
5959
}
6060
},
6161
"sub": {
@@ -136,7 +136,7 @@
136136
"data": {
137137
"from_node": "evi"
138138
},
139-
"dimension": "temporal",
139+
"dimension": "t",
140140
"reducer": {
141141
"process_graph": {
142142
"min": {

assets/pg-evi-example.png

-442 Bytes
Loading

openapi.yaml

+11-22
Original file line numberDiff line numberDiff line change
@@ -1248,31 +1248,19 @@ paths:
12481248
properties:
12491249
'cube:dimensions':
12501250
title: STAC Collection Cube Dimensions
1251-
description: >-
1251+
description: |-
12521252
Uniquely named dimensions of the data cube.
12531253
1254-
12551254
The keys of the object are the dimension names. For
12561255
interoperability, it is RECOMMENDED to use the
12571256
following dimension names if there is only a single
12581257
dimension with the specified criteria:
12591258
1260-
* `x` for the dimension of type `spatial` with the
1261-
axis set to `x`
1262-
1263-
* `y` for the dimension of type `spatial` with the
1264-
axis set to `y`
1265-
1266-
* `z` for the dimension of type `spatial` with the
1267-
axis set to `z`
1268-
1269-
* `temporal` for the dimension of type `temporal`
1270-
1271-
* `spectral` for the dimension of type `bands` if the
1272-
data IS multi-spectral
1273-
1274-
* `bands` for dimensions of type `bands` if the data
1275-
IS NOT multi-spectral.
1259+
* `x` for the dimension of type `spatial` with the axis set to `x`
1260+
* `y` for the dimension of type `spatial` with the axis set to `y`
1261+
* `z` for the dimension of type `spatial` with the axis set to `z`
1262+
* `t` for the dimension of type `temporal`
1263+
* `bands` for dimensions of type `bands`
12761264
type: object
12771265
additionalProperties:
12781266
x-additionalPropertiesName: Dimension Name
@@ -1591,20 +1579,20 @@ paths:
15911579
- -180
15921580
- 180
15931581
reference_system: 4326
1594-
'y':
1582+
y:
15951583
type: spatial
15961584
axis: 'y'
15971585
extent:
15981586
- -56
15991587
- 83
16001588
reference_system: 4326
1601-
temporal:
1589+
t:
16021590
type: temporal
16031591
extent:
16041592
- '2015-06-23T00:00:00Z'
16051593
- null
16061594
step: null
1607-
spectral:
1595+
bands:
16081596
type: bands
16091597
values:
16101598
- B1
@@ -4197,6 +4185,7 @@ components:
41974185
- title: Reference to a core extension
41984186
type: string
41994187
example: datacube
4188+
example: []
42004189
stac_license:
42014190
type: string
42024191
description: |-
@@ -4458,7 +4447,7 @@ components:
44584447
arguments:
44594448
data:
44604449
from_node: bands
4461-
dimension: spectral
4450+
dimension: bands
44624451
reducer:
44634452
process_graph:
44644453
nir:

0 commit comments

Comments
 (0)