Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate one file, transit-service-area.json #4

Merged
merged 4 commits into from
Nov 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
Ingests a static GTFS feed and outputs useful geoJSON files. It supports excluding stops by transit agency.

#### Output Files
* `bounding-box.json` Used to define a default viewport by [bounding box](https://turfjs.org/docs/#bbox).
* `center-area.json` Used to define a default viewport by [center](https://turfjs.org/docs/#centerOfMass) lat/lng and zoom level (define this in your app).
* `buffered-hull.json` Used to figure out the above values and can be useful for other things. [docs](https://turfjs.org/docs/#buffer)
* `transit-service-area.json`: A polygon that defines the area within which transit data is known.

## Getting Started

Expand Down
Loading