Skip to content
Snippets Groups Projects
Commit 2ddda242 authored by David Verelst's avatar David Verelst
Browse files

prepost.dlcdefs: by default DLB gen uses tag wsp instead of Windspeed

Note that this illustrates that a documented and consistent tag
standard naming scheme is long overdue!
parent 4ffb5d70
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -350,6 +350,9 @@ def excel_stabcon(proot, fext='xlsx', pignore=None, pinclude=None, sheet=0,
elif tags_dict[str(key)].lower() == 'nan':
tags_dict[str(key)] = True
if '[Windspeed]' not in tags_dict and '[wsp]' in tags_dict:
tags_dict['[Windspeed]'] = tags_dict['[wsp]']
tags_dict['[Case folder]'] = tags_dict['[Case folder]'].lower()
tags_dict['[Case id.]'] = tags_dict['[Case id.]'].lower()
dlc_case = tags_dict['[Case folder]']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment