Skip to content

Create Override Meso

ccai-cmap edited this page Jan 6, 2026 · 17 revisions

This page describes create_override_meso.py, a script which creates a spatial override file to select for meso links. To use this script, run [path-to-script].

Input

input
|-- input_years.csv
`-- 1_travel
    `-- MHN.gdb

Function

Output

output
`-- 2_freight
    `-- override_meso (shapefile)
    |-- override_file_creation_errors.txt
  1. The script outputs the shapefile override_meso (which contains override_meso.shp along with other necessary files).
  2. The script outputs an error file, override_file_creation_errors.txt, where the shapefile fails to select for meso links or wrongly selects for non-meso links.

Clone this wiki locally