Asset¶
- class geodesic.stac.Asset(**obj)[source]¶
Bases:
geodesic.bases._APIObject
A STAC Asset object. Basically contains links and metadata for a STAC Asset
- Parameters
**obj – the attributes of this Asset
- property local: str¶
Get the local path to this asset, if any
- Returns
a local path to this asset if downloaded, ‘’ otherwise