PatrickTUM / UnCRtainTS

https://patricktum.github.io/cloud_removal/
47 stars 3 forks source link

Can't download s1_america.tar.gz #9

Open try-agaaain opened 4 months ago

try-agaaain commented 4 months ago

When I download s1_america.tar.gz dataset using the script provided by this project, I get the following error:

--2024-04-20 22:01:06--  https://dataserv.ub.tum.de/s/m1639953/download?path=/&files=s1_america.tar.gz
Connecting to 172.22.112.1:7890... connected.
WARNING: cannot verify dataserv.ub.tum.de's certificate, issued by ‘CN=R3,O=Let's Encrypt,C=US’:
  Unable to locally verify the issuer's authority.
Proxy request sent, awaiting response... 404 Not Found
2024-04-20 22:01:19 ERROR 404: Not Found.

I also tried using rsync, but it also doesn't download properly:

$ rsync rsync://m1639953@dataserv.ub.tum.de/m1639953/s1_america.tar.gz
Password:
rsync: [sender] link_stat "/s1_america.tar.gz" (in m1639953) failed: Bad file descriptor (9)
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1865) [Receiver=3.2.7]

Other datasets can be obtained normally, such as:

$ rsync rsync://m1639953@dataserv.ub.tum.de/m1639953/s1_africa.tar.gz
Password:
-r-xr-xr-x 53,534,515,467 2022/01/28 01:11:02 s1_africa.tar.gz
try-agaaain commented 4 months ago

I found that the s1_america.tar.gz dataset doesn't exist anymore, where can I find it?

image