eurec4a / eurec4a-intake

Intake catalogue for EUREC4A field campaign datasets
17 stars 19 forks source link

Remove pydap dependency #111

Closed d70-t closed 1 year ago

d70-t commented 1 year ago

Pydap was causing troubles on an on and as we require netCDF anyways, we could also just use netCDF for accessing opendap resources. This PR sets all opendap resources to be accessed via netCDF.

During creation of this PR, another issue surfaced: some netCDF datasets are incompatible with the classic data model of netCDF (which is assumed to be the opendap data model by several clients). This PR changes access to the affected datasets to direct download of the original netCDF files (using simplecache) and opens those files as local netCDF files. I expect this to be a good trade-off, as the relevant netCDF files are rather small (several MB).