Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: NEFSCspatial
Title: Spatial data package for regions in the northeast atlantic
Version: 0.1.1
Version: 1.0.0
Authors@R: c(person("Andy", "Beet", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-8270-7090")),
person("Joshua", "Hatch", email = "[email protected]", role = "aut"),
person("Kimberly", "Bastille", email = "[email protected]", role = "aut"))
Expand All @@ -10,7 +10,7 @@ Description: Provides spatial data as sf or raster objects for the Northeast Fis
License: file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
RoxygenNote: 7.3.3
Depends:
R (>= 4.0)
Imports:
Expand Down
17 changes: 16 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# NEFSCspatial 1.0.0

## Major changes

The following data were deprecated and replaced:

* BTS_Strata -> bts_strata
* Ecomon_Strata -> ecomon_strata
* Shrimp_Strata -> shrimp_strata
* Shellfish_Strata -> oq_strata, sc_strata, scallop_strata

The following data were added:

* ecomon_stations

# NEFSCspatial 0.1.1

## Minor fixes
Expand All @@ -9,7 +24,7 @@

## Data set additions/removals

- Data sets from [MDEB](Marine Development GIS Data Hub) data hub (Marine Development GIS Data Hub)
- Data sets from [MDEB](https://mdeb-nefsc-noaa.hub.arcgis.com/) data hub (Marine Development GIS Data Hub)
- Scallop restricted areas
- Massachusetts inshore survey strata
- Deprecation warnings for data sets due to be replaced by MDEB data
Expand Down
28 changes: 28 additions & 0 deletions R/data-bts_strata.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
#' Bottom Trawl Survey
#'
#' @description An \code{sf} object containing spatial data for the Bottom Trawl Survey. Scientific survey strata for the Bottom Trawl Survey.
#'
#' @format An \code{sf} object:
#' \describe{
#' \item{Geometry type}{POLYGON}
#' \item{Dimension}{XY}
#' \item{Bounding box}{xmin: -76.2 ymin: 34.4 xmax: -65.6 ymax: 44.5}
#' \item{Projected CRS}{WGS 84}
#' \item{Features}{82 x 16}
#' \item{Metadata}{See source}
#' }
#'
#' @docType data
#' @name bts_strata
#' @usage data('bts_strata')
#' @keywords {datasets}
#' @source {https://mdeb-nefsc-noaa.hub.arcgis.com/}
#' @examples
#' \dontrun{
#' # Load the dataset
#' data(bts_strata)
#'
#' # Plot the geometry
#' plot(sf::st_geometry(bts_strata))
#' }
NULL
28 changes: 28 additions & 0 deletions R/data-ecomon_stations.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
#' Ecosystem Monitoring Survey
#'
#' @description An \code{sf} object containing spatial data for the Ecosystem Monitoring Survey. There are thirty-five Ecosystem Monitoring fixed hydrographic sampling stations across the Northeast Shelf ecosystem. Four transects run from inshore to off the continental shelf from north of Cape Hatteras to Cape Cod. One transect bisects the Gulf of Maine from the coast of Maine and across Georges Bank. The remaining twelve stations in the Gulf of Maine sample deep basins, banks, coastal areas, and the inflow (Northeast Channel) and out flow (Great South Channel) of the gulf.
#'
#' @format An \code{sf} object:
#' \describe{
#' \item{Geometry type}{POINT}
#' \item{Dimension}{NA}
#' \item{Bounding box}{xmin: -75.5 ymin: 36 xmax: -65.4 ymax: 44.5}
#' \item{Projected CRS}{WGS 84}
#' \item{Features}{35 x 14}
#' \item{Metadata}{See source}
#' }
#'
#' @docType data
#' @name ecomon_stations
#' @usage data('ecomon_stations')
#' @keywords {datasets}
#' @source {https://mdeb-nefsc-noaa.hub.arcgis.com/}
#' @examples
#' \dontrun{
#' # Load the dataset
#' data(ecomon_stations)
#'
#' # Plot the geometry
#' plot(sf::st_geometry(ecomon_stations))
#' }
NULL
28 changes: 28 additions & 0 deletions R/data-ecomon_strata.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
#' Ecosystem Monitoring Survey
#'
#' @description An \code{sf} object containing spatial data for the Ecosystem Monitoring Survey. Ecosystem Monitoring plankton stations are selected using a random-stratified design based on the Northeast Fisheries Science Center bottom trawl survey design. There are forty-seven plankton strata across the Northeast Shelf ecosystem. The strata are combined into four regions from Cape Hatteras to Cape Sable (Mid-Atlantic Bight, Southern New England, Georges Bank, and Gulf of Maine). Thirty randomly selected stations are targeted for sampling from each region during a survey.
#'
#' @format An \code{sf} object:
#' \describe{
#' \item{Geometry type}{MULTIPOLYGON}
#' \item{Dimension}{XY}
#' \item{Bounding box}{xmin: -76 ymin: 35.1 xmax: -65.2 ymax: 44.5}
#' \item{Projected CRS}{WGS 84}
#' \item{Features}{48 x 13}
#' \item{Metadata}{See source}
#' }
#'
#' @docType data
#' @name ecomon_strata
#' @usage data('ecomon_strata')
#' @keywords {datasets}
#' @source {https://mdeb-nefsc-noaa.hub.arcgis.com/}
#' @examples
#' \dontrun{
#' # Load the dataset
#' data(ecomon_strata)
#'
#' # Plot the geometry
#' plot(sf::st_geometry(ecomon_strata))
#' }
NULL
28 changes: 28 additions & 0 deletions R/data-shrimp_strata.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
#' Northern Shrimp Survey
#'
#' @description An \code{sf} object containing spatial data for the Northern Shrimp Survey. Scientific survey strata for the Northern Shrimp Survey.
#'
#' @format An \code{sf} object:
#' \describe{
#' \item{Geometry type}{POLYGON}
#' \item{Dimension}{XY}
#' \item{Bounding box}{xmin: -70.7 ymin: 41.1 xmax: -68 ymax: 44.1}
#' \item{Projected CRS}{WGS 84}
#' \item{Features}{12 x 9}
#' \item{Metadata}{See source}
#' }
#'
#' @docType data
#' @name shrimp_strata
#' @usage data('shrimp_strata')
#' @keywords {datasets}
#' @source {https://mdeb-nefsc-noaa.hub.arcgis.com/}
#' @examples
#' \dontrun{
#' # Load the dataset
#' data(shrimp_strata)
#'
#' # Plot the geometry
#' plot(sf::st_geometry(shrimp_strata))
#' }
NULL
25 changes: 0 additions & 25 deletions R/data_BTS_strata.R

This file was deleted.

24 changes: 0 additions & 24 deletions R/data_EcoMon_Strata.R

This file was deleted.

24 changes: 0 additions & 24 deletions R/data_Shellfish_strata.R

This file was deleted.

24 changes: 0 additions & 24 deletions R/data_Shrimp_strata.R

This file was deleted.

19 changes: 0 additions & 19 deletions R/zzz.R

This file was deleted.

Binary file removed data/BTS_Strata.rda
Binary file not shown.
Binary file removed data/EcoMon_Strata.rda
Binary file not shown.
Binary file removed data/Shellfish_Strata.rda
Binary file not shown.
Binary file removed data/Shrimp_Strata.rda
Binary file not shown.
Binary file added data/bts_strata.rda
Binary file not shown.
Binary file added data/ecomon_stations.rda
Binary file not shown.
Binary file added data/ecomon_strata.rda
Binary file not shown.
Binary file added data/shrimp_strata.rda
Binary file not shown.
36 changes: 0 additions & 36 deletions man/BTS_Strata.Rd

This file was deleted.

33 changes: 0 additions & 33 deletions man/EcoMon_Strata.Rd

This file was deleted.

33 changes: 0 additions & 33 deletions man/Shellfish_Strata.Rd

This file was deleted.

Loading
Loading