Search through the available datasets via the web service or Python client
TerraCatalogue is a Catalogue Web Service which allows you to search through our data using a standardized OpenSearch API. The Web Service implements the standard Open Geospatial Consortium (OGC) Opensearch EO interface, which is also implemented by many other remote sensing data providers.
Python developers can now use the new open-sourced Terrascope catalogue client without needing to build OpenSearch requests first, or parse the GeoJSON output. The library is pre-installed on the Terrascope Virtual Machines and Notebook services but can also be installed in your custom Python3 environment.
So, in case you want to integrate Terrascope datasets into your Python application, give it a try!