forked from IREA-CNR-MI/prismaread
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
51 lines (51 loc) · 1.51 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
Package: prismaread
Title: Import PRISMA L1/L2 hyperspectral data and convert them to
a more user friendly format
Version: 1.0.0
Authors@R:
c(person("Lorenzo", "Busetto", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = '0000-0001-9634-6038')),
person("Luigi", "Ranghetti", email = "[email protected]", role = c("aut"),
comment = c(ORCID = '0000-0001-6207-5188')))
Description: `prismaread` allows easily importing PRISMA (http://www.prisma-i.it/index.php/it/)
satellite hyperspectral data cubes and ancillary information from the original
data provided by ASI in HDF format, and convert them to a easier to use format
(ENVI or GeoTiff).
It also provides functionality for automatically computing Spectral Indexes from
either the original HDF data or from hyperspectral data already converted using
function `pr_convert`, and for easily and quickly extracting data and computing
statistics for the different bands over areas of interest.
License: GPL-3
Encoding: UTF-8
LazyData: true
URL: https://lbusett.github.io/prismaread/
BugReports: https://github.com/lbusett/prismaread/issues
Imports:
hdf5r,
tools,
raster,
exactextractr,
data.table,
dplyr,
sf,
tidyr,
tidyselect,
stringr,
openxlsx,
magrittr,
DT,
rlang,
assertthat
Suggests: testthat,
spelling,
knitr,
rmarkdown,
ggplot2,
tibble,
piggyback,
usethis,
mapview,
piggyback
RoxygenNote: 7.1.1
VignetteBuilder: knitr
Language: en-GB