-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathREADME.Rmd
68 lines (47 loc) · 2.95 KB
/
README.Rmd
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
68
---
output: github_document
highlight: pygments
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# prismaread <a href='https://github.com/irea-cnr-mi/prismaread'><img src='man/figures/logo.png' align="right" height="139" /></a>
<!-- badges: start -->
[![Travis build status](https://travis-ci.org/irea-cnr-mi/prismaread.svg?branch=master)](https://travis-ci.org/irea-cnr-mi/prismaread)
[![Lifecycle: beta](https://img.shields.io/badge/lifecycle-beta-blue.svg)](https://www.tidyverse.org/lifecycle/#beta)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.4019081.svg)](https://doi.org/10.5281/zenodo.4019081)
[![codecov](https://codecov.io/gh/irea-cnr-mi/prismaread/branch/master/graph/badge.svg)](https://codecov.io/gh/irea-cnr-mi/prismaread)
<!-- badges: end -->
`prismaread` allows easily importing PRISMA hyperspectral data (http://www.prisma-i.it/index.php/it/) 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 to 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 extract
data and compute statistics for the different bands over areas of interest.
<a href="http://www.irea.cnr.it/en/"> <img src="man/figures/logo_irea.png" height="60" align="left" style="vertical-align:middle;margin:0px 10px"/></a>
_`prismaread` was developed by Lorenzo Busetto,
[Institute of Remote Sensing of Environment](http://www.irea.cnr.it/en/) - National Research Council - Italy (CNR-IREA)_
Lorenzo maintained `prismaread` until 21st October 2020, when
[he suddenly passed away](https://docs.ropensci.org/MODIStsp/articles/lorenzo.html).
**Currently the package development is frozen.**
If you need help, please refer to the package documentation at
[irea-cnr-mi.github.io/prismaread](https://irea-cnr-mi.github.io/prismaread).
# Installation
You can install `prismaread` from [GitHub](https://github.com/) using:
``` {r install2, eval=FALSE}
# install.packages("remotes")
remotes::install_github("irea-cnr-mi/prismaread")
library(prismaread)
```
# Usage
See `prismaread` [website](https://irea-cnr-mi.github.io/prismaread/) for further instructions and info
on output formats.
# Future Work
- Improve speed of writing FULL hyperspectral cubes
- Clean up code
## Citation
To cite `prismaread` please use:
Busetto, L., Ranghetti, L. (2020) prismaread: A tool for facilitating access and analysis of PRISMA L1/L2 hyperspectral imagery v1.0.0, URL: https://irea-cnr-mi.github.io/prismaread/, doi: https://doi.org/10.5281/zenodo.4019081
## Website
For more information, documentation and examples of use, __see also the prismaread website at [https://github.com/irea-cnr-mi/prismaread/](https://github.com/irea-cnr-mi/prismaread/)__