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
I have a few questions regarding standalone collections in pystac:
1. Can the ProjectionExtension.ext be used directly on a standalone collection, rather than on an item or asset?
2. Is there a recommended or straightforward way to convert a standalone collection into an item using pystac?
These questions are based on a related discussion in the odc-stac repository, and I’d like to understand how well pystac supports these use cases.
Thanks for your insights!
The text was updated successfully, but these errors were encountered:
Is there a recommended or straightforward way to convert a standalone collection into an item using pystac?
Not at this time, but PRs are welcome! A Collection.to_item method could make sense, but feels very niche and potentially confusing, as it only really makes sense if the collection doesn't have any items itself. Maybe a Item.from_standalone_collection classmethod could work.
Hi,
I have a few questions regarding standalone collections in
pystac
:1. Can the
ProjectionExtension.ext
be used directly on a standalone collection, rather than on an item or asset?2. Is there a recommended or straightforward way to convert a standalone collection into an item using
pystac
?These questions are based on a related discussion in the
odc-stac
repository, and I’d like to understand how well pystac supports these use cases.Thanks for your insights!
The text was updated successfully, but these errors were encountered: