STACAPI#

class geodesic.stac.STACAPI(root)[source]#

Methods

collection(collection_id)

collection_item(collection_id, feature_id[, ...])

Get a specific feature from collections/<collection_id>/items/feature_id endpoint.

collection_items(collection_id[, bbox, ...])

Query the collections/<collection_id>/items endpoint for items.

collections()

count([bbox, datetime, intersects, ...])

Count the number of matching items in the dataset.

search([bbox, datetime, limit, intersects, ...])

Query the search endpoint for items.