-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
rxtracto() now works with projected data utility to convert rxtracto_3D() output to long form
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
Package: rerddapXtracto | ||
Type: Package | ||
Title: Extracts Environmental Data from 'ERDDAP' Web Services | ||
Version: 1.1.7 | ||
Date: 2023-10-18 | ||
Version: 1.2.0 | ||
Date: 2024-1-12 | ||
Authors@R: c( | ||
person("Roy", "Mendelssohn", email = "[email protected]", role = c("aut","cre")), | ||
person("Marie", "Auger-Methe", role = "ctb") | ||
) | ||
person("Marie", "Auger-Methe", role = "ctb"), | ||
person("Sunny", "Bak-Hospital", role = "ctb") | ||
) | ||
Description: Contains three functions that access | ||
environmental data from any 'ERDDAP' data web service. The rxtracto() function extracts | ||
data along a trajectory for a given "radius" around the point. The | ||
|
@@ -40,6 +41,7 @@ Suggests: | |
cmocean, | ||
gganimate, | ||
knitr, | ||
lubridate, | ||
mapdata, | ||
rmarkdown | ||
RoxygenNote: 7.2.3 | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
#' Polar Bear Track Data | ||
#' | ||
#' Telemetry data of a tagged polar bear | ||
#' | ||
#'@format A data frame with 1919 obs. of 4 variables: | ||
#' \describe{ | ||
#' \item{DateTime}{time of observation} | ||
#' \item{QualClass}{Quality Flag} | ||
#' \item{Lat}{latitude of observation} | ||
#' \item{Lon}{longitude of observation} | ||
#' } | ||
#' @source | ||
#' \describe{ | ||
#' \item{dryad dataset}{https://datadryad.org/stash/dataset/doi:10.5061/dryad.4qrfj6q96} | ||
#' \item{Citation}{Auger-Méthé, Marie; Derocher, Andrew E. (2021). Argos and GPS data for a polar bear track [Dataset]. Dryad. https://doi.org/10.5061/dryad.4qrfj6q96} | ||
#' \item{Associated Paper}{Auger-Méthé, M., Newman, K., Cole, D., Empacher, F., Gryba, R., King, A. A., Leos-Barajas, V., Mills Flemming, J., Nielsen, A., Petris, G., and Thomas, L.. 2021. A guide to state–space modeling of ecological time series. Ecological Monographs 91(4):e01470. 10.1002/ecm.1470} | ||
#' } | ||
"PB_Argos" |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
#' cmocean colors | ||
#' The cmocean color palette by Kristen Thyng | ||
#' | ||
#' str(cmocean) | ||
#' List of 22 | ||
#' $ algae | ||
#' $ amp | ||
#' $ balance | ||
#' $ curl | ||
#' $ deep | ||
#' $ delta | ||
#' $ dense | ||
#' $ diff | ||
#' $ gray | ||
#' $ haline | ||
#' $ ice | ||
#' $ matter | ||
#' $ oxy | ||
#' $ phase | ||
#' $ rain | ||
#' $ solar | ||
#' $ speed | ||
#' $ tarn | ||
#' $ tempo | ||
#' $ topo | ||
#' $ thermal | ||
#' $ turbid | ||
"cmocean" |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
#' cmocean colors | ||
#' The cmocean color palette by Kristen Thyng as implemented in the R package "oce" | ||
#' | ||
#' str(colors) | ||
#' List of 13 | ||
#' $ viridis | ||
#' $ cdom | ||
#' $ chlorophyll | ||
#' $ density | ||
#' $ freesurface | ||
#' $ oxygen | ||
#' $ par | ||
#' $ phase | ||
#' $ salinity | ||
#' $ temperature | ||
#' $ turbidity | ||
#' $ velocity | ||
#' $ vorticity | ||
"colors" |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.