You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm trying to understand if with pyproj I can get the minimum distance between one 3D point(lat, lon, alt) and the line segment generated by two other 3D points.
This is better explained here: Point-Line Distance--3-Dimensional
In my case I'm trying to find the minimum distance in meters from a point on the ground (but considering elevation) and a flying object passing by two points.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I'm trying to understand if with pyproj I can get the minimum distance between one 3D point(lat, lon, alt) and the line segment generated by two other 3D points.
This is better explained here:
Point-Line Distance--3-Dimensional
In my case I'm trying to find the minimum distance in meters from a point on the ground (but considering elevation) and a flying object passing by two points.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions