Interoperable-data / ERA_vocabulary

ERA vocabulary is an ontology defined by the European Union Agency for Railways (ERA) to describe the concepts and relationships related to the European railway infrastructure and the vehicles authorized to operate over it.
https://data-interop.era.europa.eu/era-vocabulary/
MIT License
4 stars 3 forks source link

Missing property: operational length of platform #19

Open MathiasVDA opened 4 months ago

MathiasVDA commented 4 months ago

I see a structural property "length" that can be used in combination with a platform entity. But I don't see the "operational length". This is the length of the platform that a train can use to load/unload passengers.

This length is always smaller than the structural length and is influenced by:

I would propose to add the semantic property but not as a value to be supplied by the infrastructure manager but for which the values will be infered from the position of a platform and the relevant signals (both lightsignals and the signals that indicate the end of the platform for passengers).

image

Certiman commented 1 month ago

We have added in comments of era:length (added marking):

Length of an infrastructure object which can be 
- a section of line (For operational length, use era:lengthOfSectionOfLine), 
- a tunnel (For operational length, use era:lengthOfTunnel), 
- a platform (**For its usable length, use era:lengthOfPlatform**), 
- a siding (For its usable length, use era:lengthOfSiding), and 
- length of other areas such as 
  - a non-stopping area (accuracy +- 10m), 
  - a walkway, 
  - an evacuation and rescue point.

Vehicle length.

It would allow to use era:lengthOfPlatform in the above cases, if at least some directionality is combined with that parameter, using era:Orientation. However, would not solve the 4 cases, as you would have to model a 2x2 directions matrix...