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.