What is the format of the csv for importing to a superelevation section?
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 crownNCIN = normal crown inNCOUT = normal crown outLC = level crownLCIN = level crown inLCOUT = level crown outRC = reverse crownRCIN = reverse crown inRCOUT = reverse crown outFS = full superFSIN = full super inFSOUT = full super outU = undefined (default point type)>>> Transition Type L = Linear (default transition type)PC = Parabolic CurvePRC = Parabolic reverse CurveBRC = Biquadratic reverse CurveSRC = Symmetrical reverse Curve>>> Non-Linear Curve Length Optional. Default Value = 0.0. Only pertinent for transition type: parabolic curve or symmetrical reverse curve.