Seppo Pulkkinen

Results 7 comments of Seppo Pulkkinen

This feature has not been implemented in pysteps. Implementing an utility function for doing this could be useful. In the meanwhile, you can use the following example: import numpy as...

**Correction:** a similar piece of code is used in io.exporters.initialize_forecast_exporter_netcdf. It's not too much effort to implement that in a separate utility function.

Hi everyone, I was also on a vacation, so I could not join the last meeting. The points listed by @dnerini are very good and clearly show the limitations of...

Hi, Thanks for your insightful comments. I have been thinking this a little bit more and came up with the following. Point 1: I completely agree that computation of the...

The FFT interface module has been implemented. I'll leave this issue open because using rcparams for choosing the FFT method still needs to be implemented.

@dnerini I have implemented the first versions of VAR and ARI models and parameter estimation by OLS. After the testing, that I will do this week, these are ready to...

Nice work! Looks good to me.