-
Notifications
You must be signed in to change notification settings - Fork 126
Open
Milestone
Description
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):
- Update STAC_VERSION to v1.1.0 #1427
- make bands core instead of being within the eo and raster extensions (WIP PR Add bands #1238)
- Move
keywordsup out of collections into common metadata #1376 - Fix docstring for
licenseto indicate that it supportsotheras an option and no longer supportsproprietaryandvarious. #1377 - Move
rolesup out of Assets and Providers and into common metadata #1378 - Add
collectionas a relation type #1379 - Deprecate
item_assetsextension and move into collection core #1380 - Add
file://protocol toselflinks that currently don't have a protocol #1347 - In common metadata: validate that if a description is provided it is not empty #1381
- Ensure that APIs have trailing slashes and files do not (not sure this one requires any action)
- Treat
start_datetimeandend_datetimeas inclusive bounds #1382 -
item.geometrycannot be aGeometryCollection(not sure this one requires any action) - Update pystac migrate for STAC spec 1.1.0 #1383
gadomski, jo-chemla and tayden
Metadata
Metadata
Assignees
Labels
No labels