https://github.com/sckott/ridb
client for Index Database of remote sensing indices
https://github.com/sckott/ridb
r r-package rstats
Last synced: 9 months ago
JSON representation
client for Index Database of remote sensing indices
- Host: GitHub
- URL: https://github.com/sckott/ridb
- Owner: sckott
- License: other
- Created: 2016-12-08T00:25:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-08T20:19:51.000Z (over 9 years ago)
- Last Synced: 2025-08-02T18:18:22.137Z (12 months ago)
- Topics: r, r-package, rstats
- Language: HTML
- Homepage: https://docs.ropensci.org/ridb
- Size: 34.2 KB
- Stars: 6
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
Awesome Lists containing this project
README
ridb
====
```{r echo=FALSE}
knitr::opts_chunk$set(
warning = FALSE,
message = FALSE,
collapse = TRUE,
comment = "#>"
)
```
[](https://travis-ci.org/ropenscilabs/ridb)
`ridb` - and R client for the Index Database of remote sensing indices at
## Install
Development version
```{r eval=FALSE}
devtools::install_github("ropenscilabs/ridb")
```
```{r}
library("ridb")
```
## list indices
```{r}
idb_indices()
```
## list sensors
```{r}
idb_sensors()
```
## list applications
```{r}
idb_applications()
```
## Meta
* Please [report any issues or bugs](https://github.com/ropenscilabs/ridb/issues).
* License: MIT
* Get citation information for `ridb` in R doing `citation(package = 'ridb')`
* Please note that this project is released with a [Contributor Code of Conduct](CONDUCT.md). By participating in this project you agree to abide by its terms.
[](https://ropensci.org)