You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following two odc.algo functions appear to do the same thing: replace certain pixels in an array with nodata. To reduce confusion, it would be good to have only one clear option for this kind of task.
Return a copy of x, but with some pixels replaced with nodata.
This function can work on dask arrays, in which case output will be a dask array as well.
The text was updated successfully, but these errors were encountered:
The following two
odc.algo
functions appear to do the same thing: replace certain pixels in an array withnodata
. To reduce confusion, it would be good to have only one clear option for this kind of task.The docstrings seem to say the same thing:
The text was updated successfully, but these errors were encountered: