PYTHON转换方式将航海惯例中的风向%(北度)转换为%单位圆上的方向(笛卡尔度)

时间:2019-06-21 05:48:04

标签: python-3.x angle degrees

PYTHON代码行可将北度转换为笛卡尔度。

在Matlab中,有用于转换此函数的函数,可以使用python方法进行转换。

% degN = DEGUNITCIRCLE2DEGN(degUC) converts a wind direction
% in nautical convention (degrees north) to a direction on a 
% unit circle (degrees cartesian).

我有航海角数据,我想更改为笛卡尔角单位圆。这样我就可以正确绘制出波的方向。

Nautical_degree=[[185.0,215.0,215.0,185.0]

我想将此Nautical_degree转换为笛卡尔度/单位圆,以便我可以轻松地绘制此波方向。

PYTHON中单位圆上的航海惯例(北度)。(p笛卡尔度)。

0 个答案:

没有答案
相关问题