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've noticed a bug with display of data cube extension data with stac-fields version 1.2.0 and onwards. In stac browser,
it displays like this:
The underneath json looks like this:
When I switched to use stac-fields version 1.1.1, stac browser was able to display the data cube data with no problem.
I did a little debugging, it seems like the issue is cause by the changes here. For data cube extension, the keyOrder is not passed in correctly somehow.