Dear all
I am using sentinel-hub on Python to download sentinel2, landsat8, and, Sentinel3 data.
All works except sentinle3. I set my config.sh_base_url = “https://creodias.sentinel-hub.com/api/” as the documentation described. For example in landsat8: config.sh_base_url = “https://services-uswest2.sentinel-hub.com” work correctly.
sentinelhub.exceptions.DownloadFailedException: Failed to download from:
“Cannot include more than 2 URLs but the URL is same as set”
with HTTPError:
503 Server Error: Service Unavailable for URL: “Cannot include more than 2 URLs but the URL is same as set”
Server response: “503 Service Unavailable No server is available to handle this request.”
The above error returns.
What is the correct URL for the sentinel3 API endpoint?