Create a spatial file of closed areas by fishery/survey type
1 2 3 4 5 6 7 | closed_areas(
mpa_network_shp = closed,
ssid = NULL,
fishery = NULL,
level = c("X", "C"),
out_crs = 3156
)
|
mpa_network_shp |
MPA polygon shapefile (draft from gdb from Katie Gale Apr 2020); filter for desired restricted zones |
ssid |
Survey series id to select restricted areas for |
fishery |
Fishery type to select restricted areas for (eg. "trawl", "ll" (longline), "trap" (not yet implemented)) |
level |
Level of restriction. "X" = closed to all activity of associated fishery/survey type, "C" = closed on certain conditions |
out_crs |
Coordinate reference system for the output polygon |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.