stac.cli

Command line interface for the STAC client.

Module Contents

Functions

cli()

STAC on command line.

catalog(url, access_token=None)

Return the list of available collections in the catalog.

collection(url, collection_id, access_token=None)

Return the metadata for a given collection.

items(url, collection_id, limit, page, datetime, bbox, access_token=None)

Return items from a given collection ID and filters.

search(url, collections, ids, intersects, limit, next, page, datetime, bbox, access_token=None)

Search through a STAC catalog.

stac.cli.cli()

STAC on command line.

stac.cli.catalog(url, access_token=None)

Return the list of available collections in the catalog.

stac.cli.collection(url, collection_id, access_token=None)

Return the metadata for a given collection.

stac.cli.items(url, collection_id, limit, page, datetime, bbox, access_token=None)

Return items from a given collection ID and filters.

stac.cli.search(url, collections, ids, intersects, limit, next, page, datetime, bbox, access_token=None)

Search through a STAC catalog.