Learn R Programming

sits (version 0.13.1)

config_functions: Get values from config file

Description

Functions that get values from config file.

Usage

.config_file()

.config_user_file()

.config_get(key, default = NULL)

.config_names(key)

.config_gtiff_default_options()

.config_local_file_extensions()

.config_palettes()

.config_palette_colors(labels, ..., palette = "default")

.config_processing_bloat()

.config_rstac_limit()

.config_raster_pkg()

Arguments

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

Value

Functions that search for values from a key or collection return atomic values. Check functions return invisible null values or give an error.