eth-vaw-glaciology / GlacioTools.jl

MIT License
1 stars 0 forks source link

Error in downloading ice thickness data from ETHZ research Collection #9

Closed christopheogier closed 1 year ago

christopheogier commented 1 year ago

Hey,

I ran the doc example:

SGI\_ID = "B43-03"
datadir = joinpath(@**DIR**,"../mydata/")
data = fetch\_glacier("Rhone", SGI\_ID; datadir)

And I got the following error:

Downloading icethickness...  error in get_all_data (1): Downloads.RequestError("http s://www.research-collection.ethz.ch/bitstream/handle/20.500.11850/434697/04_IceThickness_SwissAlps.zip?sequence=10&isAllowed=y", 3, "URL using bad/illegal format or missing URL", Downloads.Response(nothing, "http s://www.research-collection.ethz.ch/bitstream/handle/20.500.11850/434697/04_IceThickness_SwissAlps.zip?sequence=10&isAllowed=y", 0, "", Pair{String, String}[])) done.

Then, this obviously lead to the following error (since the file couldn't be downloaded):

mv: cannot stat 'c:\Users\christophe\Desktop\home\projects\2023_WWF_WPOFs\../mydata/alps_sgi/04_IceThickness_SwissAlps/IceThickness.tif': No such file or directory

Note that the loading of 08_SurfaceElevation_SwisAlps works. Could it be some authorization issues with the downloading of ice thickness data?

Thanks! Christophe