Created
January 23, 2023 22:54
-
-
Save dewomser/d93700d267a4c68f100070a0677cc0ff to your computer and use it in GitHub Desktop.
Radarvorhersage Aktuelle Daten von opendata.dwd.de Rohdaten/gezippt. Bash 1-liner
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
datum=$(date -u '+%y%m%d%H'); minute5=$(printf %02d $((($(date '+%M')-5)/5*5))) ; for ((i = 0 ; i < 125 ; i=i+5)); do wget https://opendata.dwd.de/weather/radar/radvor/re/RE$datum$minute5"_"$(printf %03d $i).gz; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment