Package: rerddapXtracto Type: Package Title: Extracts Environmental Data from 'ERDDAP™' Web Services Version: 1.2.4 Date: 2026-01-19 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 (>= 1.1.1), readr, rerddap (>= 1.2.2), sf, sp, stats, tibble, utils Suggests: cmocean, gganimate, knitr, lubridate, mapdata, rmarkdown RoxygenNote: 7.3.3 Encoding: UTF-8 LazyData: TRUE VignetteBuilder: knitr Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev libicu-dev libxml2-dev libnetcdf-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev libx11-dev Repository: https://rmendels.r-universe.dev Date/Publication: 2026-01-20 20:23:54 UTC RemoteUrl: https://github.com/rmendels/rerddapXtracto RemoteRef: HEAD RemoteSha: 04658a3b94f3d6b021be7cb86754c4ad488fc4f2 NeedsCompilation: no Packaged: 2026-06-08 06:32:01 UTC; root Author: Roy Mendelssohn [aut, cre], Marie Auger-Methe [ctb], Sunny Bak-Hospital [ctb] Maintainer: Roy Mendelssohn