-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
24 lines (24 loc) · 1.35 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
Package: ImageFusion
Type: Package
Title: Temporal Fusion of Raster Images
Version: 0.0.3
Date: 2022-10-31
Authors@R: c(
person("Christof", "Kaufmann", email = "[email protected]", role = c("aut","cph"),comment=c("Author of included imagefusion C++ code", ORCID = "0000-0002-0191-3341")),
person("Johannes", "Mast", email = "[email protected]", role = c("aut", "cre","cph"),comment = c("Author of R code and wrappers", ORCID = "0000-0001-6595-5834")),
person("Thorsten", "Dahms", email = "[email protected]", role = "sad",comment = c(ORCID = "0000-0002-7073-5075")),
person("Jakob", "Schwalb-Willmann", email = "[email protected]", role = "sad",comment = c(ORCID = "0000-0003-2665-1509")),
person("Dinesh", "Kumar Babu", email = "[email protected]", role = "ctb"),
person("Hochschule Bochum", role="cph"))
Description: Temporal fusion of raster image time series. Provides implementation of various fusion algorithms in C++.
License: BSD_3_clause + file LICENSE
Copyright: file inst/Copyrights
Imports: Rcpp (>= 1.0.2), raster, rgdal, parallel, ggplot2, assertthat, dplyr, magrittr
LinkingTo: Rcpp, RcppArmadillo, BH
Depends: R (>= 4.0)
Encoding: UTF-8
RoxygenNote: 7.1.1
SystemRequirements: C++17 GDAL OPENCV PROJ
NeedsCompilation: yes
Roxygen: list(markdown=TRUE)
Language: en-US