Description
Handling and Manipulating Remote Sensing Data.
Description
Herein, we provide a broad variety of functions which are useful for handling, manipulating, and visualizing satellite-based remote sensing data. These operations range from mere data import and layer handling (eg subsetting), over Raster* typical data wrangling (eg crop, extend), to more sophisticated (pre-)processing tasks typically applied to satellite imagery (eg atmospheric and topographic correction). This functionality is complemented by a full access to the satellite layers' metadata at any stage and the documentation of performed actions in a separate log file. Currently available sensors include Landsat 4-5 (TM), 7 (ETM+), and 8 (OLI/TIRS Combined), and additional compatibility is ensured for the Landsat Global Land Survey data set.
README.md
Package downloads from the RStudio CRAN Mirror
This month | In total |
---|---|
satellite
This smorgasbord provides a variety of functions which are useful for handling, manipulating and visualizing remote sensing data.
====
Installation
For the stable release version of satellite use
install.packages("satellite")
To install the development version use
library(devtools)
install_github("environmentalinformatics-marburg/satellite", ref = "develop")
Contact
Please file bug reports and feature requests at https://github.com/environmentalinformatics-marburg/satellite/issues.