Skip to content
/ taxisim Public
forked from Lab-Work/taxisim

Data-driven simulation of taxi trips. Analysis of taxi information systems.

Notifications You must be signed in to change notification settings

giserh/taxisim

 
 

Repository files navigation

Taxisim

Data-driven simulation of taxi trips. Analysis of taxi information systems.

node.csv:

0 - node_id 1 - is_complete 2 - num_in_links 3 - num_out_links 4 - osm_traffic_controller 5 - xcoord 6 - ycoord 7 - osm_changeset 8 - birth_timestamp 9 - death_timestamp 10 - grid_region_id

links.csv:

0 - link_id 1 - begin_node_id 2 - end_node_id 3 - begin_angle 4 - end_angle 5 - street_length 6 - osm_name 7 - osm_class 8 - osm_way_id 9 - startX 10 - startY 11 - endX 12 - endY 13 - osm_changeset 14 - birth_timestamp 15 - death_timestamp

About

Data-driven simulation of taxi trips. Analysis of taxi information systems.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 94.8%
  • R 4.7%
  • Shell 0.5%