Skip to content

Commit

Permalink
minor docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
16EAGLE committed Apr 18, 2024
1 parent 6d7f552 commit 93a1ecf
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Package: RStoolbox
Type: Package
Title: Remote Sensing Data Analysis
Version: 1.0.0
Date: 2024-04-18
Authors@R: c(
person("Benjamin", "Leutner", role= "aut", email="[email protected]", comment = c(ORCID = "0000-0002-6893-2002")),
person("Ned", "Horning", role ="aut", email="[email protected]"),
Expand Down
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

RStoolbox is an R package providing a wide range of tools for your every-day remote sensing processing needs. The available tool-set covers many aspects from data import, pre-processing, data analysis, image classification and graphical display. RStoolbox builds upon the terra package, which makes it suitable for processing large data-sets even on smaller workstations.

For more details have a look at the [functions overview](http://bleutner.github.io/RStoolbox/RStoolbox.html).
For more details have a look at the [functions overview](https://bleutner.github.io/RStoolbox/reference/index.html).

## Installation
The package is available on CRAN and can be installed as usual via
Expand All @@ -21,3 +21,18 @@ Then run the following lines:
library(devtools)
install_github("bleutner/RStoolbox")

## Get started

*to be added*

### Example 1

*to be added*

### Example 2

*to be added*

### Example 3

*to be added*
3 changes: 1 addition & 2 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,4 @@ navbar:

right:
- icon: fa-github fa-lg fab
href: http://www.github.com/bleutner

href: http://www.github.com/bleutner

0 comments on commit 93a1ecf

Please sign in to comment.