Skip to content

Commit

Permalink
Update run.py
Browse files Browse the repository at this point in the history
  • Loading branch information
OliviaButters authored Jul 19, 2024
1 parent dc1686b commit 82ee945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def round_up(val, round_val):

description_for_output_inputs = 'This data shows all of the input data generated to run the CityCat flooding model for the chosen city of ' + location +'.'
description_for_output_FIM = 'This data shows the flood impact data generated by the CityCat flooding model for the chosen city of ' + location + '.'
description_for_output_Vis = 'These maps and graphics show flood impact metrics for the chosen city of ' + location + ' '.'
description_for_output_Vis = 'These maps and graphics show flood impact metrics for the chosen city of ' + location + '.'

# write a metadata file so outputs properly recorded on DAFNI
metadata_json(output_path=meta_outputs_path, output_title=title_for_output+'-inputs', output_description=description_for_output_inputs, bbox=geojson, file_name='metadata_citycat_inputs')
Expand Down

0 comments on commit 82ee945

Please sign in to comment.