Hello, I tried to convert GTFS data, which have been exported from a PTV Visum model, into corresponding PT-output, using gtfs2pt.py. Unfortunately, the attached error message appears, even though the mentioned date is given in calendar.txt and calendar_dates.txt.
The case can be found here: https://syncandshare.lrz.de/getlink/fi6Xb4uBWwvh7NsQCx6xsM/ Does anyone know this issue and has a solution to it? Thank you and kind regards, Frederik
python "C:\Program Files (x86)\Eclipse\Sumo\tools\import\gtfs\gtfs2pt.py" -c gtfs2pt.config Loading net function import_gtfs called at Tue, 06 Dec 2022 17:10:55 +0000 Loading GTFS data "GTFS.zip" C:\Program Files (x86)\Eclipse\Sumo\tools\import\gtfs\gtfs2osm.py:130: FutureWarning: In a future version, `df.iloc[:, i] = newvals` will attempt to set the values inplace instead of always setting a new array. To retain the old behavior, use either `df[df.columns[i]] = newvals` or, if columns are non-unique, `df.isetitem(i, newvals)` extra_stop_times.loc[:, 'arrival_fixed'] = extra_stop_times.loc[:, 'arrival_fixed'] % full_day C:\Program Files (x86)\Eclipse\Sumo\tools\import\gtfs\gtfs2osm.py:131: FutureWarning: In a future version, `df.iloc[:, i] = newvals` will attempt to set the values inplace instead of always setting a new array. To retain the old behavior, use either `df[df.columns[i]] = newvals` or, if columns are non-unique, `df.isetitem(i, newvals)` extra_stop_times.loc[:, 'departure_fixed'] = extra_stop_times.loc[:, 'departure_fixed'] % full_day function import_gtfs finished after 0.926080 seconds Writing fcd file "fcd\gtfs\.fcd.xml" Writing fcd file "fcd\gtfs\bus.fcd.xml" C:\Program Files (x86)\Eclipse\Sumo\tools\import\gtfs\gtfs2fcd.py:122: FutureWarning: In a future version of pandas, a length 1 tuple will be returned when iterating over a groupby with a grouper equal to a list of length 1. Don't supply a list with a single grouper to avoid this warning. for _, trip_data in full_data_merged.groupby(['route_id']): Warning: Ambiguity in turnarounds computation at junction '10064702565'. Warning: Found sharp turn with radius 5.52 at the start of edge '-1024688684'. Warning: Found sharp turn with radius 3.06 at the end of edge '-1025214013'. Warning: Found angle of 100.88 degrees at edge '-1042070196', segment 0. Warning: Shape for junction '2320017428' has distance 20.72 to its given position. Warning: Edge '1116296310' is not connected to outgoing edges at junction '321751780'. Warning: Lane '1116296311_1' is not connected from any incoming edge at junction '4264494650'. Warning: The rail crossing '1965706974' does not have any roads. Warning: Unused state in tlLogic '10138770301', program '0' at tl-index 16 Warning: 465 total messages of type: Ambiguity in turnarounds computation at junction '%'. Warning: 2 total messages of type: Edge '%' is not connected to outgoing edges at junction '%'. Warning: 141 total messages of type: Found angle of % degrees at edge '%', segment %. Warning: 326 total messages of type: Found sharp turn with radius % at the end of edge '%'. Warning: 573 total messages of type: Found sharp turn with radius % at the start of edge '%'. Warning: 8 total messages of type: Lane '%' is not connected from any incoming edge at junction '%'. Warning: 12 total messages of type: Shape for junction '%' has distance % to its given position. Warning: 623 total messages of type: Unused state in tlLogic '%', program '%' at tl-index % Success. No GTFS data found for given date 20221013.
_______________________________________________ sumo-user mailing list [email protected] To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user
