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

Make the official example work #91

Open
Tristramg opened this issue Jun 28, 2021 · 1 comment
Open

Make the official example work #91

Tristramg opened this issue Jun 28, 2021 · 1 comment

Comments

@Tristramg
Copy link
Collaborator

https://github.com/google/transit/blob/master/gtfs/spec/en/examples/sample-feed-1.zip can’t be read.

This is a bit embarassing

@kylerchin
Copy link
Contributor

Hey, let's close this issue because the sample feed is broken.

CSVError {
    file_name: "stop_times.txt",
    source: Error(
        Deserialize {
            pos: Some(
                Position {
                    byte: 674,
                    line: 16,
                    record: 16,
                },
            ),
            err: DeserializeError {
                field: None,
                kind: UnexpectedEndOfRow,
            },
        },
    ),
    line_in_error: Some(
        LineError {
            headers: [
                "trip_id",
                "arrival_time",
                "departure_time",
                "stop_id",
                "stop_sequence",
                "stop_headsign",
                "pickup_type",
                "drop_off_time",
                "shape_dist_traveled",
            ],
            values: [
                "AB2",
                "12:15:00",
                "12:15:00",
                "BEATTY_AIRPORT",
                "2",
            ],
        },
    ),
}

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