Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor repository to just be Java Resident Passenger Source Code #71

Merged
merged 2 commits into from
Jun 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
33 changes: 0 additions & 33 deletions .github/workflows/push.yml

This file was deleted.

5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,8 @@ utilities/vta_expresslane_feed_saver/vta_expresslanes_2018*
utilities/sandag-activitysim/*
site/
.DS_Store
utilities/compare-transit-skims/TM2.2.0/indivTripData_1.csv
utilities/compare-transit-skims/TM2.2.0/maz_data_withDensity.csv
utilities/compare-transit-skims/TM2.2.0/transit_skims_AM.omx
utilities/compare-transit-skims/TM2.2.1.1/indivTripData_1.csv
utilities/compare-transit-skims/TM2.2.1.1/trnskmAM_WLK_TRN_WLK.omx
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
travel-model-two
================

Placeholder for all things related to MTC's Travel Model Two (currently in development)
Currently in development.

## Relevant Repositories
The software needed to implement TM2.2 and above is spread across multiple repositories. The organization is as follows:

1. `tm2py`: A Python package that implements TM2. Please see this repository for installation instructions and usage.
2. `travel-model-two`: This repository. It contains the Java software and compilation instructions for implementing the resident passenger component of the TM2.2 system.
3. `travel-model-two-configs`: A repository to house specific configurations of the TM2.2 system. For example, the configurations needed to simulate the 2015 base year will live in this repository.

## Compilation Instructions

TODO -- update (using Maven?)

To build, install apache ant (https://ant.apache.org/)

Set the `REPOSITORY_DIR` environment variable to this directory, and run `ant all`.
This will read the build configuration in `build.xml`.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading