This PR adds functionality to calculate the downstream impact of CSOs at an arbitrary point in time. It adds functions to the WaterCompany class:
get_historical_downstream_impact_at
get_historical_downstream_info_geojson_at.
Both these functions can be used to query the potential impact that CSOs were having at any point in a WaterCompany's domain at any point since records started.
This PR adds functionality to calculate the downstream impact of CSOs at an arbitrary point in time. It adds functions to the
WaterCompany
class:get_historical_downstream_impact_at
get_historical_downstream_info_geojson_at
.Both these functions can be used to query the potential impact that CSOs were having at any point in a
WaterCompany
's domain at any point since records started.