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
Add a (boolean) argument to the Adaptation config for the user to decide if the cost should be calculated on the full length of the link or from the exposed segments:
If the cost is calculated from the full length of the link; Just multiply the unit present unit cost of the adaptation option to the length of the link and add it to gdf.
If the cost is calculated from the exposed fraction: this is more complicated:
Fetch the network with hazard overlay
multiply the net present value unit cost of the adaptation option to the length of the link, multiply again by the fraction of the hazard.
Aggregate the cost per link (sum the cost for all the segments of a link)
add it to gdf
In either case, the final gdf should have a column "cost_AO{id}" for every adaptation option
Use case
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Kind of request
None
Enhancement Description
Add a (boolean) argument to the Adaptation config for the user to decide if the cost should be calculated on the full length of the link or from the exposed segments:
If the cost is calculated from the full length of the link; Just multiply the unit present unit cost of the adaptation option to the length of the link and add it to gdf.
If the cost is calculated from the exposed fraction: this is more complicated:
In either case, the final gdf should have a column "cost_AO{id}" for every adaptation option
Use case
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: