--
You received this message because you are subscribed to the Google Groups "AequilibraE" group.
To unsubscribe from this group and stop receiving emails from it, send an email to aequilibrae...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/aequilibrae/21605e41-c982-4e13-8491-3d6ed07eb6d1n%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/aequilibrae/a181968f-22fb-4611-be52-dd1151b4e7d3n%40googlegroups.com.

Valid options are:
0 - Tram, Streetcar, Light rail. Any light rail or street level system within a metropolitan area.
1 - Subway, Metro. Any underground rail system within a metropolitan area.
2 - Rail. Used for intercity or long-distance travel.
3 - Bus. Used for short- and long-distance bus routes.
4 - Ferry. Used for short- and long-distance boat service.
5 - Cable tram. Used for street-level rail cars where the cable runs beneath the vehicle, e.g., cable car in San Francisco.
6 - Aerial lift, suspended cable car (e.g., gondola lift, aerial tramway). Cable transport where cabins, cars, gondolas or open chairs are suspended by means of one or more cables.
7 - Funicular. Any rail system designed for steep inclines.
11 - Trolleybus. Electric buses that draw power from overhead wires using poles.
12 - Monorail. Railway in which the track consists of a single rail or a beam.
To view this discussion on the web visit https://groups.google.com/d/msgid/aequilibrae/191c14ce24c.831df68964209.2956637644786354824%40margo.co.
2024-09-06T01:45:46 WARNING Traceback (most recent call last):
File "C:\Users/Sanek/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\qaequilibrae\modules\public_transport_procedures\gtfs_importer.py", line 94, in execute_importer
feed.doWork()
File "C:\Users/Sanek/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\qaequilibrae\packages\aequilibrae\transit\lib_gtfs.py", line 207, in doWork
self.execute_import()
File "C:\Users/Sanek/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\qaequilibrae\packages\aequilibrae\transit\lib_gtfs.py", line 214, in execute_import
self.load_date(self.__target_date__)
File "C:\Users/Sanek/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\qaequilibrae\packages\aequilibrae\transit\lib_gtfs.py", line 202, in load_date
self.__build_data()
File "C:\Users/Sanek/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\qaequilibrae\packages\aequilibrae\transit\lib_gtfs.py", line 305, in __build_data
self.builds_link_graphs_with_broken_stops()
File "C:\Users/Sanek/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\qaequilibrae\packages\aequilibrae\transit\lib_gtfs.py", line 457, in builds_link_graphs_with_broken_stops
graph = mm.build_graph_with_broken_stops(mode_id)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users/Sanek/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\qaequilibrae\packages\aequilibrae\transit\map_matching_graph.py", line 74, in build_graph_with_broken_stops
modename = self.geotool.network.modes.get(self.__mode).mode_name
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users/Sanek/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\qaequilibrae\packages\aequilibrae\project\network\modes.py", line 99, in get
raise ValueError(f"Mode {mode_id} does not exist in the model")
ValueError: Mode Subway does not exist in the model
# Now we execute the map matching to find the real paths.# Depending on the GTFS size, this process can be really time-consuming.transit.set_allow_map_match(True)transit.map_match([3,11])
To view this discussion on the web visit https://groups.google.com/d/msgid/aequilibrae/bfa26356-111f-4e9e-b923-0875f466f9dfn%40googlegroups.com.


To view this discussion on the web visit https://groups.google.com/d/msgid/aequilibrae/03797714-ae82-4f1b-9316-9779e41df801n%40googlegroups.com.
It seems that the version you have installed is a little behind the version on github at the moment. This might just be something that is fixed in the head version but needs a little bit of time to make it into the QAequilibrae packaged version.Can you confirm that you get this error when you are just mapmatching route_type = 3 (and yes you probably will have to edit that file to effect that change).On Fri, 6 Sept 2024 at 11:21, Aleksandr Khilko <alem...@gmail.com> wrote:--
You received this message because you are subscribed to the Google Groups "AequilibraE" group.
To unsubscribe from this group and stop receiving emails from it, send an email to aequilibrae...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/aequilibrae/CAAen9p8cP5aguehcB205DwwL56mSOhHRBUnJdrSLj-_ti9NQXw%40mail.gmail.com.