geoSpectral is an R package providing a new data type for R that stores spectral, temporal and spatial attributes of measurement data as well as methods for accessing and manipulating the spectral (and non-spectral) data. Once spectral data is imported into geoSpectral, the statistical and data processing power of R is available for various kinds of scientific analyses.
It provides the S4 classes: Spectra (stores spatial/temporal/spectral aspects of data), SpcHeader (stores metadata in an R list object) and SpcList (makes a collection of Spectra objects in an R list) as well as basic data access and manipulation methods for importing, acessing and subsetting, converting into R objects, analyzing, plotting and exporting scientific earth observation data.
The package is issued with a GPLv3 license. Please consult the license documentation if you would like to use geoSpectral in your software projects.
To install geoSpectral, try the following R commands :
#Stable Version from CRAN
install.packages("geoSpectral")
or
#Development Version from the dev branch of Github
devtools::install_github("PranaGeo/geoSpectral", ref="dev", dependencies=TRUE)
After installing the package, you can try from the R prompt : ?geoSpectral
to consult the brief documentation of the package or ?Spectra
to see the help of the constructor function the main class, Spectra().
Your comments,suggestions and contributions are very welcome. Please feel free to open issues here.
If you would like to contribute to the development, get a GitHub account, fork the dev branch of this project to your GitHub account, clone it to your local machine, work on it, commit your changes, push your changes to your GitHub fork and send us a pull request and we will discuss. For more information, visit the fork & pull development model page.