Skip to content

gocarta/dataops-simple-bus-routes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dataops-simple-bus-routes

Simple Dataset of Routes for all CARTA Buses and Shuttles

image

background

Data access is important to us at CARTA and we built this pipeline to make it easier to access data about the various routes of our buses and shuttles. GTFS is great, but sometimes you just want a simple geojson to display on a web map. This data pipeline basically pulls official GTFS data hosted by CARTA and then converts it into user-friendly formats. We'll continue to add more formats, but let us know if you have one you'd like to see.

frequency

The pipeline automatically runs once a day to make sure we are in sync, but the underlying data only changes every several months.

columns

column example description
id 10G The unique identifier of the route.
name Glenwood The name of the route.
color #c0c0c0 The route color assigned in the GTFS file, but it's not an official color.
stroke #c0c0c0 This is the same as color. We added it for compatability with geojson.io and other Web GIS

download links

preview links

  • You can view the dataset on a map using geojson.io.
  • You can query the data with SQL using duckdb.

support

Post an issue here or email the package author at DanielDufour@gocarta.org.

About

Takes GTFS and Converts to Simple Bus Routes Dataset

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors