I am trying to create a script to have statistical information on the cloud cover of a specific area. I have different issues. The biggest one. I am not able to reach CLM and CLP band.
Server response: “{“status”: 400, “reason”: “Bad Request”, “message”: “Collection ‘S2L2A’ has no band ‘CLM’.”, “code”: “RENDERER_EXCEPTION”}”
My second question is how to manage the resolution of the image in statistical API.
my geometry is a polygon :
field1 = {
“type”: “Polygon”,
“coordinates”: [
[
[6.76078,45.72706],
[6.66310,45.84824],
[6.98729,46.04407],
[6.98729,46.04407],
]
],
}
Can you please share the full request you are making in regards to your question. The CLM and CLP bands should be available for all Sentinel-2 L2A data at the https://services.sentinel-hub.com/ endpoint. However, if you are using the Copernicus Data Space Ecosystem endpoint then they would not be available.
Thanks for sending the request. As I said previously, The CLM and CLP bands are not available on the Copernicus Data Space Ecosystem as documented here. If you would like to make a request to the Copernicus Data Space Ecosystem, I encourage you to do this on their website here.