-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
50 lines (50 loc) · 1.42 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Package: rerddapXtracto
Type: Package
Title: Extracts Environmental Data from 'ERDDAP™' Web Services
Version: 1.2.1
Date: 2024-7-17
Authors@R: c(
person("Roy", "Mendelssohn", email = "[email protected]", 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,
utils
Suggests:
cmocean,
gganimate,
knitr,
lubridate,
mapdata,
rmarkdown
RoxygenNote: 7.3.2
Encoding: UTF-8
LazyData: TRUE
VignetteBuilder: knitr