muschellij2 4 years ago
parent
commit
f87e5c2eff
No known key found for this signature in database GPG Key ID: 1D7529BE14E2BBA9
  1. 1
      R/animate.R

1
R/animate.R

@ -18,6 +18,7 @@ animate_radar <- function(station = "GYX") {
ir <- possibly(image_read, NULL)
st_dir <- stations[stations$station == station,][["dir"]]
st_dir <- unique(st_dir)
frames_dir_url <- sprintf("https://radar.weather.gov/ridge/RadarImg/%s/%s/", st_dir, station)

Loading…
Cancel
Save