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

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

Awesome Lists containing this project

README

          

ridb
====

```{r echo=FALSE}
knitr::opts_chunk$set(
warning = FALSE,
message = FALSE,
collapse = TRUE,
comment = "#>"
)
```

[![Build Status](https://travis-ci.org/ropenscilabs/ridb.svg?branch=master)](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.

[![ropensci_footer](https://ropensci.org/public_images/github_footer.png)](https://ropensci.org)