0

Error with getPoint function (GFS) for location (lon = 29.7, lat = -0.9) and variable ("Precipitable_water_entire_atmosphere_single_layer") : Point outside GFS-MG region.

See the script below:

library(meteoForecast)
list<-grepVar('prec', service = 'gfs', complete = TRUE)
list$name
list$label
list$name
testDay <- Sys.Date() - 1
cloudGFS <- getRaster(list$name[1],
                      day = testDay,
                      box = c(-30, 30, 30, 50),
                      service = 'gfs')
EACrain <- getRaster(list$name[1],
                      day = testDay,
                      box = c(12, 32, -10, 10),
                      service = 'gfs')
#levelplot(cloudGFS, layout = c(1, 1))
plot(EACrain, layout = c(1, 1))
rainpoint <- getPoint(c(29.7, -0.9), vars = list$name[1], 
                      day = testDay, service = 'gfs')

b musana
  • 1
  • 1

0 Answers0