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

Rename GtfsPickupDropOff.ALLOWED to GtfsPickupDropOff.REGULAR #1942

Open
qcdyx opened this issue Jan 14, 2025 · 0 comments
Open

Rename GtfsPickupDropOff.ALLOWED to GtfsPickupDropOff.REGULAR #1942

qcdyx opened this issue Jan 14, 2025 · 0 comments

Comments

@qcdyx
Copy link
Contributor

qcdyx commented Jan 14, 2025

It's confusing that the regular pickup or dropoff enum value is ALLOWED when with this new rule it's actually not allowed.
 We can rename the enum value to REGULAR instead of ALLOWED. Looking at the GTFS reference, we have this for pickup_type. drop_off_type is similar:
Indicates pickup method. Valid options are:
0 or empty - Regularly scheduled pickup.
1 - No pickup available.
2 - Must phone agency to arrange pickup.
3 - Must coordinate with driver to arrange pickup.

which more in line with having a REGULAR enum value.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant