Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] R: GTFS problem
  • From: Saverio Picarelli <saveriopicarelli@xxxxxxxxxx>
  • Date: Thu, 12 May 2022 13:26:18 +0000
  • Accept-language: it-IT, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=none; dmarc=none; dkim=none; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=7hZnDlwnB1nnqs15oYj4Exb4mqYelYvT531p4kljATs=; b=Ecr9uqNr/cwHIXAopdfFEBUp/x73ubvhmzIdCv4vXCstiN2jVsBWU1r7vK75sYZCGTk6ckvRu3ctOYCDiOXwm/iklG8J3ufrvkjaGgrh46kQNTtjH59SfA8ut7TCXPZxX7aDEfPEYc37s65alIJzANhb8kBpdwo7CMpVfy+LnFxNCf9xYAt+nq0fRe+Ck1MDH+ff07dq2Sr7Ifb+Oa61B5Nlu5TMcqoNlbvGQfsNIvM3wdg9MlgeiqP2yTxdjYc/6iMXxUzBdDMnqHSsshmLIfFS9QPQo9X8B/uY1MDK9pXfHmsiQ8jIOGTAeoKYtnlQboxqjXswe3xRbN5/6iaLhw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=P1yfvCrUj12qwOvc6LesAvHY+N25bYk0X9aoKvPh6fGM7Iys0lgsgtZMgZuhwlLuNf8HY86E95ZIvQ7VaHQcfKT8CCCtsce+LSjGXkmuGlNOUPxAS4ZYIL6qPpLVyK3bJGAYBJCfGuZoCA4owghYMxDqgOgpZx1cf8aWxFJV/xmY3f7i5nMO5aaFejkGSKszWG98lEStrH0tjBNTwHCE5MoZWY7NBLYQ7ds7CB3GgGTQ2yZ1kyGSWff9h5I3CSkxKSQpNuURZUJMnURpxCRck65LZsr0leWmVTGY7VHMFXnfz7BMk3HsS6TNoSvyPGJ0OI+qvtTZ6GEMrVgIby1PRw==
  • Delivered-to: sumo-user@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/sumo-user/>
  • List-help: <mailto:sumo-user-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/sumo-user>, <mailto:sumo-user-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/sumo-user>, <mailto:sumo-user-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHYZehwIf/q8OZmCUSiEUX4MXeH2K0bGwgAgAAfq+E=
  • Thread-topic: [sumo-user] GTFS problem

Thanks for the reply. My network is an OSM-derived base network with “highway” edges types. Is there a list with accepted edges? Thank you.

Da: Jakob Erdmann
Inviato: giovedì 12 maggio 2022 13:29
A: Sumo project User discussions
Oggetto: Re: [sumo-user] GTFS problem

 

The two warnings are unrelated:

- "No mapping library found"  can be ignored. There is an option that permits using a proprietary map matching engine but the 'tracemapper' default should work fine.
- "No net resources\gtfs\bus.net.xml" indicates that the filtered mapping networks (i.e. one for bus, one for tram) could not be created. The filtering currently assumes an OSM-derived base network with edge types such as "highway.primary" or "railway.tram"). If your network comes from a different source, this process will fail.

 

Am Do., 12. Mai 2022 um 12:14 Uhr schrieb Saverio Picarelli <saveriopicarelli@xxxxxxxxxx>:

Hello everybody, I have already sent this mail but the mail server says the attachment was too big (I had also attached my sumo network). If the previous email was delivered, I apologize for this second email. 

I have a problem with GTFS file import. I’m trying to import my GTFS file with the following command : 

python tools/import/gtfs/gtfs2pt.py -n mynet.net.xml --gtfs gtfs.zip --date 20220509 --modes bus --vtype-output pt_vtypes.xml 

but the output is: 

Warning! No mapping library found, falling back to tracemapper 

Warning! No net resources\gtfs\bus.net.xml 

and an empty .rou.xml file 

Someone has an idea to solve the problem? I’m attaching my GTFS file. 

Thank you very much. 

Saverio Picarelli 

_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user

 


Back to the top