Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ambarja/labsaf

Labsaf is a packages of R that providers functions to spatial analysis and interpolation
https://github.com/ambarja/labsaf

inia labsaf peru soil spatial

Last synced: about 17 hours ago
JSON representation

Labsaf is a packages of R that providers functions to spatial analysis and interpolation

Awesome Lists containing this project

README

        

# **LABSAF** 🌱
LABSAF is an R package under development that provides multiple functions for exploratory spatial soil analysis.
It has multiple user-friendly functions for exploring the Earth Engine catalogue dataset using the `tidyverse` syntax derived from `tidyrgee` and `rgee`. Finally it has multiple functions for spatial exploratory graphics and also for mapping derived for `ggplot`, `sfmap` and `tidyterra`.

## 🟢 **Package installation**

You can install the first version of labsaf from
[GitHub](https://github.com/ambarja/labsaf):

The following code just copy and paste into the R console:

```r
if(!require("remotes")) install.packages("remotes")
remotes::install_github("ambarja/labsaf")
```

```r
library(labsaf)
```