Closed dbaston closed 2 months ago
Currently, Python operations are invoked with a ndarray that has NODATA values scrubbed out. It would be preferable for these functions to be called with a masked array so the user can determine their own handling of NODATA values.
ndarray
Currently, Python operations are invoked with a
ndarray
that has NODATA values scrubbed out. It would be preferable for these functions to be called with a masked array so the user can determine their own handling of NODATA values.