CityofToronto / bdit_triplinker

Python package to link vehicle-for-hire trips together into driver work shifts
GNU General Public License v3.0
2 stars 0 forks source link

Inclusion of Postgres Code #3

Closed cczhu closed 5 years ago

cczhu commented 5 years ago

For someone to replicate the entire process of transforming O/D data to simulated driver work shifts and aggregate VKTs, routes and feasible en-route paths must be generated using pgRouting. We need to productionize our PostgreSQL code to produce and post-process the PTC O/D data, but there isn't a straightforward procedure to do this as with Python code. We'll need to discuss:

cczhu commented 5 years ago

Following discussion with @radumas and @jwrcoleman, routing code will be productionized in a separate repo, so closing.