Skip to content
forked from bdon/go.gtfs

Simple Go library for loading and using static GTFS data

License

Notifications You must be signed in to change notification settings

DanielOaks/go.gtfs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go.GTFS

Simple Go library for loading and using static GTFS data.


GoDoc Go Report Card


Install with:

go get "github.com/DanielOaks/go.gtfs"

Use with:

import "github.com/DanielOaks/go.gtfs"

Examples

Examples assume you have directory called sf_muni containing GTFS files.

feed := gtfs.Load("sf_muni")
route := feed.RouteByShortName("N")
coords := route.Shapes()[0].Coords

About

Simple Go library for loading and using static GTFS data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%