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

Flex: forbidden_ continuous_pickup_or_drop_off #1814

Open
emmambd opened this issue Sep 9, 2024 · 0 comments
Open

Flex: forbidden_ continuous_pickup_or_drop_off #1814

emmambd opened this issue Sep 9, 2024 · 0 comments
Labels
flex Rules and rule changes related to GTFS-Flex. new rule New rule to be added status: Needs triage Applied to all new issues

Comments

@emmambd
Copy link
Contributor

emmambd commented Sep 9, 2024

Describe the problem

Validation rule to add to support Flex.

Describe the new validation rule

File name Spec language Notice to update or add Validator logic Notice table columns
routes.txt arrival_time, departure_timeroutes.continuous_pickup, routes.continuous_drop_off

Conditionally Forbidden: Forbidden if stop_times.start_pickup_drop_off_window or stop_times.end_pickup_drop_off_window are defined for any trip of this route.
- Optional otherwise

forbidden_ continuous_pickup_or_drop_off ERROR:

Generate if
routes.continuous_pickup OR routes.continuous_drop_off are included AND

stop_times.start_pickup_drop_off_window OR
stop_times.end_pickup_drop_off_window

are defined for any trip of this route.

• routeCsvRowNumber • trip_idA with stop_times records with start_pickup_drop_off_window • trip_idB with stop_times records with end_pickup_drop_off_window (there can be several trip_ids associated)

Sample GTFS datasets

No response

Severity

ERROR

Additional context

No response

@emmambd emmambd added status: Needs triage Applied to all new issues new rule New rule to be added labels Sep 9, 2024
@emmambd emmambd added this to the 7.0 Validator Release milestone Sep 9, 2024
@emmambd emmambd added the flex Rules and rule changes related to GTFS-Flex. label Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
flex Rules and rule changes related to GTFS-Flex. new rule New rule to be added status: Needs triage Applied to all new issues
Projects
None yet
Development

No branches or pull requests

1 participant