-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
60 lines (60 loc) · 2.04 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
51
52
53
54
55
56
57
58
59
60
Package: ereefs
Title: Useful Functions to Handle eReefs and EMS model Output
Version: 3.2.4
Encoding: UTF-8
Authors@R: c(person("Barbara", "Robson", email="B.Robson@aims.gov.au",
role = c("aut", "cre")),
person("Mark", "Baird", email="Mark.Baird@csiro.au",
role = "ctb"),
person("Diego", "Barneche", email="d.barneche@aims.gov.au",
role = "ctb"))
Description: A few useful functions to make accessing eReefs and other
CSIRO-EMS output files easier. The functions provided here
should work under Windows for locally-stored files, but will also work for
OPeNDAP-served netcdf files
Functions to extract time-series from eReefs netcdf files:
get_ereefs_ts()
get_ereefs_depth_integrated_ts()
get_ereefs_bottom_ts()
get_ereefs_depth_specified_ts()
Functions to produce maps or animations of eReefs model outputs:
map_ereefs()
map_ereefs_movie()
plot_map()
Function to calculate optical plume class from modelled surface reflectances:
plume_class()
Functions to extract profiles and vertical slices:
get_ereefs_profile()
get_ereefs_slice()
Functions to plot profiles:
plot_ereefs_profile()
plot_ereefs_zvt()
Functions to convert outputs to GIS formats:
poly2sp()
sp2raster()
Wrapper to ncvar_get with failsafe in case of DAP errors:
safe_ncvar_get()
Function to download discharge data from Qld. Govt servers:
download_discharge()
Utility:
get_chron_date()
Depends: R (>= 4.0.3)
URL: https://ereefs.info
Date: 2021-08-18
License: MIT + file LICENSE
LazyData: true
Imports: ncdf4 (>= 1.16),
plyr (>= 1.8.4),
dplyr (>= 0.7.6),
magrittr,
ggplot2 (>= 3.3.5),
raster (>= 2.6),
cowplot(>= 1.1.1),
utils (>= 4.0.3),
chron (>= 2.3-55),
marmap (>= 1.0.5),
stringi (>= 1.1.6),
devtools (>= 2.4.2),
thredds (>= 0.0.1)
Suggests: sp (>= 1.2)
RoxygenNote: 7.2.2