erdc / quest

Python API for downloading and managing data. Checkout the documentation at:
https://quest.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
14 stars 9 forks source link

Watershed_Delineation Notebook #116

Closed AaronV77 closed 5 years ago

AaronV77 commented 6 years ago

Does anybody else have problems running the Watershed_Delineation notebook in the examples directory for testing? There were issues with the notebook using the whitebox tools such as "wbt_fill_depressions" and "wbt_extract_streamsworkflow" that had '-' instead of '' and I can now run the notebook manually fine, but when I run the tests I keep getting the issue 'quest.tools' has no attribute 'wbt_fill_depressions' and 'quest.tools' has no attribute 'wbt_extract_streams_workflow'. Thanks