gemgis.download_gemgis_data.create_pooch#

gemgis.download_gemgis_data.create_pooch(storage_url: str, files: List[str], target: str)#

Create pooch class to fetch files from a website.

Parameters
  • storage_url (str) – Base URL for the remote data source.

  • files (List[str]) – A record of the files that are managed by this Pooch.

  • target (str, default: '') – The path to the local data storage folder, e.g. target='Documents/gemgis/'.

Returns

Pooch class.

Return type

pooch.core.Pooch

See also

download_tutorial_data

Download the GemGIS data for each tutorial.