Skip to content

aakarner/analyze-mtc-data

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 

analyze-mtc-data

License: GPL-3

Much travel model data is locked away in proprietary software like Citlabs's CUBE and Caliper Corporation's TransCAD. These organizations provide educational licenses, so that academics can potentially access data, but those licenses are often limited. Additionally, it's not easy to move between the proprietary and more open formats (like plain text!). What's worse is that planning agencies often analyze their data using the mother of all proprietary stats packages, SAS. SAS is profoundly expensive and is no longer of much use in light of available free, open source, and powerful alternatives.

The aim of this script is to unlock some publicly available travel model outputs using open source software. The Metropolitan Transportation Commission (MTC), the metropolitan planning organization (MPO) for the nine county San Francisco Bay Area, freely publishes some of the outputs from their activity-based model. This is a pretty major innovation. Most MPOs publish no data and make it pretty difficult to get your hands on them at all.

The single script here creates a MonetDB database and loads in all of the data from a number of transportation-land use scenarios that MTC employed in their last regional plan update. R is used as a front-end for database access. It can also be used for some analysis.

The code is basically for reference only -- it would require some modification to work with the data that MTC has posted on the web. Let me know if you're interested in seeing that happen.

Note: MonetDB has to be installed on your system first. Follow the instructions here.

About

Scripts to import and analyze activity-based travel model data using R and MonetDB.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages