diff --git a/DESCRIPTION b/DESCRIPTION index 53e4bb7..63a3dbd 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -8,7 +8,7 @@ Description: Provides spatial data as sf objects License: file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) -RoxygenNote: 7.2.3 +RoxygenNote: 7.3.1 Depends: R (>= 2.10) Imports: diff --git a/R/data_Scallop_Rotational_Areas_20230411.R b/R/data_Scallop_Rotational_Areas_20230411.R new file mode 100644 index 0000000..b4efe19 --- /dev/null +++ b/R/data_Scallop_Rotational_Areas_20230411.R @@ -0,0 +1,25 @@ +#' Scallop Restricted Area +#' +#' An sf object containing the Scallop Restricted Areas +#' Specifically Area I, II, Nantucket Lightship North, Nantucket Lightship West, New York Bight, Elephant Trunk +#' +#' @format A data frame / sf object (6 x 25) +#' \describe{ +#' \item{Geometry type}{POLYGON} +#' \item{Dimension}{XY} +#' \item{Bounding box}{xmin: -8274749 ymin: 4602998 xmax: -7333888 ymax: 5087139} +#' \item{Geodetic CRS}{WGS 84 / Pseudo-Mercator} +#' \item{Features}{6 x 25} +#' \item{Metadata}{See source} +#' } +#' +#'@section Contact: +#'andrew.beet at noaa.gov +#' +#' +#' @docType data +#' @name Scallop_Rotational_Areas_20230411 +#' @usage data("Scallop_Rotational_Areas_20230411") +#' @keywords datasets +#' @source \url{https://www.fisheries.noaa.gov/resource/map/atlantic-sea-scallop-managed-waters-fishing-year-2023} +NULL diff --git a/data/Scallop_Rotational_Areas_20230411.rda b/data/Scallop_Rotational_Areas_20230411.rda new file mode 100644 index 0000000..25b9ec5 Binary files /dev/null and b/data/Scallop_Rotational_Areas_20230411.rda differ diff --git a/man/Scallop_Rotational_Areas_20230411.Rd b/man/Scallop_Rotational_Areas_20230411.Rd new file mode 100644 index 0000000..f89beef --- /dev/null +++ b/man/Scallop_Rotational_Areas_20230411.Rd @@ -0,0 +1,33 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/Scallop_Rotational_Areas_20230411.R +\docType{data} +\name{Scallop_Rotational_Areas_20230411} +\alias{Scallop_Rotational_Areas_20230411} +\title{Scallop Restricted Area} +\format{ +A data frame/ sf object (6 x 26) +\describe{ +\item{Geometry type}{POLYGON} +\item{Dimension}{XY} +\item{Bounding box}{xmin: -8274749 ymin: 4602998 xmax: -7333888 ymax: 5087139} +\item{Geodetic CRS}{WGS 84} +\item{Features}{6 x 25} +\item{Metadata}{See source} +} +} +\source{ +\url{https://www.fisheries.noaa.gov/resource/map/atlantic-sea-scallop-managed-waters-fishing-year-2023} +} +\usage{ +data("Scallop_Rotational_Areas_20230411") +} +\description{ +An sf object containing the Scallop Restricted Areas +Specifically Area I, II, Nantucket Lightship North, Nantucket Lightship West, New York Bight, Elephant Trunk +} +\section{Contact}{ + +andrew.beet at noaa.gov +} + +\keyword{datasets} diff --git a/pkgdown/_pkgdown.yml b/pkgdown/_pkgdown.yml index cf4730f..f1af6cc 100644 --- a/pkgdown/_pkgdown.yml +++ b/pkgdown/_pkgdown.yml @@ -59,20 +59,22 @@ navbar: href: articles/NAFO_Divisions_2021_line_enclosed_leaflet.html - text: NAFO_Divisions_2021_line_not_enclosed href: articles/NAFO_Divisions_2021_line_not_enclosed_leaflet.html - - text: NAFO_Divisions_2021_poly_not_clipped - href: articles/NAFO_Divisions_2021_poly_not_clipped_leaflet.html - text: NAFO_Divisions_2021_poly_clipped href: articles/NAFO_Divisions_2021_poly_clipped_leaflet.html + - text: NAFO_Divisions_2021_poly_not_clipped + href: articles/NAFO_Divisions_2021_poly_not_clipped_leaflet.html - text: Neus_atlantis href: articles/Neus_atlantis_leaflet.html + - text: Scallop_Rotational_Areas_20230411 + href: articles/Scallop_Rotational_Areas_20230411_leaflet.html - text: Shellfish_Strata href: articles/Shellfish_Strata_leaflet.html + - text: Shrimp_Strata + href: articles/Shrimp_Strata_leaflet.html - text: Statistical_Areas_2010 href: articles/Statistical_Areas_2010_leaflet.html - text: Statistical_Areas_2010_withNames href: articles/Statistical_Areas_2010_withNames_leaflet.html - - text: Shrimp_Strata - href: articles/Shrimp_Strata_leaflet.html reference: - title: Fishing Areas / Management Areas desc: Areas in which fishing is reported @@ -87,6 +89,7 @@ reference: - GillnetClosureAreas_20211021 - LMA1_Restricted_Area_FR - Great_South_Channel_Restricted_Trap_Pot_Area + - Scallop_Rotational_Areas_20230411 - title: Protected Species - contents: amapps_grid - title: Survey Strata diff --git a/pkgdown/leaflet_maps/BTS_Strata_leaflet.rds b/pkgdown/leaflet_maps/BTS_Strata_leaflet.rds index 5ae1040..595e326 100644 Binary files a/pkgdown/leaflet_maps/BTS_Strata_leaflet.rds and b/pkgdown/leaflet_maps/BTS_Strata_leaflet.rds differ diff --git a/pkgdown/leaflet_maps/EcoMon_Strata_leaflet.rds b/pkgdown/leaflet_maps/EcoMon_Strata_leaflet.rds index a0dc800..c149f45 100644 Binary files a/pkgdown/leaflet_maps/EcoMon_Strata_leaflet.rds and b/pkgdown/leaflet_maps/EcoMon_Strata_leaflet.rds differ diff --git a/pkgdown/leaflet_maps/GillnetClosureAreas_20211021_leaflet.rds b/pkgdown/leaflet_maps/GillnetClosureAreas_20211021_leaflet.rds index da91495..7880313 100644 Binary files a/pkgdown/leaflet_maps/GillnetClosureAreas_20211021_leaflet.rds and b/pkgdown/leaflet_maps/GillnetClosureAreas_20211021_leaflet.rds differ diff --git a/pkgdown/leaflet_maps/Great_South_Channel_Restricted_Trap_Pot_Area_leaflet.rds b/pkgdown/leaflet_maps/Great_South_Channel_Restricted_Trap_Pot_Area_leaflet.rds index 00d5836..a34d65a 100644 Binary files a/pkgdown/leaflet_maps/Great_South_Channel_Restricted_Trap_Pot_Area_leaflet.rds and b/pkgdown/leaflet_maps/Great_South_Channel_Restricted_Trap_Pot_Area_leaflet.rds differ diff --git a/pkgdown/leaflet_maps/Herring_Management_Areas_leaflet.rds b/pkgdown/leaflet_maps/Herring_Management_Areas_leaflet.rds index fff639b..b4f9314 100644 Binary files a/pkgdown/leaflet_maps/Herring_Management_Areas_leaflet.rds and b/pkgdown/leaflet_maps/Herring_Management_Areas_leaflet.rds differ diff --git a/pkgdown/leaflet_maps/LMA1_Restricted_Area_FR_leaflet.rds b/pkgdown/leaflet_maps/LMA1_Restricted_Area_FR_leaflet.rds index 48bedc2..d8c2335 100644 Binary files a/pkgdown/leaflet_maps/LMA1_Restricted_Area_FR_leaflet.rds and b/pkgdown/leaflet_maps/LMA1_Restricted_Area_FR_leaflet.rds differ diff --git a/pkgdown/leaflet_maps/NAFO_Divisions_2021_line_enclosed_leaflet.rds b/pkgdown/leaflet_maps/NAFO_Divisions_2021_line_enclosed_leaflet.rds index d111c08..80a2745 100644 Binary files a/pkgdown/leaflet_maps/NAFO_Divisions_2021_line_enclosed_leaflet.rds and b/pkgdown/leaflet_maps/NAFO_Divisions_2021_line_enclosed_leaflet.rds differ diff --git a/pkgdown/leaflet_maps/NAFO_Divisions_2021_line_not_enclosed_leaflet.rds b/pkgdown/leaflet_maps/NAFO_Divisions_2021_line_not_enclosed_leaflet.rds index 9fbf636..7d44a75 100644 Binary files a/pkgdown/leaflet_maps/NAFO_Divisions_2021_line_not_enclosed_leaflet.rds and b/pkgdown/leaflet_maps/NAFO_Divisions_2021_line_not_enclosed_leaflet.rds differ diff --git a/pkgdown/leaflet_maps/NAFO_Divisions_2021_poly_clipped_leaflet.rds b/pkgdown/leaflet_maps/NAFO_Divisions_2021_poly_clipped_leaflet.rds index 548517c..cb4c355 100644 Binary files a/pkgdown/leaflet_maps/NAFO_Divisions_2021_poly_clipped_leaflet.rds and b/pkgdown/leaflet_maps/NAFO_Divisions_2021_poly_clipped_leaflet.rds differ diff --git a/pkgdown/leaflet_maps/NAFO_Divisions_2021_poly_not_clipped_leaflet.rds b/pkgdown/leaflet_maps/NAFO_Divisions_2021_poly_not_clipped_leaflet.rds index 219c8af..463587a 100644 Binary files a/pkgdown/leaflet_maps/NAFO_Divisions_2021_poly_not_clipped_leaflet.rds and b/pkgdown/leaflet_maps/NAFO_Divisions_2021_poly_not_clipped_leaflet.rds differ diff --git a/pkgdown/leaflet_maps/Neus_atlantis_leaflet.rds b/pkgdown/leaflet_maps/Neus_atlantis_leaflet.rds index e6a828c..9f77d5f 100644 Binary files a/pkgdown/leaflet_maps/Neus_atlantis_leaflet.rds and b/pkgdown/leaflet_maps/Neus_atlantis_leaflet.rds differ diff --git a/pkgdown/leaflet_maps/Scallop_Rotational_Areas_20230411_leaflet.rds b/pkgdown/leaflet_maps/Scallop_Rotational_Areas_20230411_leaflet.rds new file mode 100644 index 0000000..c405bf8 Binary files /dev/null and b/pkgdown/leaflet_maps/Scallop_Rotational_Areas_20230411_leaflet.rds differ diff --git a/pkgdown/leaflet_maps/Shellfish_Strata_leaflet.rds b/pkgdown/leaflet_maps/Shellfish_Strata_leaflet.rds index fcf57cc..be9c430 100644 Binary files a/pkgdown/leaflet_maps/Shellfish_Strata_leaflet.rds and b/pkgdown/leaflet_maps/Shellfish_Strata_leaflet.rds differ diff --git a/pkgdown/leaflet_maps/Shrimp_Strata_leaflet.rds b/pkgdown/leaflet_maps/Shrimp_Strata_leaflet.rds index 5efcb62..94856c2 100644 Binary files a/pkgdown/leaflet_maps/Shrimp_Strata_leaflet.rds and b/pkgdown/leaflet_maps/Shrimp_Strata_leaflet.rds differ diff --git a/pkgdown/leaflet_maps/Statistical_Areas_2010_leaflet.rds b/pkgdown/leaflet_maps/Statistical_Areas_2010_leaflet.rds index 147d6f4..4fbce7d 100644 Binary files a/pkgdown/leaflet_maps/Statistical_Areas_2010_leaflet.rds and b/pkgdown/leaflet_maps/Statistical_Areas_2010_leaflet.rds differ diff --git a/pkgdown/leaflet_maps/Statistical_Areas_2010_withNames_leaflet.rds b/pkgdown/leaflet_maps/Statistical_Areas_2010_withNames_leaflet.rds index 3a1b09f..6e25075 100644 Binary files a/pkgdown/leaflet_maps/Statistical_Areas_2010_withNames_leaflet.rds and b/pkgdown/leaflet_maps/Statistical_Areas_2010_withNames_leaflet.rds differ diff --git a/pkgdown/leaflet_maps/epu_sf_leaflet.rds b/pkgdown/leaflet_maps/epu_sf_leaflet.rds index a11904d..706f1c9 100644 Binary files a/pkgdown/leaflet_maps/epu_sf_leaflet.rds and b/pkgdown/leaflet_maps/epu_sf_leaflet.rds differ diff --git a/pkgdown/leaflet_maps/final_mass_inshore_stat_leaflet.rds b/pkgdown/leaflet_maps/final_mass_inshore_stat_leaflet.rds index a19f990..ea6d7c3 100644 Binary files a/pkgdown/leaflet_maps/final_mass_inshore_stat_leaflet.rds and b/pkgdown/leaflet_maps/final_mass_inshore_stat_leaflet.rds differ diff --git a/vignettes/articles/NAFO_Divisions_2021_poly_clipped_leaflet.Rmd b/vignettes/articles/NAFO_Divisions_2021_poly_clipped_leaflet.Rmd index c8ccfaa..334dd68 100644 --- a/vignettes/articles/NAFO_Divisions_2021_poly_clipped_leaflet.Rmd +++ b/vignettes/articles/NAFO_Divisions_2021_poly_clipped_leaflet.Rmd @@ -10,4 +10,4 @@ m <- readRDS(here::here('pkgdown/leaflet_maps/NAFO_Divisions_2021_poly_clipped_l ```{r, echo = FALSE} m -``` +``` \ No newline at end of file diff --git a/vignettes/articles/Scallop_Rotational_Areas_20230411_leaflet.Rmd b/vignettes/articles/Scallop_Rotational_Areas_20230411_leaflet.Rmd new file mode 100644 index 0000000..f0731ee --- /dev/null +++ b/vignettes/articles/Scallop_Rotational_Areas_20230411_leaflet.Rmd @@ -0,0 +1,13 @@ +--- +title: 'Scallop_Rotational_Areas_20230411' +output: html_document +--- + +```{r, echo = FALSE, warning = FALSE} +library(leaflet) +m <- readRDS(here::here('pkgdown/leaflet_maps/Scallop_Rotational_Areas_20230411_leaflet.rds')) +``` + +```{r, echo = FALSE} +m +``` \ No newline at end of file diff --git a/vignettes/articles/Statistical_Areas_2010_leaflet.Rmd b/vignettes/articles/Statistical_Areas_2010_leaflet.Rmd index 06df418..842816d 100644 --- a/vignettes/articles/Statistical_Areas_2010_leaflet.Rmd +++ b/vignettes/articles/Statistical_Areas_2010_leaflet.Rmd @@ -10,4 +10,4 @@ m <- readRDS(here::here('pkgdown/leaflet_maps/Statistical_Areas_2010_leaflet.rds ```{r, echo = FALSE} m -``` +``` \ No newline at end of file diff --git a/vignettes/articles/Statistical_Areas_2010_withNames_leaflet.Rmd b/vignettes/articles/Statistical_Areas_2010_withNames_leaflet.Rmd index 1639c26..0f53689 100644 --- a/vignettes/articles/Statistical_Areas_2010_withNames_leaflet.Rmd +++ b/vignettes/articles/Statistical_Areas_2010_withNames_leaflet.Rmd @@ -10,4 +10,4 @@ m <- readRDS(here::here('pkgdown/leaflet_maps/Statistical_Areas_2010_withNames_l ```{r, echo = FALSE} m -``` +``` \ No newline at end of file