oxinabox / DataDeps.jl

reproducible data setup for reproducible science
Other
150 stars 43 forks source link

datadep hanging #145

Closed juliohm closed 2 years ago

juliohm commented 2 years ago

I don't know what is happening but the following datadeps script is hanging for me:

using DataDeps # v0.7.7

# skip prompt when downloading dataset
ENV["DATADEPS_ALWAYS_ACCEPT"] = "true"

# register dataset
register(DataDep("NewZealand",
    "Taranaki Basin Curated Well Logs",
    "https://zenodo.org/record/3832955/files/taranaki-basin-curated-well-logs.tar.gz",
    "608f7aad5a4e9fded6441fd44f242382544d3f61790446175f5ede83f15f4d11",
    post_fetch_method=DataDeps.unpack))

# download
datadep"NewZealand"
juliohm commented 2 years ago

Nevermind, it seems to be downloading the file just fine, it is taking much longer than what I expected (my internet connection is in turtle mode today). It would be nice to have a progress bar though to indicate that things are working as expected.

I will re-open the issue in case it is not a slow internet connection issue.