pysteps
pysteps copied to clipboard
Python framework for short-term ensemble prediction systems.
This PR fixes a bug in the `pysteps.tracking.tdating.match` function. As far as I can tell, in this bug the label 0 was included in possible match IDs, even though 0...
Hi! I've been working on including information on splits and merges of storm cells in tdating. This is a somewhat working version of that. Here currently, * a cell at...
Hi everyone, In setting up pySTEPS for a blended nowcast with STEPS, I have noticed that during the first time steps some of the radar image small-scale features are immediately...
If I run an ensemble using multiple cores (so, dask will parallellize the ensemble members over the cores), it seems that the ensemble order is lost, resulting in weird transitions...
The STEPS blending routine in blending/steps.py does not work as it is supposed to when run in deterministic mode (noise_method=None). Not a high priority, but something to keep in mind.
The proposal is to insert the Nowcasting Model PhaSt in the pySTEPS package. PhaSt (phase-diffusion model for stochastic nowcasting) is a stochastic nowcasting model that uses as input the most...
Minor print statement change to print the right information in the check_norain function in the blending.utils module.
see for example https://github.com/pySTEPS/pysteps/actions/runs/8787373228/job/24168528632 ``` { execArgs: [ '-n', '', '-Q', 'github-action-3.1.6', '-e', 'OS,PYTHON', '-Z', '-f', '/home/runner/work/pysteps/pysteps/pysteps_data/coverage.xml', '-F', 'unit_tests', '-C', '4fd7addb71a1daff2eaca7a4f59c3bd5b0b76edf', '-v' ] } ==> linux OS detected https://uploader.codecov.io/latest/linux/codecov.SHA256SUM Received...
As discussed at the start of our blending implementation and re-discussed during this year's EGU, we can still improve the post-processing that takes place in the blending procedure. Right now,...
I have recently been working on a project that involves using Imerg data to complete rainfall forecasts. Specifically, I now have a variable, sample, which is a ndarray with a...