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
When no LiDAR an empty xarray is created. This no longer seems to be coded to NaN. This means the values are incorrectly assumed to by valid. Instead define the empty array as dask.array.fill(fill_value=numpy.nan, ..).
The text was updated successfully, but these errors were encountered:
When no LiDAR an empty xarray is created. This no longer seems to be coded to NaN. This means the values are incorrectly assumed to by valid. Instead define the empty array as
dask.array.fill(fill_value=numpy.nan, ..)
.The text was updated successfully, but these errors were encountered: