Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export is emtpy #1

Open
brunosan opened this issue Sep 14, 2016 · 0 comments
Open

Export is emtpy #1

brunosan opened this issue Sep 14, 2016 · 0 comments

Comments

@brunosan
Copy link
Member

Something's wrong with the https://github.com/WorldBank-Transport/gtfs-editor/blob/master/app/jobs/ProcessGisExport.java

It does pick up agencies and dates, but not stops or routes:

17:39:00,761 ERROR ~ DB transaction left unclosed, this signifies a memory leak!
17:39:00,763 ERROR ~ DB transaction left unclosed, this signifies a memory leak!
17:39:00,981 INFO  ~ Exporting agency com.conveyal.gtfs.model.Agency@1210e8f1
17:39:00,984 WARN  ~ Trip {} has not matching route
17:39:00,984 WARN  ~ Trip {} has not matching route
17:39:00,984 WARN  ~ Trip {} has not matching route
17:39:00,984 WARN  ~ Trip {} has not matching route
17:39:00,984 WARN  ~ Trip {} has not matching route
17:39:00,984 WARN  ~ Trip {} has not matching route
17:39:00,984 WARN  ~ Trip {} has not matching route
17:39:00,984 WARN  ~ Trip {} has not matching route
17:39:00,985 WARN  ~ Trip {} has not matching route
17:39:00,985 WARN  ~ Trip {} has not matching route
17:39:00,985 WARN  ~ Trip {} has not matching route
17:39:00.985 INFO (Entity.java:313) Writing GTFS table agency
17:39:00.986 INFO (Entity.java:339) Wrote 1 rows
17:39:00.986 INFO (Entity.java:313) Writing GTFS table calendar
17:39:00.988 INFO (Entity.java:339) Wrote 2 rows
17:39:00.988 INFO (Entity.java:313) Writing GTFS table calendar_dates
17:39:00.989 INFO (Entity.java:339) Wrote 0 rows
17:39:00.989 INFO (Entity.java:313) Writing GTFS table frequencies
17:39:00.990 INFO (Entity.java:339) Wrote 0 rows
17:39:00.990 INFO (Entity.java:313) Writing GTFS table routes
17:39:00.991 INFO (Entity.java:339) Wrote 0 rows
17:39:00.991 INFO (Entity.java:313) Writing GTFS table stops
17:39:00.992 INFO (Entity.java:339) Wrote 0 rows
17:39:00.992 INFO (Entity.java:313) Writing GTFS table shapes
17:39:00.993 INFO (Entity.java:339) Wrote 0 rows
17:39:00.993 INFO (Entity.java:313) Writing GTFS table transfers
17:39:00.994 INFO (Entity.java:339) Wrote 0 rows
17:39:00.994 INFO (Entity.java:313) Writing GTFS table trips
17:39:00.995 INFO (Entity.java:339) Wrote 0 rows
17:39:00.995 INFO (Entity.java:313) Writing GTFS table stop_times
17:39:00.996 INFO (Entity.java:339) Wrote 0 rows
17:39:00.998 INFO (GTFSFeed.java:132) GTFS file written

I did an import/export of a sample GTFS and the compare shows many missing attributes, but after the import you can see them, so the drop has to be on the export.

Note: Because the stops are empty, trying to import an exported feed fails when determining the centroid of the agency based on the [missing] stops.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant