pangeo-data / WeatherBench

A benchmark dataset for data-driven weather forecasting
MIT License
694 stars 166 forks source link

How to download 2.8125 degree data? #25

Closed tatp22 closed 4 years ago

tatp22 commented 4 years ago

Hi! I was just wondering if there was an easy way to just download the 2.8125 degree data, in a way similar to this command here:

wget "https://dataserv.ub.tum.de/s/m1524895/download?path=%2F5.625deg&files=all_5.625deg.zip" -O all_5.625deg.zip

I tried changing all instances of 5.625 with 2.8125, but unfortunately, I got a 404 error. So I was wondering if there was another command that I needed to run.

Thank you!

tatp22 commented 4 years ago

I found out the issue, the file doesn't exist. I'm using rsync instead, and it seems to work:

rsync -a rsync://m1524895@dataserv.ub.tum.de/m1524895/2.8125deg dest_folder

However, I'm getting the error that I cannot delete the files now without the sudo command. However, that's another problem, and for now, I will close this issue.