-
Notifications
You must be signed in to change notification settings - Fork 46
Description
Hey! I'm sorry if this is not the right place to ask these questions - if a different place is better, I'm happy to submit the question there. Now to the question:
<ScheduledStopPoint> supports specifying all of <Name>, <ShortName> and <Description>. While looking at Trenitalia's recently (newly) published NeTEx data, I have found that they specify all three of these to be the same identical string. E.g <Name>Bologna C.le/AV</Name><ShortName>Bologna C.le/AV</ShortName><Description>Bologna C.le/AV</Description>.
The Norwegian NeTEx profile suggests that <Description> should be used to provide supplemental data to the <Name> (and thus not a copy). This was also my understanding.
In GTFS, things are similar. There, the recommendation is to not put the same string both in stop_name and stop_desc (the equivalents of <Name> and <Description> respectively.
What is the real recommendation here? I think the duplicated fields don't serve much purpose, and mostly will result in MMTIS systems ignoring the <Description> (of filtering it's value) as it is deemed not useful to display alongside the identical <Name>. I think it would be a good improvement to the specification to recommend that the same string not be provided in both <Name> and <Description>, but rather that <Description> should be supplemental information to the name.
Thanks!