Generate a wind field time series data set from a set of rasters.
wind_series.RdGenerate a wind field time series data set from a set of rasters.
Arguments
- x
Multi-layer
SpatRasterwith layers containing u and v wind components, or an object like a file path that can be converted to aSpatRaster. Note that raster data must be in lat-long coordinates.- order
Either
"uuvv", the default indicating `x` has all u components followed by all v components, or"uuvv", indicating the u and v components of `x` are alternating.