dimensions.Collection {openeo}R Documentation

Returns dimension information

Description

The function returns the dimension information of a Collection object. This object is usually obtained when calling describe_collection. It returns the meta data information for the cube dimensions.

Usage

## S3 method for class 'Collection'
dimensions(x, ...)

Arguments

x

a Collection object

...

parameters to pass on (not used)

Value

dimension information as list


[Package openeo version 1.3.1 Index]