-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add_data.sh - verify checksum of downloaded files #83
Comments
For (my) reference, curl author Daniel Steinberg explains the retry options in depth:
|
Idea: Use git partial clone and sparse-checkout to get just the pointers to *.csv in the original repo to quickly get the SHA256 checksums. Something like the following: git clone --filter=blob:none --sparse [email protected]:OpenDRR/openquake-inputs.git
cd openquake-inputs
git sparse-checkout add '*.csv' |
Also, upgrade git to the latest version (2.32.0.rc0 as of this writing) because "git checkout" for model-inputs got stuck with git 2.28. See #83
Also, upgrade git to the latest version (2.32.0.rc0 as of this writing) because "git checkout" for model-inputs got stuck with git 2.28. See #83
Also, upgrade git to the latest version (2.32.0.rc0 as of this writing) because "git checkout" for model-inputs got stuck with git 2.28. See #83
Also, upgrade git to the latest version (2.32.0.rc0 as of this writing) because "git checkout" for model-inputs got stuck with git 2.28. See #83
Also, upgrade git to the latest version (2.32.0.rc0 as of this writing) because "git checkout" for model-inputs got stuck with git 2.28. See #83
As a follow up to Issue #66 / PR #82, it would be nice if:
Previous notes (copied from #66):
file
vsdir
--no-act
or--dry-run
or something similar for add_data.sh to "predict" how much files would be downloaded before download.https://towardsdatascience.com/uploading-large-files-to-github-dbef518fa1a
The text was updated successfully, but these errors were encountered: