Consider allowing glob star in routing_output
field
#173
Labels
enhancement
New feature or request
ngen.cal
Related to ngen.cal package
question
Further information is requested
ngen-cal/python/ngen_cal/src/ngen/cal/ngen.py
Line 86 in f223020
Its not uncommon that software that creates model outputs (e.g.
ngen
ort-route
) names their output files based on factors like the associated nexus or catchmentid
, the current time, or the simulation start time. Often a prefix or suffix is used (e.g.troute_output_{{start_time}}.csv
) with the output format. It would be convenient if a glob star could be provided in the name of therouting_output
field so that you don't have to know a priori the full name of therouting_output
file. For examplerouting_output: troute_output_*.csv
.The text was updated successfully, but these errors were encountered: