e-sensing / sits

Satellite image time series in R
https://e-sensing.github.io/sitsbook/
GNU General Public License v2.0
467 stars 76 forks source link

Simplify handling of different data cubes #1079

Open OldLipe opened 7 months ago

OldLipe commented 7 months ago

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()

rolfsimoes commented 3 months ago

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.