You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting: <AssetDatacubeExtension Item id=tests/data-files/OR_GLM-L2-LCFA_G16_s20203662359400_e20210010000004_c20210010000030.ncdoes not have required property cube:dimensions
How is it meant to be used? Is this a bug?
The text was updated successfully, but these errors were encountered:
m-mohr
changed the title
Update DataCube Extension to 2.1.0 (support in assets)
Update DataCube Extension to the latest version (support in assets)
Nov 9, 2022
@m-mohr It looks like this is also an issue when used with Collections and Items. I also found out how it seems like it is meant to be used: the dimensions should be treated as immutable, and must be set to the DatacubeExtension as a whole, and not added piece wise. This works for me (both for Asset and Item):
The data cube extension is available in 2.1.0 and now supports fields also in assets. It would be nice to support this.
Original post:
I'm trying to use the DataCube extension in PySTAC, but I'm struggling:
I'm getting:
<AssetDatacubeExtension Item id=tests/data-files/OR_GLM-L2-LCFA_G16_s20203662359400_e20210010000004_c20210010000030.ncdoes not have required property cube:dimensions
How is it meant to be used? Is this a bug?
The text was updated successfully, but these errors were encountered: