-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
41 lines (41 loc) · 1.49 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
Package: efts
Type: Package
Title: High-Level Functions to Read and Write Ensemble Forecast Time Series in netCDF
Description: The binary file format 'netCDF' is developed primarily for climate, ocean and
meteorological data, and 'efts' is a package to read and write Ensemble Forecast Time
Series data in 'netCDF'. 'netCDF' has traditionally been used to store time slices
of gridded data, rather than complete time series of point data.
'efts' facilitates data handling stored in 'netCDF' files that follow a convention
devised in the domain of ensemble hydrologic forecasting, but possibly applicable
in other domains. 'efts' uses reference class objects to
provide a high level interface to read and write such data, wrapping
lower level operations performed using 'ncdf4'.
Version: 0.9-1
Date: 2019-02-06
Authors@R: c(
person("Jean-Michel", "Perraud", email="[email protected]", role = c("aut","cre")),
person("David", "Robertson", role = c("aut")),
person("James", "Bennett", role = c("aut"))
)
Author: Jean-Michel Perraud [aut, cre]
Maintainer: Jean-Michel Perraud <[email protected]>
URL: https://github.com/jmp75/efts
BugReports: https://github.com/jmp75/efts/issues
VignetteBuilder: knitr
Depends: R (>= 3.1)
Imports:
methods,
stringr (>= 1.2),
lubridate (>= 1.7),
magrittr,
xts (>= 0.10),
plyr,
ncdf4 (>= 1.16),
udunits2
Suggests:
testthat,
zoo,
knitr
License: GPL-2
Encoding: UTF-8
RoxygenNote: 6.1.1