Kai Mühlbauer
Kai Mühlbauer
There is a fix for the above described problem available in #135, but this doesn't fix the main cause described in https://github.com/h5netcdf/h5netcdf/pull/135#discussion_r788168586. Function `_create_child_variable` needs to be armored against errors...
@scottstanie Thanks for the report. Could you please add the respective xarray version? I might not find time in the next days to fully investigate, but it looks like an...
Thanks! Yes something along these lines.The complete stack trace would be useful. Bu I think you might need to wrap this kwarg in the backend_kwargs. It would be great if...
@scottstanie Thanks again for describing in detail. I've identified the issue. It's connected with the naming scheme (`phony_dim_0` etc.). The bad things happen at initialization of the Dimension-object, see below....
Glad it helps you for the time being.
@scottstanie I've a fix for this issue in #181
@scottstanie I'd appreciate if you could test that PR with some of your use cases. The thing is, that for the moment h5netcdf does not allow mixed variables (eg. one...
I just came across this via github search. In my case I had to export `COVERAGE_PROCESS_START=/path/to/.coveragerc` and using the folowing lines to my `.coveragerc`: ``` [run] concurrency = multiprocessing parallel...
Welcome to dependency hell, @srbrodzik. This was fixed in cartopy here: https://github.com/SciTools/cartopy/pull/2054 But I do not know if this is already in their latest release.
Ok, looks like we have to wait for the next cartopy release: https://github.com/SciTools/cartopy/pull/2054#issuecomment-1221418391