pyIncore is a component of IN-CORE. It is a python package consisting of two primary components: 1) a set of service classes to interact with the IN-CORE web services, and 2) IN-CORE analyses . The pyIncore allows users to apply various hazards to infrastructure in selected areas, propagating the effect of physical infrastructure damage and loss of functionality to social and economic impacts.
Mozilla Public License 2.0
25
stars
7
forks
source link
Update residential and commercial building recovery output file names #616
When residential and commercial building recovery analyses run, both of them create two recovery outputs, one ends with "_recovery.csv" and the other ends with "time_stepping_recovery.csv". These need to be differentiated because when the tool is ran as a workflow, there is no way to determine which file should be stored with which output in a generic name. Looking for files *_recovery.csv" will return both files. Since the output description for the first is "CSV file of residential building recovery time", maybe we can name the output as result_name + "_recovery_time.csv" instead of result_name + "_recovery.csv".
When residential and commercial building recovery analyses run, both of them create two recovery outputs, one ends with "_recovery.csv" and the other ends with "time_stepping_recovery.csv". These need to be differentiated because when the tool is ran as a workflow, there is no way to determine which file should be stored with which output in a generic name. Looking for files *_recovery.csv" will return both files. Since the output description for the first is "CSV file of residential building recovery time", maybe we can name the output as result_name + "_recovery_time.csv" instead of result_name + "_recovery.csv".