DownloadDatasets package

Submodules

LOGS_solutions.DownloadDatasets.DatasetDownloader module

LOGS_solutions.DownloadDatasets.DatasetHandler module

class LOGS_solutions.DownloadDatasets.DatasetHandler.DatasetHandler(dataset_target_path, dataset, include_metadata=False, duplicate_handling=1, symlink_path=None, original_target_path=None)[source]

Bases: object

The class handles the parsing and downloading of unpacked data records in separate folders.

Create a symlink to the dataset in the format folder.

download_dataset_unzip()[source]

Download the unzipped dataset.

Parameters:

filename – Name of the store dataset. If empty, the name of the dataset will be used.

parse_dataset()[source]

Download all files of the dataset and store it in the given path together with a txt file with all important information.

LOGS_solutions.DownloadDatasets.main module

Module contents