| source_item_get_functions {sits} | R Documentation |
Generic function for retrieving information in item returned by APIs. The concept of items is used in STAC APIs, where each item corresponds to a satellite image (scene), with a single time and multiple bands.
.source_item_get_date(source, item, ..., collection = NULL) .source_item_get_hrefs(source, item, ..., collection = NULL) .source_item_get_bands(source, item, ..., collection = NULL) .source_item_get_resolutions(source, item, ..., collection = NULL)
source |
Data source (one of "SATVEG", "LOCAL", "BDC", "AWS", "USGS", "DEAFRICA", "PROBS"). |
... |
Additional parameters. |
collection |
Collection to be searched in the data source. |
items |
a |
an atomic vector with the required information.