Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Coarse DEMs ignored if no LiDAR #248

Closed
rosepearson opened this issue Feb 29, 2024 · 1 comment · Fixed by #249
Closed

Coarse DEMs ignored if no LiDAR #248

rosepearson opened this issue Feb 29, 2024 · 1 comment · Fixed by #249
Milestone

Comments

@rosepearson
Copy link
Owner

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, ..).

@rosepearson rosepearson linked a pull request Feb 29, 2024 that will close this issue
10 tasks
@rosepearson rosepearson added this to the 1.1.13 milestone Feb 29, 2024
@rosepearson
Copy link
Owner Author

Also fix assert fail when no LiDAR from a LiDAR dataset within the catchment area so no LiDAR files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant