| config_functions {sits} | R Documentation |
Functions that get values from config file.
.config_file() .config_user_file() .config_get(key, default = NULL) .config_names(key) .config_gtiff_default_options() .config_local_file_extensions() .config_local_s3_class() .config_palettes() .config_palette_colors(labels, ..., palette = "default") .config_processing_bloat() .config_rstac_limit() .config_raster_pkg()
labels |
Vector with labels. |
... |
Additional parameters. |
collection |
Collection to be searched in the data source. |
data |
A sits data cube. |
pallete |
The palette that should be chosen based on the configuration file. |
simplify |
A logical value that specifies whether the return should be in vector form, if true, or list form, if false. Default value is FALSE. |
source |
Source of data cube |
Functions that search for values from a key or collection return atomic values. Check functions return invisible null values or give an error.