kg_idg.download¶
-
kg_idg.
download
(yaml_file: str, output_dir: str, ignore_cache: bool = False) → None¶ Downloads data files from list of URLs (default: download.yaml) into data directory (default: data/).
- Args:
yaml_file: A string pointing to the yaml file utilized to facilitate the downloading of data. output_dir: A string pointing to the location to download data to. ignore_cache: Ignore cache and download files even if they exist [false]
- Returns:
None.