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

More efficient conditioning #141

Closed
Tracked by #227
barneydobson opened this issue Apr 26, 2024 · 1 comment · Fixed by #266
Closed
Tracked by #227

More efficient conditioning #141

barneydobson opened this issue Apr 26, 2024 · 1 comment · Fixed by #266
Labels
feature Adding a new functionality, small or large

Comments

@barneydobson
Copy link
Collaborator

barneydobson commented Apr 26, 2024

pygeoflood looks good especially for conditioning high resolution data, e.g., here

This issue can also group together:

Since all are related to conditioning

@barneydobson barneydobson added the feature Adding a new functionality, small or large label Apr 26, 2024
@tijanajovanovic
Copy link
Collaborator

Whitebox GAT gives good results when doing hydrological analysis from lidar data. One big problem with it is it can't load the dataset from a numpy array or xarray. The dem needs to be opened from a local folder with their own function (read_raster) that creates a dataset type raster. On the positive side, whitebox is self contained and it doesn't depend on external functions. Only the ones that they have control of and know how they work... but it does mean that it is not compatible with other packages... so one would need to save outputs (tif or shapefile) to be able to combine with other packages like geopandas and rasterio...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Adding a new functionality, small or large
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants