in3Utils.geoTrans.computeS

computeS(avaPath)[source]

compute s coordinate given a path (x, y)

Parameters

avaPath (dict) – path dictionary with x and y coordinates as 1D numpy arrays

Returns

avaPath – path dictionary updated with s coordinate

Return type

dict