Ruth Comer
Ruth Comer
I'm going to close this one as we cannot run the example without the data and therefore cannot investigate.
Much as I love that you've done this with Cartopy, I wonder if geovista is the better tool for this job. Paging @bjlittle.
That is astonishing 🙇♀️
Thanks for the report and the clear reproducer @dsroberts. This seems reminiscent of #2224 which I ultimately solved by locating the specific problem level and analyzing that. I had some...
It's actually 5 years later ;-) It looks like you had a working solution at https://github.com/SciTools/cartopy/issues/1293#issuecomment-481620483. Does that also work for your current case? It seems to me that it...
There is an open issue in numpy about adding the `axis` keyword to `histogram`. Would it be worth trying to push that forward first? https://github.com/numpy/numpy/issues/13166
@larsbarring have you looked at [cube_helper](https://cube-helper.readthedocs.io/en/v2.2.3/)? I've not used it myself but think it was written for CMIP ensembles. I think we're all agreed that Iris's own `merge` and `concatenate`...
Do we still want to do this? Intuitively, it would undo some of the import speed gains from #4174.
This would be consistent with the decision in `cf-units` to remove the `ifmain`s: https://github.com/SciTools/cf-units/pull/245
I've confirmed this failure is still reproduced in the v3.4 release candidate. This is only a problem for the lazy case because in the real case `collapsed` always moves the...