Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ambarja/labsaf
- Owner: ambarja
- License: other
- Created: 2022-10-19T16:41:13.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-10T16:42:24.000Z (almost 2 years ago)
- Last Synced: 2024-01-30T14:56:19.330Z (9 months ago)
- Topics: inia, labsaf, peru, soil, spatial
- Language: R
- Homepage: https://ambarja.github.io/labsaf/
- Size: 1.1 MB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
```