knitr::opts_chunk$set( collapse = TRUE, comment = "#>", out.width = "100%", fig.path = "inst/extdata/img/README-" ) library(tibble)
Open Data Cube is a system designed to manage Spatio-temporal Earth Observation Data Cubes.
The odc-sits
package is an experimental R Client for the Open Data Cube ecosystem. The Data Cube representation performed by odc-sits
is based on the SITS package. This pairing gives the possibility of using ODC data products in Satellite Image Time Series Classification.
To install the development version of odc-sits
, run the following commands:
``` {R, eval=FALSE}
library(devtools) devtools::install_github("brazil-data-cube/odc-sits")
Importing `odc-sits` package: ``` {R, echo=TRUE, warning=FALSE, message=FALSE} library(odcsits)
odc-sits
implements the following WLTS operations:
{R, echo=FALSE}
tribble(
~"Operation", ~"`odc-sits` functions",
"`List ODC Products Available`", "`odc_products`",
"`Search ODC Datasets`", "`odc_search`",
"`Create a ODC Data Cube`", "`odc_cube`"
) %>% as.data.frame() %>% knitr::kable(format = "markdown")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.