intake_stac.catalog.StacEntry¶
-
class
intake_stac.catalog.StacEntry(*args, **kwargs)[source]¶ A class representing a STAC catalog Entry
-
__init__(key, item, stacked=False)[source]¶ Construct an Intake catalog ‘Source’ from a STAC Item Asset.
Methods
__init__(key, item[, stacked])Construct an Intake catalog ‘Source’ from a STAC Item Asset.
describe()Basic information about this entry
get(**user_parameters)Instantiate the DataSource for the given parameters
Attributes
classnamecontainerguihas_been_persistedFor the source created with the given args, has it been persisted?
nameplotsList custom associated quick-plots
-