NeTEx-CEN / NeTEx

NeTEx is a CEN Technical Standard for exchanging Public Transport schedules and related data.
http://netex-cen.eu
GNU General Public License v3.0
83 stars 39 forks source link

Integrate LineEquipment air conditioning #480

Closed lg3175 closed 10 months ago

lg3175 commented 1 year ago

We would like to integrate the line equipment data on the netex. It seems that the Netex profile for networks is appropriate, however only the notion of accessibility equipment is available. If we wish to integrate a data for example the presence of air conditioning on board a line (True or False) how can we integrate it into this netex profile?

skinkie commented 1 year ago

I would say this is or should be part of VehicleType information, not at Line level.

lg3175 commented 1 year ago

I agree with you, VehicleType is the thinnest level for this information. However, operator haven't this information at the line level, they say if all vehicles have air-conditioning equal True if one of them vehicle doesn't equal false. The vehicle level can't permit to push if, for example, Line A is air-conditioning or not in the application.

skinkie commented 1 year ago

No, Vehicle is the finest level.

Aurige commented 1 year ago

I would be in favour of having an AC facility There is already this information in VehicleModel (via VehicleModelProfile/CarModelProfile) and in WaitingEquipment... but that is not covering all the needs for me.

nick-knowles commented 10 months ago

There is currently an air conditioning boolean

• On WaitingEquipment for  Stops and bus shelters
• On DeckSpace (new)   for onboard 
• On car model profile for perosnal drive vehicles

Should probably be a more detailed EnvironmentControlFacility attached to SERVICE FACILITY SET / ACCOMMODATION with a list of values e.g. airConditioning / heating / noConditioning/ noHeating / windowsCanBeOpened / sealedWindows

And maybe a separate a LightingControlFacility also e.g. tintedWindows / blinds / curtains / dimmableLights / lightsAlwaysOn / noNaturalLighting

ue71603 commented 10 months ago

addressed in #601

Aurige commented 2 weeks ago

Doc updated in https://github.com/NeTEx-CEN/NeTEx/pull/601