Created
November 12, 2019 19:18
-
-
Save cbuelo/0593107b1b5c7d832370ab28db0c3f75 to your computer and use it in GitHub Desktop.
Download meteorological data from UW AOSS rooftop station
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
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