pysteps
pysteps copied to clipboard
Python framework for short-term ensemble prediction systems.
This pull request is for fixes to issues that were found before or during the ERAD 2022 short course. Currently these fixes include: - Option to use different window sizes...
I wanted to ask you if you could add the version of RainFARM improved by Terzago et al.(https://doi.org/10.5194/nhess-18-2825-2018). I would like to use it using Python. By the way, I...
I am performing nowcasts with the setup below but I am getting an error during the noise adjustment process. Here is the setup: ``` Methods: -------- extrapolation: semilagrangian bandpass filter:...
I'm very much interested in running pysteps and particularity if zenith total delay (proxy to precipitation) derived from GPS can be ingested/ assimilated to pysteps in addition to radar image....
Recently I stumbled upon [this Github action (rtds-action)](https://github.com/dfm/rtds-action) designed to build example galleries using Github Actions and building the documentation using ReadTheDocs. I was curious to try this out and...
The current importer module includes a fairly arbitrary list of importers that are specific to data formats used by various national weather services. This list cannot grow indefinitely each time...
Currently the pysteps example gallery is part of the main pysteps repo, meaning that the static example pages are compiled by readthedocs for each change. This slows down considerably the...
- Adapt all methods in pysteps.motion for accept and return xarrays: - [x] lk - [ ] vet - [ ] darts - [ ] Fix tests - [ ]...
pysteps 2.0
During a meeting with @dnerini, @loforest and @wdewettin, the suggestion was made to start working towards a new version of pysteps. 1. The initial motivation is the implementation of the...