Package: rerddapXtracto
Type: Package
Title: Extracts Environmental Data from 'ERDDAP™' Web Services
Version: 1.2.3
Date: 2025-04-25
Authors@R: c(
     person("Roy", "Mendelssohn", email = "roy.mendelssohn@noaa.gov", role = c("aut","cre")),
     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
    rxtracto_3D() function extracts data in a box. The rxtractogon() function
    extracts data in a polygon. All of those three function use the 'rerddap' package
    to extract the data, and should work with any 'ERDDAP™' server.
    There are also two functions, plotBBox() and plotTrack() that use the 'plotdap'
    package to simplify the creation of maps of the data.
URL: https://github.com/rmendels/rerddapXtracto
BugReports: https://github.com/rmendels/rerddapXtracto/issues
Depends: R(>= 4.0.0)
License: CC0
Imports: abind, dplyr, ggplot2, httr, maps, methods, ncdf4, parsedate,
        plotdap (>= 0.0.5), readr, rerddap (>= 0.8.0), sf, sp, stats,
        tibble, utils
Suggests: cmocean, gganimate, knitr, lubridate, mapdata, rmarkdown
RoxygenNote: 7.3.2
Encoding: UTF-8
LazyData: TRUE
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2025-04-26 22:00:19 UTC; rmendels
Author: Roy Mendelssohn [aut, cre],
  Marie Auger-Methe [ctb],
  Sunny Bak-Hospital [ctb]
Maintainer: Roy Mendelssohn <roy.mendelssohn@noaa.gov>
Repository: CRAN
Date/Publication: 2025-04-26 22:10:02 UTC
Built: R 4.6.0; ; 2025-08-18 15:14:25 UTC; unix
