pangeo-data / scikit-downscale

Statistical climate downscaling in Python
https://scikit-downscale.readthedocs.io/en/latest/
Apache License 2.0
185 stars 47 forks source link

skip empty models in predict #92

Closed tcchiao closed 2 years ago

tcchiao commented 2 years ago

Currently, we skip all null pixels in training, leaving the model at that pixel to be None. The same skipping procedure needs to be repeated in predict.