@@ -1248,31 +1248,19 @@ paths:
1248
1248
properties :
1249
1249
' cube:dimensions ' :
1250
1250
title : STAC Collection Cube Dimensions
1251
- description : > -
1251
+ description : | -
1252
1252
Uniquely named dimensions of the data cube.
1253
1253
1254
-
1255
1254
The keys of the object are the dimension names. For
1256
1255
interoperability, it is RECOMMENDED to use the
1257
1256
following dimension names if there is only a single
1258
1257
dimension with the specified criteria:
1259
1258
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`
1276
1264
type : object
1277
1265
additionalProperties :
1278
1266
x-additionalPropertiesName : Dimension Name
@@ -1591,20 +1579,20 @@ paths:
1591
1579
- -180
1592
1580
- 180
1593
1581
reference_system : 4326
1594
- ' y ' :
1582
+ y :
1595
1583
type : spatial
1596
1584
axis : ' y'
1597
1585
extent :
1598
1586
- -56
1599
1587
- 83
1600
1588
reference_system : 4326
1601
- temporal :
1589
+ t :
1602
1590
type : temporal
1603
1591
extent :
1604
1592
- ' 2015-06-23T00:00:00Z'
1605
1593
- null
1606
1594
step : null
1607
- spectral :
1595
+ bands :
1608
1596
type : bands
1609
1597
values :
1610
1598
- B1
@@ -4197,6 +4185,7 @@ components:
4197
4185
- title : Reference to a core extension
4198
4186
type : string
4199
4187
example : datacube
4188
+ example : []
4200
4189
stac_license :
4201
4190
type : string
4202
4191
description : |-
@@ -4458,7 +4447,7 @@ components:
4458
4447
arguments :
4459
4448
data :
4460
4449
from_node : bands
4461
- dimension : spectral
4450
+ dimension : bands
4462
4451
reducer :
4463
4452
process_graph :
4464
4453
nir :
0 commit comments