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
The unit for NOAA rainfall rasters is 1000ths/inch. Internally, during the peak flow calculation, these values are converted to centimeters on the fly. The saved "sheds" feature class still includes the original 1000ths/inch measurement, which is not the most obvious unit.
Consider saving the downloaded rasters in either inches or centimeters. This could happen in this function:
The unit for NOAA rainfall rasters is 1000ths/inch. Internally, during the peak flow calculation, these values are converted to centimeters on the fly. The saved "sheds" feature class still includes the original 1000ths/inch measurement, which is not the most obvious unit.
Consider saving the downloaded rasters in either inches or centimeters. This could happen in this function:
(
culvert-toolkit/src/drainit/services/gp/_esri/__init__.py
Line 789 in 13cfb1f
That would allow a minimal amount of changes to the code elsewhere.
Other changes would include any models that reference rainfall units.
The text was updated successfully, but these errors were encountered: