GSTools
GSTools copied to clipboard
mask support
On often requested feature is the support for masked fields.
- [ ] add
mask
keyword and property to allField
classes - [ ] decide whether to used
np.masked
arrays or to store the mask separately
This could also help with #140