Skip to content

Process a GTFS dump to compute its transit service area

Notifications You must be signed in to change notification settings

bikehopper/gtfs-processor

Repository files navigation

GTFS Processor

Ingests a static GTFS feed and outputs useful geoJSON files. It supports excluding stops by transit agency.

Output Files

  • transit-service-area.json: A polygon that defines the area within which transit data is known.

Getting Started

Clone this repo, set values in a .env file, then run docker compose up.

  1. Clone this repo
  2. Run cp .env.example .env. Fill FILTERED_AGENCY_IDS and MANUALLY_FILTERED_ROUTE_IDS with a comma seprated list of agency IDs you'd like to exclude. You can leave these blank if you dont know.
  3. Run docker compose up, if it exists succesfully check ./volumes/output for JSON.

About

Process a GTFS dump to compute its transit service area

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •