-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #52 from CityofToronto/readmes
Merge readmes to production
- Loading branch information
Showing
21 changed files
with
1,732 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Traffic Prophet Guides | ||
|
||
This folder contains tutorials on how to use Traffic Prophet, and how to hack it | ||
to produce updated AADT estimates with TEPS. | ||
|
||
- `getting_started` - tutorials on how to run Traffic Prophet. | ||
- `Reading Data.ipynb` - reading data from Postgres. | ||
- `Running CountMatch.ipynb` - running CountMatch. | ||
- `teps` - tutorial on how to hack Traffic Prophet to run TEPS | ||
- `Convert Postgres Data to Zips.ipynb` - convert Postgres data (covered in | ||
`getting_started/Reading Data.ipynb`) to TEPS-readable zip files. | ||
- `TEPs Output Analysis.ipynb` - basic sensibility and self-consistency checks | ||
of TEPS outputs. | ||
- `Running TEPS.md` - step-by-step tutorial to run TEPS-I. |
Oops, something went wrong.