Open
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
keywords
up out of collections into common metadata #1376 - Fix docstring for
license
to indicate that it supportsother
as an option and no longer supportsproprietary
andvarious
. #1377 - Move
roles
up out of Assets and Providers and into common metadata #1378 - Add
collection
as a relation type #1379 - Deprecate
item_assets
extension and move into collection core #1380 - Add
file://
protocol toself
links 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_datetime
andend_datetime
as inclusive bounds #1382 -
item.geometry
cannot be aGeometryCollection
(not sure this one requires any action) - Update pystac migrate for STAC spec 1.1.0 #1383
Metadata
Metadata
Assignees
Labels
No labels