Skip to content

Generate Highway Files

ccai-cmap edited this page Dec 8, 2025 · 6 revisions

This page describes 2_generate_hwy_files.py, which generates highway files for modeling in EMME. To use this tool, run

python [path-to-tool].

This script is a translation of the Generate Highway Files tool in the mhn_programs repository.

Input

Note: Before you run this tool, you MUST have already have run the Export Future Highways tool, so that your output folder already contains MHN_all.gdb.

input
`-- input_years.csv
output
`-- 1_travel
    `-- MHN_all.gdb

Function

This script simply translates the already built highway network into text files suitable for importing into EMME.

Output

output
`-- 1_travel
    `-- highway
        `-- {scen_1}00
        `-- {scen_2}00
        *
        *
        *

Clone this wiki locally