in3Utils.geoTrans.findSplitPoint

findSplitPoint(AvaProfile, Points)[source]

Finds the closest point in Points to the AvaProfile and returns its projection on AvaProfile.

Parameters
  • AvaProfile (dict) – line dictionary with x and y coordinates

  • Point (dict) – a point dictionary

Returns

projPoint – point dictionary projected on the profile (if several points were give in input, only the closest point to the profile is projected)

Return type

dict