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

Fix to ensure that the `_check_inputs` function in `/blending/steps.py` looks for the correct `precip_models` length when a list of timesteps instead of an integer is provided.

This PR ensures that the netcdf exporters can handle a list of timesteps next to just an integers number of timesteps. One of pysteps' functionalities is that you can give...

Can all models (e.g., sprog, anvil, linda, etc.) be run for comparison using the following metrics code (ROC, reliability diagram, FSS, etc.)? I have the following problems when running, and...

I started with the steps nowcast because that seemed more straightforward to tackle first. Since both methods should look alike, they must both be changed. I can't figure out how...

× Getting requirements to build wheel did not run successfully. │ exit code: 1 ╰─> [19 lines of output] [1/2] Cythonizing pysteps/motion/_proesmans.pyx [2/2] Cythonizing pysteps/motion/_vet.pyx Traceback (most recent call last):...

Start with low-hanging fruit: - clearer variable names (compare to nowcasts/steps.py refactoring) - potentially make the monolithic function more modular.

This is the draft pull request that will collect all the changes that need to be made to fully integrate xarray into pysteps. Progress of this project is tracked [here](https://github.com/orgs/pySTEPS/projects/4?pane=info)....

Hi all, I noticed a bug in the visualisation of maps with cartopy. The plot_map_cartopy function creates maps without geographical axis. The part of the code that results in this...

Creating a DGMR plugin to be intergrated into the pysteps nowcasts methods.

Added an infrastructure.py file to the postprocessing folder which should operate in the same way as the interface file does for the importers in the io folder. The postprocessor file...