pysteps v1.3.1
Summary of main changes and new features:
- Add an interface to the
feature.blob_*methods from scikit-image. A blob is defined as a local maximum of a Gaussian-filtered image. This newutils.images.blob_detectionfeature detection method can be used in themotion.lucaskanademodule to track cells in radar data. - Fix installation errors in windows which caused permissions errors in
datasets.download_pysteps_dataanddatasets.download_mrms_datafunctions. - Fix bug with the precipitation mask of
nowcasts.anvil. This caused the method to produce too much rain in non-rainy areas when rain rate was used as input. - Run Black on the whole source code for consistent, reproducible code formatting.
- Add pre-commit hooks as part of the development workflow.
- Improve documentation.
Pysteps v1.3.1 changelog:
dataset- Fix permissions errors in
download_pysteps_dataanddownload_mrms_datafunctions - Update installation instructions for Windows systems
- Fix permissions errors in
motion.lucaskanade.dense_lucaskanade- Add option to use
blob_detectionas feature detection method
- Add option to use
nowcasts.anvil- Implement precipitation mask when rainrate is set to None
- Minor changes to default values, masking and thresholding
utils.images- Add
blob_detectionmethod
- Add