ESGF / esgf-download

ESGF data transfer and replication tool
https://esgf.github.io/esgf-download/
BSD 3-Clause "New" or "Revised" License
15 stars 2 forks source link

Add missing checksum validation, improve fs.py #28

Closed svenrdz closed 1 year ago

svenrdz commented 1 year ago

Add Config.download.disable_checksum boolean option (default=False) to disable the checksum computation during download.

Add Digest class for hash computing:

Add FileCheck enum to specify the status of a file on the filesystem:

Other changes