pysteps.datasets.download_pysteps_data

pysteps.datasets.download_pysteps_data(dir_path, force=True)

Download pysteps data from github.

Parameters
dir_path: str

Path to directory where the psyteps data will be placed.

force: bool

If the destination directory exits and force=False, a DirectoryNotEmpty exception if raised. If force=True, the data will we downloaded in the destination directory and may override existing files.