Provides Deep-Resolution data for a specified bounding box over a given date range.
The system also allows for recurring image processing requests, either going backwards or forward in time.
The 'interval' parameter can be set with the amount of days the system must wait before processing a new image, if not provided, the system will check for new images every day.
If provided, 'start_date' will define when the processing routine should begin, otherwise start_date will be set as the current date. The 'end_date' parameter is mandatory for recurring image processing routines. If end_date is defined with an upcoming date, the system will stop checking for new images once the end_date is reached. Otherwise, if end_date is defined with a past date, the system will process all available images between end_date and start_date, while still adhering to the defined processing interval and maximum cloud coverage constraint (e.g. the user could process all images from the past 3 months with a 7 day minimum interval between each image and a maximum cloud coverage of 10%).
Users can check the status of any image processing requests through the /status endpoint, as well as cancel any requests through the /cancel endpoint.