Data Services
This section provides detailed information about the service data.
The service data module is responsible for exposing the data from the HIGHWAY project.
Data Offer
SMOS
Available:
to be scheduled:
L1A
L1B
L1C
L1
L2
L2
L2WS
L4
L3
L4
L3
To be deployed
Soon the HIGHWAY service will deploy dataset for the following missions:
Cryosat-2.
Aeolus.
Swarm.
Proba-V.
EarthCARE.
Data tools
Data Catalogues
Connection
For the connection you have to use the client_id highway-public
curl --location 'https://highway.esa.int/sso/auth/realms/highway/protocol/openid-connect/token' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode 'grant_type=password' \
--data-urlencode 'client_id=highway-public' \
--data-urlencode 'username=your_username' \
--data-urlencode 'password=your_password'
The answer will give you an access access_token
opensearch
To get the list of all our dataset available.
curl --location 'https://ds.highway.esa.int/ada/opensearch/datasets'
STAC
Our STAC API documentation is available under the URL: https://ds.highway.esa.int/da/stac/api.html