Skip to content

Commit

Permalink
Review / accept scallop restricted areas addition
Browse files Browse the repository at this point in the history
  • Loading branch information
jmhatch committed Apr 30, 2024
1 parent 5da29e0 commit c8e3fcf
Show file tree
Hide file tree
Showing 24 changed files with 23 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
#' 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 26)
#' @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}
#' \item{Geodetic CRS}{WGS 84 / Pseudo-Mercator}
#' \item{Features}{6 x 25}
#' \item{Metadata}{See source}
#' }
Expand Down
10 changes: 5 additions & 5 deletions pkgdown/_pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,22 +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.html
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
Expand Down
Binary file modified pkgdown/leaflet_maps/BTS_Strata_leaflet.rds
Binary file not shown.
Binary file modified pkgdown/leaflet_maps/EcoMon_Strata_leaflet.rds
Binary file not shown.
Binary file modified pkgdown/leaflet_maps/GillnetClosureAreas_20211021_leaflet.rds
Binary file not shown.
Binary file not shown.
Binary file modified pkgdown/leaflet_maps/Herring_Management_Areas_leaflet.rds
Binary file not shown.
Binary file modified pkgdown/leaflet_maps/LMA1_Restricted_Area_FR_leaflet.rds
Binary file not shown.
Binary file modified pkgdown/leaflet_maps/NAFO_Divisions_2021_line_enclosed_leaflet.rds
Binary file not shown.
Binary file not shown.
Binary file modified pkgdown/leaflet_maps/NAFO_Divisions_2021_poly_clipped_leaflet.rds
Binary file not shown.
Binary file not shown.
Binary file modified pkgdown/leaflet_maps/Neus_atlantis_leaflet.rds
Binary file not shown.
Binary file not shown.
Binary file modified pkgdown/leaflet_maps/Shellfish_Strata_leaflet.rds
Binary file not shown.
Binary file modified pkgdown/leaflet_maps/Shrimp_Strata_leaflet.rds
Binary file not shown.
Binary file modified pkgdown/leaflet_maps/Statistical_Areas_2010_leaflet.rds
Binary file not shown.
Binary file modified pkgdown/leaflet_maps/Statistical_Areas_2010_withNames_leaflet.rds
Binary file not shown.
Binary file modified pkgdown/leaflet_maps/epu_sf_leaflet.rds
Binary file not shown.
Binary file modified pkgdown/leaflet_maps/final_mass_inshore_stat_leaflet.rds
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ m <- readRDS(here::here('pkgdown/leaflet_maps/NAFO_Divisions_2021_poly_clipped_l

```{r, echo = FALSE}
m
```
```
13 changes: 13 additions & 0 deletions vignettes/articles/Scallop_Rotational_Areas_20230411_leaflet.Rmd
Original file line number Diff line number Diff line change
@@ -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
```
2 changes: 1 addition & 1 deletion vignettes/articles/Statistical_Areas_2010_leaflet.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ m <- readRDS(here::here('pkgdown/leaflet_maps/Statistical_Areas_2010_leaflet.rds

```{r, echo = FALSE}
m
```
```
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ m <- readRDS(here::here('pkgdown/leaflet_maps/Statistical_Areas_2010_withNames_l

```{r, echo = FALSE}
m
```
```

0 comments on commit c8e3fcf

Please sign in to comment.