Skip to contents

Get the service that keeps the satellite data stored in order to access the data.

Usage

get_service(provider)

Arguments

provider

character. A provider of interest.

Value

character. The name of the corresponding service.

Examples

if (FALSE) {
get_service("modis")
get_service("sentinel")
}