gemgis.download_gemgis_data.download_tutorial_data#

gemgis.download_gemgis_data.download_tutorial_data(filename: str, dirpath: str = '', storage_url: str = 'https://rwth-aachen.sciebo.de/s/AfXRsZywYDbUF34/download?path=%2F')#

Download the GemGIS data for each tutorial.

Parameters
  • filename (str) – File name to be downloaded by pooch, e.g. filename='file.zip'.

  • dirpath (str, default: '') – Path to the directory where the data is being stored, default to the directory where the notebook is located, e.g. dirpath='Documents/gemgis/'.

  • storage_url (str, default ‘https://rwth-aachen.sciebo.de/s/AfXRsZywYDbUF34/download?path=%2F’) – URL to the GemGIS data storage, default is the RWTH Aachen University Sciebo Cloud Storage.

See also

create_pooch

Create pooch class to fetch files from a website.