API reference

This is a reference API class listing, and modules.

Top-level functions

open_stac_catalog

alias of intake_stac.catalog.StacCatalog

open_stac_collection

alias of intake_stac.catalog.StacCollection

open_stac_item_collection

alias of intake_stac.catalog.StacItemCollection

open_stac_item

alias of intake_stac.catalog.StacItem

Catalog Objects

StacCatalog(*args, **kwargs)

Maps Intake Catalog to a STAC Catalog https://pystac.readthedocs.io/en/latest/api.html?#catalog-spec

StacCollection(*args, **kwargs)

Maps Intake Catalog to a STAC Collection https://pystac.readthedocs.io/en/latest/api.html#collection-spec

StacItemCollection(*args, **kwargs)

Maps ItemCollection returned from a STAC API to Intake (Sub)Catalog https://github.com/radiantearth/stac-api-spec/tree/master/fragments/itemcollection

StacItem(*args, **kwargs)

Maps STAC Item to Intake (Sub)Catalog https://pystac.readthedocs.io/en/latest/api.html#item-spec