This covers the activies to implement the functionalites with eodag and to create the configuration. - Code replacement and eodag integration in - [SentinelDownloadHandler](https://github.com/EOEPCA/registration-harvester/blob/main/src/worker/sentinel/tasks.py) - [SentinelDiscoverHandler](https://github.com/EOEPCA/registration-harvester/blob/main/src/worker/sentinel/tasks.py) - [SentinelContinuousDiscoveryHandler](https://github.com/EOEPCA/registration-harvester/blob/main/src/worker/sentinel/tasks.py) - [LandsatGetDownloadUrlHandler](https://github.com/EOEPCA/registration-harvester/blob/main/src/worker/landsat/tasks.py) - [LandsatDownloadHandler](https://github.com/EOEPCA/registration-harvester/blob/main/src/worker/landsat/tasks.py) - Creation of EODAG configuration for both workflows
This covers the activies to implement the functionalites with eodag and to create the configuration.