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

BRAT Vegetation Report Section Data Issues #1001

Closed philipbaileynar closed 4 days ago

philipbaileynar commented 3 weeks ago

Reviewing this latest BRAT project revealed that the vegetation section doesn't seem to be reporting any values. I suspect that this is a SQL issue. @jtgilbert any recent changes you can think of that might have caused this?

Screenshot 2024-08-23 at 11 45 10 AM
jtgilbert commented 3 weeks ago

I'll have a look, there were a lot of changes in consolidating BRAT into one script instead of two, so I'm not surprised report generation was affected.

jtgilbert commented 3 weeks ago

This is happening because an empty view is being returned because the code is trying to join 8 digit to 10 digit watershed ID (HUCs). I'll test a fix.