Version 3.3.0 - Tasking API, Collections API, and Sorting on Archive Search
This release brings compatibility with two new APIs offered by Arlula among other minor updates
- Adds support for the Arlula Collections API, a STAC API powered by our enterprise product Geostack Terra, offered through the CollectionsAPI class. It contains:
list
for listing collections availabledetail
for detailing a specific collectionlist_items
for listing items within a collection with some simple filtersget_item
for getting a specific item from within a collectionsearch_items
for searching items within a collection with more complex filters thanlist_items
import_order
for importing orders purchased through the Archive or Tasking APIsremove_item
for removing an item from a collectioncreate
for creating a new collectionupdate
for updating details of a collectiondelete
for deleting a collectionrequest_access_item
for requesting access to items within a collectionconformance
for determining the stac_extensions conformance of a collection
- Adds support for the Arlula Tasking API, offered through the TaskingAPI class. It contains:
search
for finding future capturing opportunitiesorder
for purchasing an opportunity from a searchbatch_order
for purchasing many opportunities at the same time
- Adds support for sort definitions on archive and tasking search