Skip to content

Commit

Permalink
add DIM_TIME to DriverVectorCube Open-EO/openeo-geopyspark-driver#663
Browse files Browse the repository at this point in the history
  • Loading branch information
JeroenVerstraelen committed Mar 4, 2024
1 parent dfc4a2c commit 6142d47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openeo_driver/datacube.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ class DriverVectorCube:
DIM_GEOMETRY = "geometry"
DIM_BANDS = "bands"
DIM_PROPERTIES = "properties"
DIM_TIME = "t"
COLUMN_SELECTION_ALL = "all"
COLUMN_SELECTION_NUMERICAL = "numerical"

Expand Down

0 comments on commit 6142d47

Please sign in to comment.