eurocropsml.dataset.preprocess.find_cloudsΒΆ
- find_clouds(array: ndarray, band4_idx: int, preprocess_config: EuroCropsDatasetPreprocessConfig) floatΒΆ
Get cloud probabilities multi-spectral timeseries.
- Parameters:
array β Array containing multi-spectral data (S2)
band4_idx β Index of band for in array
preprocess_config β Preprocess config to receive thresholds
- Returns:
The probability of clouds in the timeseries.