Package: xtractomatic
Version: 3.4.0
Title: Accessing Environmental Data from ERD's ERDDAP Server
Authors@R: c(
    person("Roy", "Mendelssohn", email = "roy.mendelssohn@noaa.gov", role = c("aut","cre")),
    person("Cindy", "Bessey",  role = "ctb"),
    person("Dave", "Foley", role = "ctb"))
Description: Contains three functions that access
    environmental data from ERD's ERDDAP service <http://coastwatch.pfeg.noaa.gov/erddap>. The xtracto() function extracts
    data along a trajectory for a given "radius" around the point. The
    xtracto_3D() function extracts data in a box. The xtractogon() function
    extracts data in a polygon. There are also two helper functions to obtain
    information about available data, and plotting functions to plot the results.
Depends: R (>= 3.3.0)
License: CC0
LazyData: true
URL: https://github.com/rmendels/xtractomatic
BugReports: http://www.github.com/rmendels/xtractomatic/issues
Imports: dplyr, httr, ncdf4, readr, sp, stats, utils
Suggests: DT, ggplot2, knitr, lubridate, mapdata, reshape2, rmarkdown,
        webshot
VignetteBuilder: knitr
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2018-01-09 19:39:38 UTC; rmendels
Author: Roy Mendelssohn [aut, cre],
  Cindy Bessey [ctb],
  Dave Foley [ctb]
Maintainer: Roy Mendelssohn <roy.mendelssohn@noaa.gov>
Repository: CRAN
Date/Publication: 2018-01-09 19:55:22 UTC
