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)

Intake Catalog represeting a STAC Catalog https://github.com/radiantearth/stac-spec/blob/master/catalog-spec/catalog-spec.md

StacCollection(*args, **kwargs)

Intake Catalog represeting a STAC Collection https://github.com/radiantearth/stac-spec/blob/master/collection-spec/collection-spec.md

StacItemCollection(*args, **kwargs)

Intake Catalog represeting a STAC ItemCollection

StacItem(*args, **kwargs)

Intake Catalog represeting a STAC Item https://github.com/radiantearth/stac-spec/blob/master/item-spec/item-spec.md

catalog.StacEntry(*args, **kwargs)

A class representing a STAC catalog Entry