e-sensing / sits

Satellite image time series in R

Home Page:https://e-sensing.github.io/sitsbook/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simplify handling of different data cubes

OldLipe opened this issue · comments

Describe the requested improvement
Allow information from data providers to be included dynamically when creating a data cube. This improvement avoids the need to increase the information available in the configuration files. To do this a new column (cube_info) will be included in the sits_cube() data structure.

Associated sits API function
sits_cube()

To support both current version and this feature, all access to the config must be done by .cube_conf_*() API that resolve for .conf_*() API calls.