cf-python
cf-python copied to clipboard
A CF-compliant Earth Science data analysis library
Hi Both! I have a minor issue I encountered when trying to calculate time means when a field contains redundant X Y axes. Explanation and examples below. Cheers, Dan ---...
The current `cf.cellwi(start, end)` only matches cells that lie _completely_ with the closed range `[start, end]`. Sometimes we would like to match cells that merely _overlap_ the range. I propose...
Fixes #824