-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
36 lines (36 loc) · 981 Bytes
/
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
Package: spInterp
Title: A toolbox for spatial interpolation of meteorogical data
Version: 0.1.2
Authors@R: c(
person("Dongdong", "Kong", role = c("aut", "cre"),
email = "kongdd.sysu@gmail.com", comment = c(ORCID = "0000-0003-1836-8172")),
person('Heyang', 'Song', role = "aut",
email = "7800556@gmail.com", comment = c(ORCID = "0000-0002-4192-5603")))
Description: Angular Distance Weighting and Inverse Distance Weighting methods for interpolation of irregular network of meteorological observations to a regular grid.
Depends:
R (>= 3.5)
Imports:
abind,
terra, sf,
magrittr,
data.table,
dplyr, purrr,
fields,
plyr, matrixStats,
hydroGOF,
stringr, glue
Suggests:
ggplot2,
geosphere,
raster,
units,
testthat (>= 3.0.0),
knitr,
rmarkdown
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Config/testthat/edition: 3
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr