_FeatureListDescr#
- class geodesic.stac._FeatureListDescr(**kwargs)[source]#
ListDescr is a list of Feature items, this sets/returns a list no matter what, it doesn’t raise an attribute error.
__get__ returns the list, creating it on the base object if necessary __set__ sets the list after validating that it is a list
Methods