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

implement features of Esri/public-transit-tools/better-bus-buffers #5

Open
derhuerst opened this issue Jun 4, 2020 · 0 comments
Open
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@derhuerst
Copy link
Member

derhuerst commented Jun 4, 2020

from public-transport/gtfs-utils#14

The Count Trips for Individual Route toolset allows you to examine individual routes in your system in detail. It generates a feature class of transit stops associated with the route you select as well as polygon service areas around the stops, and it calculates the number of visits, frequency, max wait time, and average headway for each stop during a time window.

The Count Trips in Polygon Buffers around Stops toolset generates polygon service areas around all the stops in your transit system and counts the number of transit trips available in those areas during a time window. The output is a transit coverage map that can be color-coded by the frequency of available service.

The Count Trips on Lines toolset counts the number of transit trips that travel along corridors between stops during a time window. The output is a lines feature class that can by symbolized to emphasize high-frequency corridors and connections.

The Count Trips at Points tool counts the number of transit trips available within a designated distance of specific point locations during a time window. The output is a copy of the input point locations with fields indicating the number of transit trips available within a short walk during a time window.

The Count Trips at Points Online does the same thing as the Count Trips at Points tool, but it uses the ArcGIS Online Origin-Destination Cost Matrix service so that you don't need your own network datasets or a Network Analyst license.

The Count Trips at Stops tool counts the number of transit trips that visit the stops in your transit system during a time window. The output is a feature class of your GTFS stops with fields indicating the number of transit trips that visit those stops.

The Count High Frequency Routes at Stops tool counts the number of routes at each stop that meet a desired headway threshold. The output is a feature class of your GTFS stops with fields indicating trip and headway statistics along with a count of the number of routes at the stop that has headways of a desired threshold or shorter.

https://github.com/Esri/public-transit-tools/blob/3f687fa8d58b32e63db20ac764daf90931366bee/better-bus-buffers/UsersGuide.md


These could be implemented as SQL queries in a separate queries directory.

@derhuerst derhuerst added enhancement New feature or request help wanted Extra attention is needed labels Jun 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Development

No branches or pull requests

1 participant