odc_search: Open Data Cube Datasets Search

Description Usage Arguments Details

View source: R/odc_data.R

Description

Searches datasets of a Product in an Open Data Cube instance. The search can consider both spatial and temporal information.

Usage

1
odc_search(index, product, start_date, end_date, bbox = NULL, ...)

Arguments

index

a tibble object from class odcsits-index with Open Data Cube Database valid connection.

product

Name of the product that will be searched in the Open Data Cube.

start_date

Initial date for the search data

end_date

Final date for the search data

bbox

Area of interest (see details below)

...

parameters passed to DBI::dbGetQuery function to control the connection made with Open Data Cube Database

Details

The "bbox" parameters allows a selection of an area of interest. Either using a named vector ("xmin", "ymin", "xmax", "ymax") with values in WGS 84.


brazil-data-cube/odc-sits documentation built on Dec. 19, 2021, 11:42 a.m.