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

feat: Validate that pathway endpoints have correct types #961

Merged
merged 2 commits into from
Aug 23, 2021

Conversation

aababilov
Copy link
Collaborator

  • a pathway may not lead to a station (location_type=1);
  • if a platform has boarding areas, the pathway must be connected to
    its boarding areas instead of the platform itself.

* a pathway may not lead to a station (location_type=1);
* if a platform has boarding areas, the pathway must be connected to
  its boarding areas instead of the platform itself.
Copy link
Contributor

@lionel-nj lionel-nj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @aababilov for your contribution - one comment in-line regarding the naming of PathwayWrongEndpointTypeNotice.

RULES.md Show resolved Hide resolved
@lionel-nj lionel-nj mentioned this pull request Aug 18, 2021
7 tasks
Copy link
Contributor

@maximearmstrong maximearmstrong left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 to @lionel-nj comment here, but LGTM otherwise!

@aababilov aababilov merged commit a50e9c9 into MobilityData:master Aug 23, 2021
aababilov added a commit to aababilov/gtfs-validator that referenced this pull request Aug 30, 2021
It is superseded by PathwayEndpointTypeValidator - see pull MobilityData#961
@lionel-nj lionel-nj linked an issue Aug 30, 2021 that may be closed by this pull request
aababilov added a commit that referenced this pull request Aug 31, 2021
Fix issue #990

PathwayStopsConsistencyValidator is superseded by PathwayEndpointTypeValidator - see pull #961
@isabelle-dr isabelle-dr added this to the v3.0.0 milestone Oct 28, 2021
@isabelle-dr isabelle-dr mentioned this pull request Oct 28, 2021
4 tasks
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

Successfully merging this pull request may close these issues.

new rule: attach pathways to boarding areas' of platforms
4 participants