Skip to content

cities-lab/RPAT

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Rapid Policy Analysis Tool (RPAT)

RPAT is open source [(GPL)] (https://en.wikipedia.org/wiki/GNU_General_Public_License).

RPAT is part of AASHTO's [TravelWorks] (https://planningtools.transportation.org/10/travelworks.html) advanced travel analysis tools.

#Dependencies

To build the Python executable, you will need python 3 and the libraries pyinstaller, cherrypy, setuptools, psutil and simplejson.

To build the installer, you will need to have Inno Setup installed.

#Create Installer

To create the installer for RPAT, you will need to first create the python executable then create the main package which includes an R installer, R scripts.

To create the python executable, edit the app.spec file to point to the location of your file and run pyinstaller app.spec.

To create the installer, move the python distribution files, so it matches the location in the RPAT_Installer.iss and build the installer using Inno Setup.

#Related

VisionEval - https://github.com/gregorbj/VisionEval

RSPM - https://github.com/gregorbj/RSPM

RPAT Viewer Pilot - https://github.com/gregorbj/RPAT_Viewer_Pilot

EERPAT - https://github.com/RSGInc/EERPAT

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 61.9%
  • R 21.7%
  • HTML 12.8%
  • Python 1.7%
  • CSS 1.5%
  • Inno Setup 0.2%
  • Other 0.2%