Example mask shapefile
get_mask_shapefile.Rd
Example mask shapefile.
Details
Example of input mask_shapefile
used for functions. It is a bounding box
subset of get_component_u and
get_component_v SpatRaster
objects.
Examples
mask_shapefile <- get_mask_shapefile()
#> Reading layer `mask_shapefile' from data source
#> `/home/runner/work/_temp/Library/SeaGraphs/external/mask_shapefile/mask_shapefile.shp'
#> using driver `ESRI Shapefile'
#> Simple feature collection with 1 feature and 1 field
#> Geometry type: POLYGON
#> Dimension: XY
#> Bounding box: xmin: 34.43481 ymin: 43.74194 xmax: 34.89778 ymax: 43.9225
#> Geodetic CRS: WGS 84
plot(mask_shapefile)