Hi,
How are sampleCount and noDataCount defined in case of non-rectangular geometries?
It seems that noDataCount never reaches 0 for non-rectangular regions but has a minimum value that is related to the region’s boundingbox.
For example the results in this example have a constant noDataCount for different dates:
https://sentinelhub-py.readthedocs.io/en/latest/examples/statistical_request.html#Multiple-requests-for-a-collection-of-geometries
If I’m using dynamic masking (with for example CLM/SCL flags) to set noDataMask, is there a way to determine the number of no-data-pixels within the irregular polygon?
