Welcome to WEkEO HDA API Client’s documentation!¶
This package provides a fully compliant Python 3 client that can be used to search and download products using the Harmonized Data Access WEkEO API.
HDA is a RESTful interface allowing users to search and download WEkEO datasets.
Documentation about its usage can be found at WEkEO website.
Check out the usage section for further information, including how to install the project.
Warning
Starting from version 2.0, the client supports HDA v2 only. If you need to interact with HDA v1, please use client version 1.14, which is the last release compatible with that API.
Note that HDA v1 was decommissioned in Q2 2024.
Although HDA v2 is a complete overhaul of the original API, the client interface remains unchanged. The primary difference is a significantly simplified query format. When possible, the client will still accept queries written in the legacy format and automatically convert them into the new structure.
Requirements¶
Python 3
requests
tqdm
boto3 (Optional)
Contribution¶
Contribute to the development of this client by creating an account on GitHub. You can follow this guidelines for a general overview of the needed steps.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update this documentation as appropriate - changes on the interface, version etc.
Licence¶
Please refer to LICENSE.txt
Contents¶
- Installation
- Quick start
- Usage
- S3 Integration
- API
- Changelog
- Version 2.38
- Version 2.35
- Version 2.34
- Version 2.33
- Version 2.32
- Version 2.28
- Version 2.25
- Version 2.22
- Version 2.21
- Version 2.18
- Version 2.17
- Version 2.16
- Version 2.14
- Version 2.13
- Version 2.12
- Version 2.0
- Version 1.14
- Version 1.13
- Version 1.12
- Version 0.3.6
- Version 0.3.4
- Version 0.3.2
- Version 0.3.1
- Version 0.2.4