dschneider-wxs
dschneider-wxs
i took a peek at the source and realized the code is looking for `.zarr` explicitly and i had `.zar` https://github.com/geopython/pygeoapi/blob/9a71a01b3b0d2383a5128065361b668f6f4c0b0f/pygeoapi/provider/xarray_.py#L67C15-L67C51 however, is there anyway to provide options to xarray...
Hi - I'm seeing this same issue installing `eccodes` with pip in a docker image using `python:3.11-slim` and `python:3.10-slim`. I had 2.40.0 pinned locally in a venv (macos) which includes...
related https://github.com/ecmwf/eccodes-python/issues/104
i was not able to pip install any version >=2.37.0 using python:3.11-slim docker image. I resorted to manually installing the library . Thanks @sgofferj !