You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A user recently tried to input wind direction grids in BurnP3+ and there were negative values. This does not make sense because the direction should only be between 0 and 360. We should add some validation to throw an error if wind direction values are < 0 or > 360.
How will this improve the project or tool?
Improve usability by throwing a legible error that the user can easily fix instead of silently resulting in the "no fires burned" issue.