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

Remove (or update) dependency to pydap #14

Open TonioF opened 5 months ago

TonioF commented 5 months ago

Currently, the toolbox is pinned to use exactly version 3.3 to pydap. As this is likely to cause issues in the future, an alternative solution should be used. Ideally, we would make use of the opendap implementation of fsspec, as this is in line with the function of xcube. It might make sense to create an xcube accessor.