Skip to content

Version 3.3.0 - Tasking API, Collections API, and Sorting on Archive Search

Compare
Choose a tag to compare
@martejj martejj released this 06 Sep 06:14
· 46 commits to master since this release

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 available
    • detail for detailing a specific collection
    • list_items for listing items within a collection with some simple filters
    • get_item for getting a specific item from within a collection
    • search_items for searching items within a collection with more complex filters than list_items
    • import_order for importing orders purchased through the Archive or Tasking APIs
    • remove_item for removing an item from a collection
    • create for creating a new collection
    • update for updating details of a collection
    • delete for deleting a collection
    • request_access_item for requesting access to items within a collection
    • conformance 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 opportunities
    • order for purchasing an opportunity from a search
    • batch_order for purchasing many opportunities at the same time
  • Adds support for sort definitions on archive and tasking search