georust / georust/transitfeed

1.0 API Design

Open
#5 9 comments 2 reactions 2 assignees Claimed by @teburd View on GitHub
help wanted
Dominant language
Rust
Stars
17
Forks
4
PR merge metrics
No merged PRs in 30d

Description

It would be much nicer to simply work with the .zip file

Ex:

``` rust
let gtfs = GTFS::from_zip("gtfs.zip").unwrap();
for agency in gtfs.agencies() {
println!("{:?}", agency);
}
for stop in gtfs.stops() {
println!("{:?}", agency);
}
```

Solved with #14

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.