Skip to content

CMAP-REPOS/mrn_programs

Repository files navigation

CMAP-REPOS / mrn_programs

The MRN Programs repository is a collection of (mostly) Python scripts used to administer the Chicago Metropolitan Agency for Planning (CMAP)'s Master Rail Network geodatabase. This geodatabase is used, in conjunction with the Master Highway Network, to generate travel demand modeling networks, which we use for all of our modeling needs, including transportation conformity.

The MRN itself contains information about all of the passenger rail lines within the 21-county CMAP modeling area, as well as all planned lines between now and 2050, all current CTA and Metra train runs, and planned future train service.

The scripts in this repository are used to import new GTFS rail data, maintain the integrity of the network after geometric edits have been made, and export data in a format suitable for input into Emme modeling networks.

Getting Started

  1. Clone or download the mrn_programs repository to a local directory.
  2. Copy the MRN geodatabase to the same local directory.
  3. Copy the MRN Editor map document to the same local directory.
  4. Open the MRN Editor to use the Master Rail Network Tools.

Sample directory structure:

└── MRN/  
    ├── mrn.gdb/  
    ├── mrn_programs/  
    └── mrn_editor.mxd