Skip to content

Instantly share code, notes, and snippets.

@ellisvalentiner
Created March 26, 2018 02:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ellisvalentiner/b41df0ad099c195b50a7a0a2495dfe3c to your computer and use it in GitHub Desktop.
Save ellisvalentiner/b41df0ad099c195b50a7a0a2495dfe3c to your computer and use it in GitHub Desktop.
Download GOES-R imagery
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