Integration with EODH ADES API
EODH ADES API provides a platform for executing geospatial processes. The Action Creator API integrates with this service to offload computationally intensive tasks.
Please refer to: ADES (Processing) - EOEPCA Deployment Guide for more details.
Triggering processes via ADES
The API includes logic to trigger geospatial processing tasks via the ADES API, allowing users to leverage EODH's computational resources.
Samples are here.
Handling responses from ADES
The API handles responses from the ADES API, logging the outcomes and returning relevant information to the user.
Sample responses can be viewed with this notebook.
Challenges and considerations
Integration with ADES presents challenges such as ensuring secure communication, handling errors, and managing long-running tasks. These aspects are carefully managed to ensure a smooth user experience.