Created
March 26, 2018 02:11
-
-
Save ellisvalentiner/b41df0ad099c195b50a7a0a2495dfe3c to your computer and use it in GitHub Desktop.
Download GOES-R imagery
This file contains hidden or 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
url = "https://cdn.star.nesdis.noaa.gov/GOES16/ABI/FD/GEOCOLOR/1808x1808.jpg" | |
while true | |
download(url, "images/$(now()).jpg") | |
sleep(54000) | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment