Return a Spatial Feature multipolygon or matrix
wrf_grid(filewrf, type = "wrfinput", matrix = FALSE, as_raster = FALSE)
The default crs is 4326 (see http://spatialreference.org/ref/epsg/)
{
# Do not run
wrf <- paste(system.file("extdata", package = "eixport"),
"/wrfinput_d02", sep="")
gwrf <- wrf_grid(wrf)
plot(gwrf, axes = TRUE)
}
#> using grid info from: /tmp/RtmpBmEtGm/temp_libpathe70a2d731ae5/eixport/extdata/wrfinput_d02
#> Number of lat points 51
#> Number of lon points 63