OpenCPN是一个航海应用软件系统,采用wxWidgets界面框架,支持OpenGL,可以跨平台运行在Windows , Linux , Mac电脑上。 OpenCPN是一个自由软件工程,遵从GPLv2协议开放源代码,支持S57矢量格式BSBv3栅格格式海图;CM93矢量格式支持,支持S52显示标准,支持自动海图跟踪,支持航线规划及跟踪,支持NMEA0183 GPS接口, GPSD接口,支持A...
首先需要在电脑上下载该软件,可点击此链接下载https://opencpn.org/OpenCPN/info/downloadopencpn.html 按照步骤安装到电脑,将审核好的航线转化或者输入到OPENCPN电子海图软件 连接USB接口通过以下简单的配置即可获取GPS船位信息 通过以上简单的操作即可使电脑获取GPS信号,获取GPS信号后软件右上角显示 ,配置GPS接收器主...
然后,你需要将 OpenCPN 的源代码文件复制到你的 Android 项目的app/src/main/java和app/src/main/res目录中。 在build.gradle文件中添加 OpenCPN 所需的依赖项。例如: dependencies{implementation'com.android.support:appcompat-v7:28.0.0'// 支持库implementation'org.opencpn:opencpn:latest'// OpenCPN 的库...
# 导入必要的库import opencpnfrom opencpn import ais# 初始化OpenCPNopencpn.init()# 接收AIS数据ais_data = ais.receive()# 解析AIS数据parsed_data = ais.parse(ais_data)# 在地图上显示AIS数据for ship in parsed_data: opencpn.display_ais(ship['mmsi'], ship['latitude'], ship['longitude'], ...
首先,在/opencpn目录下创建一个新的Java源文件,命名为CustomFeature.java。在该文件中,编写以下代码: publicclassCustomFeature{publicstaticvoiddoSomething(){// Add your custom code here}} 1. 2. 3. 4. 5. 接下来,在/opencpn/app/src/main/java/org/opencpn目录下创建一个新的Java源文件,命名为MainFr...
Google Earth and OpenCPN: One of the best aspects of OpenCPN (IMHO) is its tie‑in with Google Earth (GE). GE is an amazing system. Google has put satellite photos of almost the entire land surface of the earth online, and accessing it is free! Users can view, annotate, and even...
01OpenCPN软件概述 123OpenCPN是一款开源的电子海图软件,用户可以免费使用和修改源代码,降低了使用成本。开源免费OpenCPN支持Windows、MacOSX和Linux等多种操作系统,方便用户在不同平台上使用。跨平台支持OpenCPN提供了实时天气、潮汐、AIS船舶自动识别、航线规划、雷达图像叠加等实用功能,满足航海者的多样化需求。丰富的功...
OpenCPN Software and Plug-in's Click here forWindows version 4.8.4 Click here forMAC version 4.8.4 OpenCPN Search Pattern Plug-in OpenCPN VDR or Voyage Data Recorder Plug-in Voyage recorder test file from Narragansett Bay Google Earth
OpenCPN是由一个活跃的海员团队开发的,其程序测试与优化完全是在真实环境下进行的。本文介绍安卓手机怎么使用电子海航图。工具/原料 手机 方法/步骤 1 首先从网站上下载OPENCPN安卓版,下载完了,进行安卓。打开软件会出现如下图所示界面。2 点击下图小船的图标,此时就开始编辑电子海航图了 ...
opencpn-radar-pi/radar_pi Star83 Radar plugin for OpenCPN with support for Navico and some Garmin and Raymarine radars pluginradarreverse-engineeringopencpn UpdatedDec 18, 2024 C nauti-control/STWirelessRemote Sponsor Star21 Open Source Wireless remote for Raymarine ST1000/ST2000 autopilots as well...