Hi,
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],
]
],
}
geometry1 = Geometry(geometry=features1, crs=CRS.WGS84)
Thanks,
Best regards
