forked from cran/rasterList
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
24 lines (24 loc) · 1.17 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: rasterList
License: GPL (>= 3)
Title: A Raster Where Cells are Generic Objects
Type: Package
Authors@R: c(person(given="Emanuele",family="Cordano",role = c("aut","cre"),email = "emanuele.cordano@gmail.com"))
Description: A S4 class has been created such that complex operations can be
executed on each cell of a raster map. The raster of objects contains a raster map with the addition of a list of generic objects: one
object for each raster cells. It allows to write few lines of R code for complex
map algebra. Two environmental applications about frequency analysis of raster
map of precipitation and creation of a raster map of soil water retention curves
have been presented.
Version: 0.5.20
Date: 2023-08-17
Repository: CRAN
URL: https://github.com/ecor/rasterList
Depends: R(>= 3.0.1),raster,methods
Suggests: lmom,testthat,sp,sf,soilwater,lubridate,ggplot2,gridExtra,knitcitations,leaflet,lmomPi,stringr,trend,knitr
VignetteBuilder: knitr
RoxygenNote: 7.2.3
NeedsCompilation: no
Packaged: 2022-11-29 14:10:37 UTC; ecor
Date/Publication: 2022-11-30 11:20:05 UTC
Author: Emanuele Cordano [aut, cre]
Maintainer: Emanuele Cordano <emanuele.cordano@gmail.com>