Daniel Kirkham
Daniel Kirkham
Accessing data from a variable with no explicit `_FillValue` in a netCDF3 Dataset returns a filled ndarray rather than a masked array: ``` >>> import numpy as np >>> import...
When a netcdftime datetime object is unable to be compared to another object, the `__richcmp__` method raises a `TypeError`. In previous versions of the module the method would return `NotImplemented`,...
``` >>> import biggus >>> import numpy as np >>> a = np.arange(5) >>> b = biggus.NumpyArrayAdapter(a) >>> c = b[((1,),)] >>> c.ndarray() Traceback (most recent call last): File "",...
There appear to be a problem with the method used by Iris to determine which coordinates to use to construct new dimensions, and the shape of those dimensions, when merging....