When using a data fusion request with a SentinelHubRequest, the output is always one image (e.g. latest).
Is it possible to receive multiple images - i.e. all the available dates which had both sentinel 1 and 2 acquisitions?
The other way around this is to WMS request the data for sentinel 1, request the data for sentinel 2, use get_dates(), find the intersection of the dates, and iterate on those dates using the fusion SentinelHubRequest.
