Import Superelevation Format

What is the format of the csv for importing to a superelevation section?

Parents
  • Here is what I have on the format of the CSV. The next 7 lines are an example.

    LHS,0.000,-0.02500000,RS,NC,L,0.00000
    LHS,243.236,-0.02500000,RS,NCIN,L,0.00000
    LHS,349.215,0.02500000,RS,RCIN,L,0.00000
    LHS,368.236,0.03400000,RS,FSIN,L,0.00000
    LHS,753.427,0.03400000,RS,FSOUT,L,0.00000
    LHS,772.448,0.02500000,RS,RCOUT,L,0.00000
    LHS,878.427,-0.02500000,RS,NCOUT,L,0.00000

    SuperelevationName,Station,CrossSlope,PivotAbout,PointType,TransitionType,NonLinearCurveLength
    CL_RT1,250.000,-0.02,RS,NCIN,L,0 (if everything is included)
    CL_RT1,250.000,-0.02,RS (minimal amount)

    >>> Superelevation Name (name of lane)
    >>> Station
    >>> Cross Slope
    >>> Pivot About
    LS = left side
    RS = right side
    >>> Point Type
    NC =normal crown
    NCIN = normal crown in
    NCOUT = normal crown out
    LC = level crown
    LCIN = level crown in
    LCOUT = level crown out
    RC = reverse crown
    RCIN = reverse crown in
    RCOUT = reverse crown out
    FS = full super
    FSIN = full super in
    FSOUT = full super out
    U = undefined (default point type)
    >>> Transition Type
    L = Linear (default transition type)
    PC = Parabolic Curve
    PRC = Parabolic reverse Curve
    BRC = Biquadratic reverse Curve
    SRC = Symmetrical reverse Curve
    >>> Non-Linear Curve Length
    Optional.
    Default Value = 0.0.
    Only pertinent for transition type: parabolic curve or symmetrical reverse curve.



Reply
  • Here is what I have on the format of the CSV. The next 7 lines are an example.

    LHS,0.000,-0.02500000,RS,NC,L,0.00000
    LHS,243.236,-0.02500000,RS,NCIN,L,0.00000
    LHS,349.215,0.02500000,RS,RCIN,L,0.00000
    LHS,368.236,0.03400000,RS,FSIN,L,0.00000
    LHS,753.427,0.03400000,RS,FSOUT,L,0.00000
    LHS,772.448,0.02500000,RS,RCOUT,L,0.00000
    LHS,878.427,-0.02500000,RS,NCOUT,L,0.00000

    SuperelevationName,Station,CrossSlope,PivotAbout,PointType,TransitionType,NonLinearCurveLength
    CL_RT1,250.000,-0.02,RS,NCIN,L,0 (if everything is included)
    CL_RT1,250.000,-0.02,RS (minimal amount)

    >>> Superelevation Name (name of lane)
    >>> Station
    >>> Cross Slope
    >>> Pivot About
    LS = left side
    RS = right side
    >>> Point Type
    NC =normal crown
    NCIN = normal crown in
    NCOUT = normal crown out
    LC = level crown
    LCIN = level crown in
    LCOUT = level crown out
    RC = reverse crown
    RCIN = reverse crown in
    RCOUT = reverse crown out
    FS = full super
    FSIN = full super in
    FSOUT = full super out
    U = undefined (default point type)
    >>> Transition Type
    L = Linear (default transition type)
    PC = Parabolic Curve
    PRC = Parabolic reverse Curve
    BRC = Biquadratic reverse Curve
    SRC = Symmetrical reverse Curve
    >>> Non-Linear Curve Length
    Optional.
    Default Value = 0.0.
    Only pertinent for transition type: parabolic curve or symmetrical reverse curve.



Children
No Data