pySTEPS / pysteps

Python framework for short-term ensemble prediction systems.
https://pysteps.github.io/
BSD 3-Clause "New" or "Revised" License
466 stars 168 forks source link

Unable to run any of the example scripts #313

Closed winash12 closed 2 years ago

winash12 commented 2 years ago

Installed the latest version of pysteps and I am wanting to run the example scripts that come with the product. But no sample data has been provided. Any suggestions on where I can get access to sample data ?

Specifically I am interested in the data and the script that generates this plot - image

dnerini commented 2 years ago

Hi @winash12 , have you already looked at the this page in the documentation?

https://pysteps.readthedocs.io/en/stable/user_guide/example_data.html#example-data

This should provide you with all the information you need.

winash12 commented 2 years ago

@dnerini Thanks for the quick response. Will install and try what is mentioned in the docs.

dnerini commented 2 years ago

Specifically I am interested in the data and the script that generates this plot

The data used for that plot are from the example dataset of FMI (see the page linked above), while the script is the same used here: https://pysteps.readthedocs.io/en/stable/auto_examples/plot_steps_nowcast.html#sphx-glr-auto-examples-plot-steps-nowcast-py

winash12 commented 2 years ago

@dnerini Under your tutelage managed to run most of the scripts successfully ! Few scripts gave some errors I will open those separately if necessary.

My real world use case would be using netCDF radar files or HDF5 radar files.