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

GTFS generated not valid #186

Open
dgoujard opened this issue Feb 23, 2015 · 3 comments
Open

GTFS generated not valid #186

dgoujard opened this issue Feb 23, 2015 · 3 comments

Comments

@dgoujard
Copy link

Hi,

When i export GTFS data and use FeedValidator tool (https://github.com/google/transitfeed/wiki/FeedValidator) i got some errors.

  • Coordinates shouldn't has ,(comma) but .(dot) instead. (44,56 -> 44.56) (stops.txt and shapes.txt)
  • Colors in shouldn't as "#" (#FFFFFF -> FFFFFF) (routes.txt)
@dgoujard dgoujard changed the title GTFS generate not valid GTFS generated not valid Feb 23, 2015
@mattwigway
Copy link
Contributor

Hmm. The first is probably a locale issue in the GTFS export library. What version/commit are you using?

@dgoujard
Copy link
Author

Hi,

I'm using current master branch, i will looking the code for understand this behavior

@mattwigway
Copy link
Contributor

With the coordinates, the issue is here: https://github.com/opentripplanner/OpenTripPlanner/blob/master/src/main/java/com/conveyal/gtfs/model/Entity.java#L393. (Looks like this one is entirely on me). Upstream issue: opentripplanner/OpenTripPlanner#1775

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

2 participants