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

How to model a different departure than arrival platform? #738

Open
skinkie opened this issue Jun 2, 2024 · 14 comments
Open

How to model a different departure than arrival platform? #738

skinkie opened this issue Jun 2, 2024 · 14 comments
Assignees
Labels
Milestone

Comments

@skinkie
Copy link
Contributor

skinkie commented Jun 2, 2024

No description provided.

@ue71603
Copy link
Contributor

ue71603 commented Jun 3, 2024

With Calls no problem. What do you really want to know?

@ue71603
Copy link
Contributor

ue71603 commented Jun 3, 2024

@skinkie
Copy link
Contributor Author

skinkie commented Jun 3, 2024

With Calls no problem. What do you really want to know?

I would argue that with a Call it is a problem too, because a Call has a ScheduledStopPointRef, not the individual Arrival or Departure. Hence if you want to do it by calls you also have to split it in two calls.

@ue71603
Copy link
Contributor

ue71603 commented Jun 3, 2024

You are right. We had the discussion with Laurent. And that's why he thinks HRDF is superior (one of the reasons). What I think is that in NeTEx. This should always be modeled as two calls as there is manoeuver (splitting or a DeadRun).
So I would really be interested, what @Aurige or @nick-knowles says.

@skinkie
Copy link
Contributor Author

skinkie commented Jun 3, 2024

I think there is a difference between JourneyPlanner, Passenger, Driver and Vehicle views on the same dataset. But now we are talking HRDF; some magic *Something allows for this special case?

@ue71603
Copy link
Contributor

ue71603 commented Jun 3, 2024

HRDF is very bad for this. The GLEISE are originally texts. We had to implement an extension to be able to store the sloids.

@skinkie
Copy link
Contributor Author

skinkie commented Jun 3, 2024

Then I don't see the superiority of HRDF :-)

@nick-knowles
Copy link
Contributor

You would need a separate Assignment for arrival and for departures . CAn Specify whether lLighting or boarding is allowed

I just check and this appears to be okay in NeTEx

image

The reference is on CALL PART

Nioe that there are some changes in the latest TM model to support DECK PLANS
TranStopAssignment is renamed to BoardingPositonAssignment
image

@ue71603 ue71603 added this to the netex_2.0 milestone Jun 5, 2024
@ue71603
Copy link
Contributor

ue71603 commented Jun 21, 2024

@Aurige @nick-knowles Sorry, it doesn't make sense to rename TRAIN STOP ASSIGNMENT to PASSENGER BOARDING POSITION ASSIGNMENT. Especially as it can also link only a STOP PLACE with a TRAIN COMPONENT. No BOARDING POSITION at all involved. Most will be on QUAY level and almost nobody uses BOARDING POSITION anywhere.

Also if one is doing EPIP, then there are no CALL or CALL PART. So where is the assignment done for the arrival and departure?

@ue71603 ue71603 removed their assignment Jun 22, 2024
@Aurige
Copy link
Contributor

Aurige commented Jun 24, 2024

The PassingTime is for ScheduledStopPoint, the Quay/StopPlace assignment is expected to be provided by PassengerStopAssignment/DynamicStopAssignment. These StopAssignment have a boardingUse/alightingUse, so you can specialise them and have boarding and alighting on 2 different Quays (and you can of course define multiple StopAssignment).

@skinkie
Copy link
Contributor Author

skinkie commented Jun 24, 2024

@Aurige is your suggestion to extend the ServiceJourneyPattern?

@Aurige
Copy link
Contributor

Aurige commented Jun 24, 2024

No, why ? I think that we already have something that works to assign a different Quay to arrival and departure

@skinkie
Copy link
Contributor Author

skinkie commented Jun 24, 2024

No, why ? I think that we already have something that works to assign a different Quay to arrival and departure

Can you provide an XML-snippet for a single call?

@Aurige
Copy link
Contributor

Aurige commented Oct 29, 2024

Anybody to provide the Example ? @nick-knowles , @Aurige @Ulf9 ?

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

No branches or pull requests

4 participants