-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathDESCRIPTION
More file actions
executable file
·41 lines (41 loc) · 1.13 KB
/
DESCRIPTION
File metadata and controls
executable file
·41 lines (41 loc) · 1.13 KB
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
Package: plotdap
Title: Easily Visualize Data from 'ERDDAP™' Servers via the 'rerddap' Package
Version: 1.1.1
Date: 2026-01-06
Authors@R: c(
person("Carson", "Sievert", role = "aut"),
person("Roy", "Mendelssohn", role = c("aut", "ctb", "cre"), email = "roy.mendelssohn@noaa.gov"))
Description: Easily visualize and animate 'tabledap' and 'griddap' objects obtained via the 'rerddap' package in a simple one-line command, using either base graphics or 'ggplot2' graphics. 'plotdap' handles extracting and reshaping the data, map projections and continental outlines. Optionally the data can be animated through time using the 'gganmiate' package.
License: MIT + file LICENSE
URL: https://github.com/rmendels/plotdap
BugReports: https://github.com/rmendels/plotdap/issues
Depends:
R (>= 4.3.0)
Imports:
cmocean,
dplyr,
gganimate,
ggnewscale,
ggplot2 (>= 3.1.0),
lazyeval,
lubridate,
magrittr,
mapdata,
maps,
raster,
rerddap (>= 1.0.0),
rlang,
scales,
sf,
tidyr,
viridis
Suggests:
Cairo,
knitr,
plotly,
rmarkdown,
testthat
RoxygenNote: 7.3.3
LazyData: true
Encoding: UTF-8
VignetteBuilder: knitr