stac.cli¶
Command line interface for the STAC client.
Module Contents¶
Functions¶
|
STAC on command line. |
|
Return the list of available collections in the catalog. |
|
Return the metadata for a given collection. |
|
Return items from a given collection ID and filters. |
|
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.