xcube-dev / xcube-cci

An xcube plugin to allow generating data cubes from the ESA CCI Open Data Portal
MIT License
2 stars 0 forks source link

Make use of new TypeIDs in xcube #18

Closed TonioF closed 3 years ago

TonioF commented 3 years ago

In xcube, a new TypeID class has been introduced along with new identifiers. In particular, there is now a separation between a dataset and a dataset that is also a cube. In xcube-cci, we want to have two DataOpeners: One to open datasets and one to open cubes, each opener is associated with the respective type id.

TonioF commented 3 years ago

Instead of TypeIDs, now TypeSpecifiers are used. This was done with a number of interface changes to the store framework which need to be considered by the cci store.

TonioF commented 3 years ago

Please wait, I realize I need to include two more changes.

TonioF commented 3 years ago

Closed by https://github.com/dcs4cop/xcube-cci/pull/19 .