Skip to content

Instantly share code, notes, and snippets.

@dKvale
Created August 31, 2016 17:36
Show Gist options
  • Select an option

  • Save dKvale/bea49fc419316e5703a761c5d6dd61b3 to your computer and use it in GitHub Desktop.

Select an option

Save dKvale/bea49fc419316e5703a761c5d6dd61b3 to your computer and use it in GitHub Desktop.
Grab MET data for MSP, MN.
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