-
Notifications
You must be signed in to change notification settings - Fork 17
/
_pkgdown.yml
33 lines (33 loc) · 1.22 KB
/
_pkgdown.yml
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
destination: docs
home:
title: prismaread - A tool for facilitating access and analysis of PRISMA L1/L2 hyperspectral imagery
description:
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 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.
url:
https://github.com/irea-cnr-mi/prismaread/
template:
params:
bootswatch: united
navbar:
structure:
left: [home]
right: [github, reference, articles, news]
articles:
- title: Articles
navbar: ~
contents:
- Importing-Level-1-Data
- Importing-Level-2-Data
- Computing-Spectral-Indexes
- Output-Format-and-Naming
- Extracting-data-over-vector
reference:
- title: "Exported Functions"
desc: >
Processing functions available for the user
- contents:
- pr_convert
- pr_extract_spectra
- pr_compute_indexes
- pr_listindexes
- pr_addindex