Home
last modified time | relevance | path

Searched refs:id_route (Results 1 – 25 of 50) sorted by relevance

12

/dports/cad/sumo/sumo-1.2.0/tools/contributed/sumopy/coremodules/demand/
H A Ddemand-o1-prefstar.py418 id_route = method_routechoice(id_trip)
419 if id_route >= 0:
421 counts[ids_edges[id_route][1:]] += 1
450 self.ids_routes[id_trip] = [id_route]
497 for id_trip, id_route in zip(ids_trip, ids_routes):
503 self.ids_routes[id_trip].append(id_route)
619 id_route = method_routechoice(id_trip)
620 if id_route >= 0: # a valid route has been found
635 if id_route >= 0: # a valid route has been found
644 attrconfig.write_xml(fd, id_route)
[all …]
H A Ddemand.py663 id_route = method_routechoice(id_trip)
664 if id_route >= 0:
666 counts[ids_edges[id_route][1:]] += 1
865 self.ids_route_current[id_trip] = id_route
866 self.ids_routes[id_trip] = [id_route]
913 for id_trip, id_route in zip(ids_trip, ids_routes):
920 self.ids_routes[id_trip].append(id_route)
923 self.ids_route_current[id_trip] = id_route
1018 if id_route >= 0: # a valid route has been found
1042 if (id_route >= 0): # a valid route has been found
[all …]
/dports/cad/sumo/sumo-1.2.0/tools/contributed/sumopy/plugins/mapmatching/
H A Dmapmatching.py2674 if id_route >= 0:
2697 id_route = -1
2704 ids_route_matched=id_route,
2721 return id_route
2838 if id_route >= 0:
2840 routes.set_row(id_route,
2932 if id_route >= 0:
2934 routes.set_row(id_route,
3026 if id_route >= 0:
3028 routes.set_row(id_route,
[all …]
H A Dmapmatching-10-preresults.py1698 id_route = self.ids_route_matched[id_trip]
1699 if id_route >= 0:
1701 self.get_routes().ids_edges[id_route] = route
1702 self.get_routes().colors[id_route] = COLOR_MATCHED_ROUTE
1715 id_route = self.get_routes().add_row(ids_trip=id_trip,
1722 id_route = -1
1729 ids_route_matched=id_route,
1745 return id_route
1810 route_matched = routes.ids_edges[id_route]
1872 for id_trip, id_route in zip(ids_trip[inds_valid], ids_route[inds_valid]):
[all …]
H A Dmapmatching-12-oldpointassign.py2616 id_route = self.ids_route_matched[id_trip]
2617 if id_route >= 0:
2619 self.get_routes().ids_edges[id_route] = route
2640 id_route = -1
2647 ids_route_matched=id_route,
2664 return id_route
2758 route_matched = routes.ids_edges[id_route]
2770 if id_route >= 0:
2772 routes.set_row(id_route,
2779 routes.ids_edges[id_route] = route
[all …]
H A Dmapmatching-09-result_desaster.py1621 … for id_trip, id_route in zip(ids_trip_vtype, self.ids_route_matched[ids_trip_vtype]):
1622 route_matched = routes.ids_edges[id_route]
2160 id_route = self.ids_route_matched[id_tripresult]
2161 if id_route >= 0:
2163 self.get_routes().ids_edges[id_route] = route
2171 id_route = self.get_routes().add_row(ids_trip=id_tripresult,
2177 id_route = -1
2184 ids_route_matched=id_route,
2230 … for id_trip, id_route in zip(ids_trip_vtype, self.ids_route_matched[ids_trip_vtype]):
2231 route_matched = routes.ids_edges[id_route]
H A Dmapmatching-08-save_failed.py1636 id_route = self.ids_route_matched[id_trip]
1637 if id_route >= 0:
1639 self.get_routes().ids_edges[id_route] = route
1647 id_route = self.get_routes().add_row(ids_trip=id_trip,
1653 id_route = -1
1659 ids_route_matched=id_route,
1669 return id_route
1730 … for id_trip, id_route in zip(ids_trip_vtype, self.ids_route_matched[ids_trip_vtype]):
1731 route_matched = routes.ids_edges[id_route]
H A Dmapmatching-07-shortestpathok.py1636 id_route = self.ids_route_matched[id_trip]
1637 if id_route >= 0:
1639 self.get_routes().ids_edges[id_route] = route
1647 id_route = self.get_routes().add_row(ids_trip=id_trip,
1653 id_route = -1
1659 ids_route_matched=id_route,
1669 return id_route
1730 … for id_trip, id_route in zip(ids_trip_vtype, self.ids_route_matched[ids_trip_vtype]):
1731 route_matched = routes.ids_edges[id_route]
H A Dmapmatching-13-prespeedchange.py2620 id_route = self.ids_route_matched[id_trip]
2621 if id_route >= 0:
2623 self.get_routes().ids_edges[id_route] = route
2644 id_route = -1
2651 ids_route_matched=id_route,
2668 return id_route
2762 route_matched = routes.ids_edges[id_route]
2774 if id_route >= 0:
2776 routes.set_row(id_route,
2783 routes.ids_edges[id_route] = route
[all …]
H A Dmapmatching-06-resultchaos.py2046 id_route = self.ids_route_matched[id_trip]
2047 if id_route >= 0:
2049 self.get_routes().ids_edges[id_route] = route
2057 id_route = self.get_routes().add_row(ids_trip=id_trip,
2063 id_route = -1
2069 ids_route_matched=id_route,
2079 return id_route
2115 … for id_trip, id_route in zip(ids_trip_vtype, self.ids_route_matched[ids_trip_vtype]):
2116 route_matched = routes.ids_edges[id_route]
H A Dmapmatching-11-shortestproblem.py1899 id_route = self.ids_route_matched[id_trip]
1900 if id_route >= 0:
1902 self.get_routes().ids_edges[id_route] = route
1903 self.get_routes().colors[id_route] = COLOR_MATCHED_ROUTE
1916 id_route = self.get_routes().add_row(ids_trip=id_trip,
1923 id_route = -1
1930 ids_route_matched=id_route,
1947 return id_route
2026 route_matched = routes.ids_edges[id_route]
2087 for id_trip, id_route in zip(ids_trip[inds_valid], ids_route[inds_valid]):
[all …]
H A Dmapmatching-05-ok-preinter.py1627 id_route = self.ids_route_matched[id_trip]
1628 if id_route >= 0:
1630 self.get_routes().ids_edges[id_route] = route
1638 id_route = self.get_routes().add_row(ids_trip=id_trip,
1644 id_route = -1
1650 ids_route_matched=id_route,
1660 return id_route
H A Dresults_mpl-02-iddesaster.py291 def plot_speed_over_time(self, ax, id_trip, id_route, edges, i_min=None, i_max=None): argument
300 id_routeres = routeresults.ids_route.get_id_from_index(id_route)
343 def plot_speed_over_way(self, ax, id_trip, id_route, edges, i_min=None, i_max=None): argument
352 id_routeres = routeresults.ids_route.get_id_from_index(id_route)
420 id_route = trips.ids_route_matched[id_trip]
421 route = routes.ids_edges[id_route]
422 id_routeres = routeresults.ids_route.get_id_from_index(id_route)
435 self.plot_speed_over_way(ax, id_trip, id_route, edges)
436 self.plot_speed_over_time(ax2, id_trip, id_route, edges)
H A Dresults_mpl.py293 def plot_speed_over_time(self, ax, id_trip, id_route, edges, i_min=None, i_max=None): argument
302 id_routeres = routeresults.ids_route.get_id_from_index(id_route)
345 def plot_speed_over_way(self, ax, id_trip, id_route, edges, i_min=None, i_max=None): argument
354 id_routeres = routeresults.ids_route.get_id_from_index(id_route)
422 id_route = trips.ids_route_matched[id_trip]
423 route = routes.ids_edges[id_route]
424 id_routeres = routeresults.ids_route.get_id_from_index(id_route)
439 self.plot_speed_over_way(ax, id_trip, id_route, edges)
440 self.plot_speed_over_time(ax2, id_trip, id_route, edges)
H A Dmapmatching-03-birgil-ok.py1450 id_route = self.get_routes().add_row(ids_trip=id_trip,
1455 self.ids_route_matched[id_route] = id_route
1458 ids_route_matched=id_route,
1466 return id_route
H A Dmapmatching-02-allprint.py1415 id_route = self.get_routes().add_row(ids_trip=id_trip,
1420 self.ids_route_matched[id_route] = id_route
1423 ids_route_matched=id_route,
1431 return id_route
H A Dresults_mpl-01-mono.py152 id_route = trips.ids_route_matched[id_trip]
153 id_routeres = routeresults.ids_route.get_id_from_index(id_route)
209 id_route = trips.ids_route_matched[id_trip]
210 route = routes.ids_edge[id_route]
211 id_routeres = routeresults.ids_route.get_id_from_index(id_route)
214 print ' id_route,id_routeres', id_route, id_routeres
/dports/news/husky/husky-1.9.20191207/cfroute/src/
H A Dfc2cfr.c40 #define ALL id_route
/dports/news/husky-huskylib/husky-huskylib-1.9.20191207/cfroute/src/
H A Dfc2cfr.c40 #define ALL id_route
/dports/news/husky-fidoconf/husky-fidoconf-1.9.20191207/cfroute/src/
H A Dfc2cfr.c40 #define ALL id_route
/dports/news/husky-smapi/husky-smapi-1.9.20191207,1/cfroute/src/
H A Dfc2cfr.c40 #define ALL id_route
/dports/news/husky-hpt/husky-hpt-1.9.20191207/cfroute/src/
H A Dfc2cfr.c40 #define ALL id_route
/dports/news/husky-sqpack/husky-sqpack-1.9.20191207/cfroute/src/
H A Dfc2cfr.c40 #define ALL id_route
/dports/news/husky-htick/husky-htick-1.9.20191207/cfroute/src/
H A Dfc2cfr.c40 #define ALL id_route
/dports/news/husky-areafix/husky-areafix-1.9.20191207/cfroute/src/
H A Dfc2cfr.c40 #define ALL id_route

12