Skip to content

CRG Data Type: double precision road data practically unused #2

@HeyImJordi

Description

@HeyImJordi

The CRG standard supports road data to be written as double precision values to a CRG file.
The two data types which indicate the data section to be of type double are:

  • KDBI
  • LDFI

This increased precision is practically unused because after reading the road data from file it is cast
to the single precision floating point type.
There is one exception. The C-API stores the refline angle phi as double precision floats.

Solution: Properly implement support for road data of double precision floating point type.

This would very likely result in a big overhaul of the API implementations.
Therefore fixing this issue should have a lower priority

Metadata

Metadata

Assignees

No one assigned

    Labels

    isState:AcceptedAn issue that has been accepted by the group, which needs to be assigned to a responsibleisType:BugAn issue that contains contradictions or errors in the standard.

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions