eurec4a / eurec4a-intake

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

BCO catalog #15

Closed observingClouds closed 2 years ago

observingClouds commented 3 years ago

Hi, I added a few more BCO sources. These data sources should be replaced with the later published data at AERIS, but it might serve as a good start.

There is one glitch though. Currently, there is an issue that python is not handling the HTTP compression that the openDAP server uses, correctly. We are working on this, but for now, users can adapt .../lib/python3.X/site-packages/webob/response.py from self.body = zlib.decompress(self.body,-15) to self.body = zlib.decompress(self.body).