Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 Python 新手,正在寻找一个函数,该函数将计算 X、Y 和 Z 方向上沿指定方位角的两条大致平行线之间的距离。我看到有一些函数可以计算相邻线上两点之间的最短距离。但是,我需要计算指定方向上相邻线之间的距离。数据目前是一组点,大约每 90 英尺。我想至少每 30 英尺测量一次距离,并认为我能够获得缺少数据的插值点。插值数据可能来自连接连续点的直线(欧几里得距离?)。
我一直无法找到完成此任务的功能或工作流程。谁能指出我正确的开始方向?这甚至可能吗?