How to handle different extension versions? #1145
duckontheweb
started this conversation in
STAC Software
Replies: 1 comment 1 reply
-
Note that the discussion has moved to stac-utils/pystac#448 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Now that STAC extension versions are no longer tied to the core STAC version or to each other, we may run into situations where a user is working with catalogs that implement some combination of a core spec version and extension versions that are not all supported by the same version of PySTAC.
I'm wondering if anyone has started to think through a way to handle versioning of STAC extension implementations PySTAC that:
@emmanuelmathot How are you handling versioning of STAC extension implementations in DotNetStac?
Beta Was this translation helpful? Give feedback.
All reactions