Skip to content

interline-io/scrape-of-transitfeeds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scrape of TransitFeeds.com API

Metadata about GTFS and GTFS Realtime feeds scraped from the TransitFeeds/OpenMobilityData API.

Collected data

Instructions for running the scraping scripts

  1. Get an API key from https://transitfeeds.com/api/ and provide it in an environment variable called TRANSITFEEDS_API_KEY
  2. pipenv install
  3. Download all pages of getFeeds and getFeedVersions endpoints: python scrape-transitfeeds.py get
  4. Merge together JSON files for each page: python scrape-transitfeeds.py merge
  5. Get direct S3 download URLs for feed versions python scrape-transitfeeds.py s3urls

License

All of OpenMobilityData's metadata, including the API and site contents, are made available under Creative Commons CC0 (CC0).

according to https://transitfeeds.com/about accessed on 27 August 2021.

See also

  • Transitland platform to browse most of these feeds and query their contents using APIs
  • Mobility Database under development by MobilityData

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages