Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] GTFS

Hi,

I am trying to import public transport from GTFS. I run the below command according to https://sumo.dlr.de/docs/Tutorials/GTFS.html#routes_from_shortest_path

python "C:\Program Files (x86)\Eclipse\sumo-git\tools\import\gtfs\gtfs2pt.py" --network net.xml --gtfs itm_north_east_gtfs.zip --date 20230604 --modes bus --vtype-output pt_vtypes.xml

The script runs for about 7 seconds with the below messages:

function import_gtfs called at Tue, 21 Nov 2023 14:57:22 +0000
function import_gtfs finished after 6.779245 seconds

without generating any subdirectories and output files. Can you tell me what I did wrong?

--
Sincerely,
Fereshteh 


Back to the top