chemicalchecker.util.download
Download raw data files.
Systematize download and decompression from external repositories.
Basically every dataset
require one or more
files to be downloaded from external repositories.
This class performs the following:
Create a temporary directory where to handle the download.
Check that the url is reachable.
Download the file.
Unzip, tar or whatever.
Copy to the local data path.
Systematize download and decompression from external repositories. |