README.md

Knowledge sharing in R

This gitHub page displays code developed by the department of Remote Sensing of the University of Würzburg. The LSFE package was developed to ease the internal interoperability of ongoing projects and to facilitate the transferabily of concluded concluded research. To achieve this, this package offers user-friendly functions to create a local, standardized workspace and for pre-process and store satellite data easing the communication between researchers. Additionally, LSFE serves as an incubator for new tools that might become packages themselves (Figure 1) as well as other packages published by our department on CRAN such as RStoolbox, moveVis and rsMove.

Figure 1 - LSFE concept. The package serves as a platform for R tools developed within our department and as a incubator for future CRAN packages.

Installation

LSFE will be accessible through this gitHub. To install it, we require the devtools package

install.packages("devtools")
require(devtools)

Then, we can install LSFE using the following command

install_github("LSFE/LSFE-R")

Examples

Want to know a bit more about the tools provided in LSFE? Check the examples below.

Bug reports & contact

For bug reports, use this page. Feature requests and other contributions are also welcome.

Contact

How to reach us? Click the image bellow. Also, click here to see what else we are up to.

Spatial distribution of ongoing projects



LSFE/LSFE-R documentation built on May 28, 2019, 1:29 p.m.