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

EPIP-compliant shapes #204

Open
leonardehrenfried opened this issue Sep 2, 2024 · 3 comments
Open

EPIP-compliant shapes #204

leonardehrenfried opened this issue Sep 2, 2024 · 3 comments

Comments

@leonardehrenfried
Copy link
Contributor

We forgot to talk about this NeTEx issue in the last meeting.

The shapes are not in a format that is compliant with EPIP. EPIP does structure them a bit differently from the Nordic profile but the problem is that in the latest data feed the ServiceLink elements are not referenced by the StopPointInJourneyPattern. In other words: the shapes are present but not used.

According to the profile specification, the StopPointInJourneyPattern should look like this: https://github.com/5Tsrl/netex-italian-profile/blob/main/Examples/Netex_ITA_1.10_EPIP_with_versioning.xml#L16990

but in the supplied data file they look like this:

 <StopPointInJourneyPattern id="it:apb:StopPointInJourneyPattern:01B06_.24a-1-0071303:" version="1" order="3">
  <ScheduledStopPointRef ref="it:apb:ScheduledStopPoint:it-22021-2167-0-5267:" version="any" />
  <ForAlighting>true</ForAlighting>
  <ForBoarding>true</ForBoarding>
  <RequestStop>false</RequestStop>
  <StopUse>access</StopUse>
</StopPointInJourneyPattern>

Note the element OnwardServiceLinkRef is missing.

@rcavaliere
Copy link
Member

@leonardehrenfried I forgot to talk about this. We checked this, and will include it in the next NeTEx export

@leonardehrenfried
Copy link
Contributor Author

@rcavaliere We were talking about this on Friday. Here is the ticket with all the details.

@leonardehrenfried
Copy link
Contributor Author

Can you add the tag netex-data-quality?

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

No branches or pull requests

2 participants