pysteps icon indicating copy to clipboard operation
pysteps copied to clipboard

Python framework for short-term ensemble prediction systems.

Results 101 pysteps issues
Sort by recently updated
recently updated
newest added

I have had this discussion with quite a few people over the last few years, but so far, no clear answer has ever been formulated, let alone that it would...

There are a lot of issues that are still present which have been treated but not closed (some from the last hackathon). We should try to close these to also...

Next to the already implemented STEPS blending approach (Bowler et al., 2006; Seed et al., 2013 and our paper Imhoff et al., 2023), we thought it was getting time to...

enhancement

In PR #460 the possibility to add a check_norain to a steps nowcast was added, which is very nice! Currently, however, the [check_norain function](https://github.com/pySTEPS/pysteps/blob/master/pysteps/utils/check_norain.py) checks if the entire precip array...

I have completed a prototype of a parametric version of pysteps that uses mean and standard deviation of raining pixels (dBr), raining fraction, piecewise linear power spectrum, and a dynamic...

enhancement

Raised in #441 As stated [here](https://github.com/pySTEPS/pysteps/blob/11c04fe615620eccecdfbd705884f9809dbb632b/pysteps/io/importers.py#L1256), the ODIM HDF5 importer should be able to read HDF5 files from DPC. Could someone add tests for those? @chiara-arpae would you be able...

Plotting precipitation field with a map produces extra axes when using newer versions of matplotlib. I'm using this code: ``` importer = pysteps.io.get_method("fmi_pgm", "importer") importer_kwargs = {"gzipped": True} filenames =...

good first issue

In the folliwing part of the code something should be added/changed: Get the climatological lag-1 and lag-2 auto-correlation values from Table 2 in `BPS2004`. Hard coded, change to own (climatological)...

During a recent performance improvement, there was some uncertainty on how to deal with computing the zerovalue for `precip_models_cascade`: https://github.com/pySTEPS/pysteps/pull/435#discussion_r1786151740. There is some code there that is supposed to get...