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'd like to add the projection extension to a collection. Specifically, I've added proj:espg to the summaries and I basically want to get the projection extension entry into stac_extensions.
I've tried ProjectionExtension.ext(collection, add_if_missing=True), but it returns a
pystac.errors.ExtensionTypeError: Projection extension does not apply to type 'Collection'
I don't think this is true. Proj can be used in Collection summaries for sure.