When determining the minimum number of control points from a planned survey it can be advantageous to absorb short sections into longer ones. This is sometimes not desired, so now it can be explicitly controlled with a `dls_cont` parameter:
s_minimal = we.exchange.csv.export_csv(
survey,
None,
rtol=0.1, default value is 0.1
atol=0.1, default value is 0.1
dls_cont=True force check for DLS continuity
)