CCI-Tools/cate

Adapt to new ODP interface

Closed this issue · 1 comments

The ODP interface is about to be changed. Information about variables will not be provided as an aggregation, but per drs id. The stores will benefit from that, as it will be clear which dataset will offer which variables.
It is necessary to adapt the store to the changed interface. As we need to prevent that the interface change requires a software change, we must have a software version that works with both interface versions, the new one and the current one.

Solved by #978