esa-cci / esa-climate-toolbox

The ESA CCI Toolbox is designed to provide access to CCI data from the ESA Open Data Portal. Also, it contains functions to operate on this data.
MIT License
12 stars 6 forks source link

Improve usage of opendap #9

Open TonioF opened 7 months ago

TonioF commented 7 months ago

At the moment, the data store uses a quite unique solution that heavily relies on a certain pydap version (3.3). It would be better to use the fsspec implementation of opendap. This would also be a good moment to allow to retrieve multiple variables at once with one call.