asi_core.meteo.downloading_datasets

Tools useful to download datasets from public/remote sources

Functions

download_and_store_dataset(url, targetpath_dataset)

Download a dataset from a url and save to file

Module Contents

asi_core.meteo.downloading_datasets.download_and_store_dataset(url, targetpath_dataset)

Download a dataset from a url and save to file

This tool has only been tested with text files so far.

Parameters:
  • url (str) – URL which starts the download

  • targetpath_dataset (str, pathlib.Path) – Path including filename to which dataset should be stored