tams.data.download_examples

tams.data.download_examples#

tams.data.download_examples(*, clobber=False)#

Download the example datasets.

Note

gdown, used for downloading the files, is not currently a required dependency of the TAMS Python package, although it is included in the conda-forge recipe. gdown is available on conda-forge and PyPI as gdown. Files < 100 MB can be easily download with wget or similar, but there are some subtleties with larger files.

Alternatively, you can download the files manually using the links above.

Parameters

clobber (bool) – If set, overwrite existing files. Otherwise, skip downloading.

Return type

None