Created
August 31, 2016 17:36
-
-
Save dKvale/bea49fc419316e5703a761c5d6dd61b3 to your computer and use it in GitHub Desktop.
Grab MET data for MSP, MN.
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
| library(worldmet) | |
| getMeta(site = "msp") | |
| getMeta(lat = 45, lon = -93.5) | |
| dat <- importNOAA(code = "726580-14922", year = 2016, precip = T) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment