USFS-PNW / Fia-Biosum-Manager

User interface and main code repository for Biosum
http://biosum.info/
Other
3 stars 3 forks source link

FVS: Update loadvalues in FVS Out screen so that we no longer require FVS_CutList table #321

Closed lbross closed 1 week ago

lbross commented 4 months ago

When the FVS Out screen loads, a warning message telling the analyst that the FVSOut.db is missing if it doesn't contain an FVS_CutList table. FVS_CutList is not required by BioSum, so this is not the best table to check for. Start checking for FVS_Cases (a required table) instead.

lbross commented 1 month ago

While working another issue on this screen, I noticed that the Tree Cut Recs column is null if the FVS_CutList table is missing. It seems more intuitive to set this to 0 or N (depending on the suppress record counts setting). Fixed in a follow-on .msi for v5.11.0.

lbross commented 1 week ago

From Nathan: Re-validated Issues 321 and 328 on 2024.08.05. When no tree cutlist is encountered (e.g., a grow-only Rx package), a warning message similar to the following pops up: "No trees in FVS_CUTLIST for EC999. Continue Processing? (Y/N)". Clicking "Yes" allows the user to continue without further issue. Both Issues 321 and 328 appear resolved.