-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support STAC spec version 1.1.0 #1375
Comments
Note: I ended up making a milestone for this and making all the items into individual tickets. |
@jsignell I'm starting work on v1.1.0 support, and I think I'd like to get rid of the milestone and only use this ticket to track v1.1.0 issues. My reasoning is that some of these issues can be solved without breaking pystac (e.g. #1379) and others are breaking (e.g. changing the docstring for #1377 will inherently "move" pystac to v1.1.0). We'll also eventually need to update DEFAULT_STAC_VERSION which will be breaking as well. Tl;dr: I'm proposing closing the |
That plan sounds good to me! I felt a little wierd making a milestone that wasn't necessarily tied to a release. |
At some point in the near future version 1.1.0 of the STAC spec will be released. PRs are still being merged in, but the current list of high-profile changes is at: https://github.com/radiantearth/stac-spec/blob/v1.1.0-release/CHANGELOG.md
These are the changes that I think will need to be made in pystac (in the order they appear in the stac-spec changelog):
keywords
up out of collections into common metadata #1376license
to indicate that it supportsother
as an option and no longer supportsproprietary
andvarious
. #1377roles
up out of Assets and Providers and into common metadata #1378collection
as a relation type #1379item_assets
extension and move into collection core #1380file://
protocol toself
links that currently don't have a protocol #1347start_datetime
andend_datetime
as inclusive bounds #1382item.geometry
cannot be aGeometryCollection
(not sure this one requires any action)The text was updated successfully, but these errors were encountered: