mirror of
https://github.com/ChrisSewell/LeosShoes.git
synced 2025-07-01 18:17:26 -04:00
Enhancement: Advanced surface recovery modeling - Added configurable threshold, graduated recovery scoring, surface type models, time-of-day factors, and sun exposure effects with test scripts and documentation
This commit is contained in:
@ -25,4 +25,11 @@ UV_THRESHOLD_HIGH=9
|
||||
# Risk assessment parameters (Optional)
|
||||
RISK_THRESHOLD_SHOES=5
|
||||
ROLLING_WINDOW_HOURS=2
|
||||
SURFACE_RECOVERY_HOURS=2
|
||||
SURFACE_RECOVERY_HOURS=2
|
||||
|
||||
# Surface recovery enhancements (Optional)
|
||||
SURFACE_RECOVERY_TEMP_THRESHOLD=90
|
||||
SURFACE_TYPE=asphalt
|
||||
SURFACE_MAX_RECOVERY_SCORE=2.0
|
||||
ENABLE_GRADUATED_RECOVERY=true
|
||||
ENABLE_TIME_OF_DAY_FACTOR=true
|
Reference in New Issue
Block a user