closed_areas: Create a spatial file of closed areas by fishery/survey type

Description Usage Arguments

View source: R/working_file.R

Description

Create a spatial file of closed areas by fishery/survey type

Usage

1
2
3
4
5
6
7
closed_areas(
  mpa_network_shp = closed,
  ssid = NULL,
  fishery = NULL,
  level = c("X", "C"),
  out_crs = 3156
)

Arguments

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


seananderson/gfclosed documentation built on June 16, 2020, 2:52 p.m.