-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
bugSomething isn't workingSomething isn't workingimplementationSomething related to a STAC implementationSomething related to a STAC implementation
Description
The CMIP6Extension has a name property:
@property
def name(self) -> SchemaName:
return get_args(SchemaName)[0]
but this is not handled well by pystac.extensions: https://github.com/stac-utils/pystac/blob/ba406cb7991f992ac6f38026aa779adcc6a4f67a/pystac/extensions/base.py#L258
where getattr(cls, "name") returns a property object, not the actual name.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingimplementationSomething related to a STAC implementationSomething related to a STAC implementation