pySTEPS/pysteps: pysteps v1.5.0
Authors/Creators
- 1. @MeteoSwiss
- 2. Environment and Climate Change Canada
- 3. Bureau of Meteorology
- 4. MeteoSwiss
- 5. Finnish Meteorological Institute
- 6. @fmidev
- 7. Codacy
- 8. SJTU
- 9. @sykefi
Description
Pysteps v1.5.0 is now available with some exciting new features! We would like to thank everyone who contributed to this release.
Key updates- Add new ensemble nowcast model: Lagrangian INtegro-Difference equation model with Autoregression (LINDA) by Pulkkinen et al. (2021). [#221, gallery]
- Implement the local Lagrangian approach for probabilistic nowcasting by Germann and Zawadzki (2004). [#207, gallery]
- Refactor the
utils.interpolatemodule. Therbfinterp2dmethod now wraps the scipy's Rbf class, while the old version is renamed toidwinterp2d(inverse distance interpolation). [#210] - Implement the
max_num_featureskeyword argument for all methods in thepysteps.featuremodule. With this argument, the user can specify the maximum number of detected features. [#225]
- Fix a bug in
utils.spectral.rapsdfunction causing negative frequency for evenly-sized images. [#211] - Fix coordinates of the bounding box in
io.importers.import_mrms_grib. [#222]
You can upgrade to the latest release using pip install pysteps –upgrade or 'conda update pysteps`. It is also possible to build from source following these instructions.
This release represents our last feature release for pysteps v1, while our efforts will now focus on the upcoming v2! See #216 to learn more about this.
ContributorsThanks to the following developers for their contributions in this release (alphabetical order): @aperezhortal, @dnerini, @loforest, @pulkkins, @RubenImhoff
Files
pySTEPS/pysteps-v1.5.0.zip
Files
(405.5 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:bd5af88aa90fed8fa6371f1338ce327e
|
405.5 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/pySTEPS/pysteps/tree/v1.5.0 (URL)