Riverscapes / riverscapes-tools

Open-source Python 3.0 tools for the Riverscapes organization
https://tools.riverscapes.net/
GNU General Public License v3.0
10 stars 8 forks source link

Suspicious Warning in Hydro about features on DEM #997

Closed philipbaileynar closed 1 month ago

philipbaileynar commented 1 month ago

Reviewing this hydro run for Upper Bear the following warnings appear in the log. It suggests over 5,000 features are not on the DEM, which is clearly not the case!

I think the log messages are actually feature IDs! See screenshot. Notice how "5,280 features" appear in the log message, but actually FID 5280 is one of the small number of input features that's off the DEM.

@r-k-g this should be a simple log message tweak. Shout if you need help or we can reassign to @jtgilbert

Screenshot 2024-08-23 at 10 07 41 AM Screenshot 2024-08-23 at 10 10 41 AM
philipbaileynar commented 1 month ago

Fixed. Here's a screenshot of a Hydro run that I just performed on a code space.

Screenshot 2024-08-28 at 4 55 25 PM