_AssetsDescr#

class geodesic.stac._AssetsDescr(**kwargs)[source]#

A dictionary of Asset objects.

__get__ returns the dictionary, ensuring they are indeed Assets, not plain dicts __set__ sets the Assets, coercing to Assets if they are dicts

Methods