Skip to content

Instantly share code, notes, and snippets.

@cbuelo
Created November 12, 2019 19:18
Show Gist options
  • Save cbuelo/0593107b1b5c7d832370ab28db0c3f75 to your computer and use it in GitHub Desktop.
Save cbuelo/0593107b1b5c7d832370ab28db0c3f75 to your computer and use it in GitHub Desktop.
Download meteorological data from UW AOSS rooftop station
Data comes from "RIG tower" at: http://metobs.ssec.wisc.edu/data/
wget -r -nH --no-parent -e robots=off --cut-dirs=5 -w 1 --random-wait -R "index.html*" http://metobs.ssec.wisc.edu/pub/cache/aoss/tower/nc/
# add -nc to not re-download data you already have
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment