R/data.R

#' Example of NWASC Phase 1 CTS Transect Data
#'
#' A dataset example of a cleaned up query of phase 1 transect information
#' from the Northwest Atlantic Seabird Catalog
#'
#' @format A data frame with 55901 rows and 8 variables:
#' \describe{
#'   \item{dataset_id}{Id of source dataset}
#'   \item{start_dt}{Start date}
#'   \item{survey_method_cd}{Methodology of survey}
#'   \item{survey_type_cd}{Survey type code}
#'   \item{source_dataset_id}{Id of source dataset}
#'   \item{transect_id}{Id of transect}
#'   \item{segmented_transect_id}{source_transect_id from catalog}
#'   \item{transect_width_nb}{width of transect when available }
#'   }
#' @source \url{https://github.com/USFWS/AMAPPS/tree/master/NWASC}
"nwasc.ph1.cts.dat"

#' Legacy NWASC Phase 1 DTS Transect Data
#'
#' Historic DTS data from NWASC
#'
#' @format A data frame with 37818 rows and 17 variables
#'
#' @source \url{https://github.com/USFWS/AMAPPS/tree/master/NWASC}
"nwasc.ph1.dts.dat"

#' Legacy NWASC Phase 1 DTS Observation Data
#'
#' Historic DTS data from NWASC
#'
#' @format A data frame with 372817 rows and 8 variables
#'
#' @source \url{https://github.com/USFWS/AMAPPS/tree/master/NWASC}
"nwasc.ph1.dts.obs.dat"

#' Example of NWASC Phase 1 CTS Observation Data
#'
#' A dataset example of a cleaned up query of phase 1 observation information
#' from the Northwest Atlantic Seabird Catalog
#'
#' @format A data frame with 272545 rows and 5 variables:
#' \describe{
#'   \item{long}{longitude}
#'   \item{lat}{latitude}
#'   \item{transect_id}{Id of transect}
#'   \item{spp_cd}{species code}
#'   \item{count}{observation count}
#'   }
#' @source \url{https://github.com/USFWS/AMAPPS/tree/master/NWASC}
"nwasc.ph1.obs.pre"

#' Example of NWASC Phase 1 CTS Track Data
#'
#' A dataset example of a cleaned up query of phase 1 track information
#' from the Northwest Atlantic Seabird Catalog
#'
#' @format A data frame with 2837748 rows and 6 variables:
#' \describe{
#'   \item{long}{longitude}
#'   \item{lat}{latitude}
#'   \item{dataset_id}{Id of source dataset}
#'   \item{order}{Index of order}
#'   \item{piece}{Piece Id}
#'   \item{transect_id}{Id of transect}
#'   }
#' @source \url{https://github.com/USFWS/AMAPPS/tree/master/NWASC}
"nwasc.ph1.shp.pre"


#' Example of NWASC Phase 1 CTS Transect Data
#'
#' A dataset example of a cleaned up query of phase 1 transect information
#' from the Northwest Atlantic Seabird Catalog
#'
#' @format A data frame with 4116 rows and 8 variables:
#' \describe{
#'   \item{dataset_id}{Id of source dataset}
#'   \item{start_dt}{Start date}
#'   \item{survey_method_cd}{Methodology of survey}
#'   \item{survey_type_cd}{Survey type code}
#'   \item{source_dataset_id}{Id of source dataset}
#'   \item{transect_id}{Id of transect}
#'   \item{segmented_transect_id}{source_transect_id from catalog}
#'   \item{transect_width_nb}{width of transect when available }
#'   }
#' @source \url{https://github.com/USFWS/AMAPPS/tree/master/NWASC}
"nwasc.ph2.cts.dat"

#' Example of NWASC Phase 1 CTS Observation Data
#'
#' A dataset example of a cleaned up query of phase 1 observation information
#' from the Northwest Atlantic Seabird Catalog
#'
#' @format A data frame with 90531 rows and 5 variables:
#' \describe{
#'   \item{long}{longitude}
#'   \item{lat}{latitude}
#'   \item{transect_id}{Id of transect}
#'   \item{spp_cd}{species code}
#'   \item{count}{observation count}
#'   }
#' @source \url{https://github.com/USFWS/AMAPPS/tree/master/NWASC}
"nwasc.ph2.obs.pre"

#' Example of NWASC Phase 1 CTS Track Data
#'
#' A dataset example of a cleaned up query of phase 1 track information
#' from the Northwest Atlantic Seabird Catalog
#'
#' @format A data frame with 526991 rows and 6 variables:
#' \describe{
#'   \item{long}{longitude}
#'   \item{lat}{latitude}
#'   \item{dataset_id}{Id of source dataset}
#'   \item{piece}{Transect piece ID}
#'   \item{order}{Index of order}
#'   \item{transect_id}{Id of transect}
#'   }
#' @source \url{https://github.com/USFWS/AMAPPS/tree/master/NWASC}
"nwasc.ph2.shp.pre"
robgf/nwasc documentation built on Oct. 29, 2021, 8:13 p.m.