DATEX Tool crashes on huge models

Submitted by Joerg Freudenstein on Tuesday, 26 February, 2013 - 11:08
Source
Website

The DATEX Tool crashes by selecting something in the tree when using a huge data model (with a lot of extensions).
It's a standard Windows message which terminates the program and which does not give any additional information about the problem.

The problem and a way to reproduce it is described in detail to Jonas Jäderberg.

Situation Payload requirements

Submitted by Fabrizio.Paoletti on Monday, 11 February, 2013 - 17:36
Source
Datex stakeholder

There is a need for IT road operators to manage such Situation Record class type, to be managed associated to the corresponding Class ( so that we managed extension for this purposes)

Class: roadOrCarriagewayOrLaneManagement : roadOrCarriagewayOrLaneManagementType add enumaration literal 

  • hardshoulderRunningNotInOperation : definition "the hardshoulder used for dynamic hardshoulder management is closed to vehicles i.e. not running"

NotManagedCause requirements

Submitted by Fabrizio.Paoletti on Monday, 11 February, 2013 - 17:18
Source
Datex stakeholder

we have a need for NotManagedCause to be used to specify any kind of SituationRecord that is not managed directly by a TCC ( which manage its only road competence and may refere to situation record outside competence that could be not available in the TCC system )

causeType is already referring to many situation, but not to all.. so it should be better to model allowing for NotManaged Cause any "SituationRecordClass"Type that has been provided for any different other Classes.

Country codes in uppercase

Submitted by Joerg Freudenstein on Wednesday, 6 February, 2013 - 13:54
Source
Website

The attribute 'country' is defined as follows:
"ISO 3166-1 two character country code."

The corresponding enumeration contains codes in lowercase, whereas ISO defines uppercase codes.

Suggestion: Change enumeration codes into uppercase (which produces incompatiblities, of course), or change definition.

floatingPointMetreDistance is verbose

Submitted by iancornwell on Thursday, 20 December, 2012 - 15:54
Source
Website

The attribute name floatingPointMetreDistance is verbose considering that the floating point nature is clear from the class context (and in our experience this is also the more far more common than integer distance in systems). Elsewhere in DATEX II types and units are often not included in attribute names.

Can the attribute be renamed to metreDistance, or simply distance?

measurementOrCalculatedTimePrecision is a poor name

Submitted by iancornwell on Thursday, 20 December, 2012 - 15:50
Source
Website

The attribute name measurementOrCalculatedTimePrecision implies in the case of calculation that it is the time precision that is calculated, whereas from the description the corresponding name should be "measurementOrCalculationTimePrecision".
However, the "measurementOrCalculation" part adds length without adding much value.

Suggest a rename to timePrecision (or measurementOrCalculationTimePrecision).

clarify meaning of travel time

Submitted by iancornwell on Thursday, 20 December, 2012 - 15:49
Source
Website

There is currently no clear way to state the meaning of a travel time – particularly for elaborated data publication of route travel times there are various possibilities: a measured time of a journey just completed, a crude prediction for a journey just starting by summing current link travel times on the route, or a more sophisticated prediction e.g. using a statistical blend of profiles and current conditions, or a traffic flow model.
One would expect travel time in a measured data publication to be for a journey just completed.

Export DD based on selection

Submitted by jaderberg on Monday, 26 November, 2012 - 15:35
Source
ES5

There is a need to be able to generate DD based on a selection so that only those selected elements will be generated in the DD. The DD format is excel. For word we have the profiles.

I solution has been created and committed to the 2.0 branch. Will be released in the next version of the tool.