forked from pik-piam/magclass
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
67 lines (67 loc) · 3.48 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
61
62
63
64
65
66
67
Type: Package
Package: magclass
Title: Data Class and Tools for Handling Spatial-Temporal Data
Version: 6.17.1
Date: 2024-08-01
Authors@R: c(
person("Jan Philipp", "Dietrich", , "[email protected]",
comment = c(affiliation = "Potsdam Institute for Climate Impact Research", ORCID = "0000-0002-4309-6431"), role = c("aut", "cre")),
person("Benjamin Leon", "Bodirsky", , "[email protected]", comment = c(affiliation = "Potsdam Institute for Climate Impact Research"), role = "aut"),
person("Markus", "Bonsch", role = "aut"),
person("Florian", "Humpenoeder", , "[email protected]", comment = c(affiliation = "Potsdam Institute for Climate Impact Research"), role = "aut"),
person("Stephen", "Bi", role = "aut"),
person("Kristine", "Karstens", , "[email protected]", comment = c(affiliation = "Potsdam Institute for Climate Impact Research"), role = "aut"),
person("Debbora", "Leip", , "[email protected]", comment = c(affiliation = "Potsdam Institute for Climate Impact Research"), role = "aut"),
person("Pascal", "Sauer", , "[email protected]", comment = c(affiliation = "Potsdam Institute for Climate Impact Research"), role = "aut"),
person("Lavinia", "Baumstark", , "[email protected]", comment = c(affiliation = "Potsdam Institute for Climate Impact Research"), role = "ctb"),
person("Christoph", "Bertram", , "[email protected]", role = "ctb"),
person("Anastasis", "Giannousakis", , "[email protected]", role = "ctb"),
person("David", "Klein", , "[email protected]", comment = c(affiliation = "Potsdam Institute for Climate Impact Research"), role = "ctb"),
person("Ina", "Neher", role = "ctb"),
person("Michaja", "Pehl", , "[email protected]", comment = c(affiliation = "Potsdam Institute for Climate Impact Research"), role = "ctb"),
person("Anselm", "Schultes", role = "ctb"),
person("Miodrag", "Stevanovic", , "[email protected]", comment = c(affiliation = "Potsdam Institute for Climate Impact Research"), role = "ctb"),
person("Xiaoxi", "Wang", , "[email protected]", role = "ctb"),
person("Felicitas", "Beier", , "[email protected]", comment = c(affiliation = "Potsdam Institute for Climate Impact Research"), role = "ctb"),
person("Mika", "Pflüger", role = "ctb"),
person("Oliver", "Richters", comment = c(affiliation = "Potsdam Institute for Climate Impact Research"), role = "ctb")
)
Description: Data class for increased interoperability working with
spatial-temporal data together with corresponding functions and
methods (conversions, basic calculations and basic data manipulation).
The class distinguishes between spatial, temporal and other dimensions
to facilitate the development and interoperability of tools build for
it. Additional features are name-based addressing of data and internal
consistency checks (e.g. checking for the right data order in
calculations).
License: LGPL-3 | file LICENSE
URL: https://github.com/pik-piam/magclass,
https://doi.org/10.5281/zenodo.1158580
BugReports: https://github.com/pik-piam/magclass/issues
Depends:
R (>= 2.10.0),
methods
Imports:
abind,
data.table,
stats
Suggests:
covr,
lpjmlkit,
knitr,
ncdf4,
pkgconfig,
quitte,
raster,
rmarkdown,
terra,
testthat (>= 3.1.5),
tibble,
withr
Additional_repositories: https://pik-piam.r-universe.dev
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Config/Keywords: tool