Data tools

opensearch

All datasets

To get the list of all our dataset available:

import requests
import json

url = "https://ds.highway.esa.int/ada/opensearch/datasets"

payload = {}
headers = {}

response = requests.request("GET", url, headers=headers, data=payload)

result = json.loads(response.text)

print(result)

This return a JSON content with the list

Web Map Service (WMS) standard

Web Coverage Service (WCS) standard

STAC

Our STAC API documentation is available under the URL: https://ds.highway.esa.int/da/stac/api.html