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
did initial dive into this and it's a bit complicated:
test failure is due to not detecting bands anymore from stac collection where band names are in "item-assets" (extension)
pystac 1.12 started defaulting to stac 1.1.0
in stac 1.1.0, the functionality of the "item-assets" extension has been moved to core and is deprecated
pystac internally migrates the stac data to the default version (1.1.0 now), which erases the presence of the "item-assets" extensions, making the item-assets invisible
unit tests started failing last week with:
I guess it's related to release 1.12 of pystac of last week
The text was updated successfully, but these errors were encountered: