MarineTraffic数据源与API使用 1.MarineTraffic数据源概述 MarineTraffic是一个全球性的船舶位置和动态信息平台,通过整合来自多个来源的实时AIS(AutomaticIdentificationSystem)数据,提供了丰富的船舶监控和数据分析功能。AIS是一种国际海事组织规定的船舶自动识别系统,用于提高海上航行的安全性和效率。MarineTraffic不仅收集AIS数...
Subscription Plans Advertise with us Fleet Add-ons 覆盖您的区域 AIS API Services Historical Data Vessel timeline Other MarineTrafficServices 通知提醒 Voyage Planner 航海图 密度地图 你须登录才能提交您的帮助请求。如果您还没有MarineTraffic的帐号,请先注册...
Subscription Plans Advertise with us Fleet Add-ons 覆盖您的区域 AIS API Services Historical Data Vessel timeline Other MarineTrafficServices 通知提醒 Voyage Planner 航海图 密度地图 你须登录才能提交您的帮助请求。如果您还没有MarineTraffic的帐号,请先注册...
首先,我们需要了解如何通过API获取这些历史数据。 1.1获取船舶历史轨迹 船舶的历史轨迹数据可以通过/vessel/tracking/historical接口获取。这个接口需要提供船舶的MMSI(海上移动通信业务标识码)和时间范围。 1.1.1API请求示例 importrequests defget_vessel_historical_track(mmsi,start_time,end_time,api_key): 获取船舶...
Optimise your shipping operations with our global AIS network and derived shipping events, accessible via our API suite and bespoke data services. Use MarineTraffic's Fleet Management product for shipowners to analyze traffic patterns and incidents, observe cyclical events, reduce compliance risk, and ...
通过MarineTrafficAPI获取指定MMSI的船舶AIS数据 :parammmsi:船舶的MMSI号码 :return:船舶AIS数据 url=f/vessel_details/{mmsi} api_key=your_api_key_here params={ api_key:api_key } response=requests.get(url,params=params) ifresponse.status_code==200: ...
4,8 • 169 arviota Ilmaiset Tarjoaa ostoja apissa Näyttökuvat iPhone iPad Kuvaus MarineTraffic displays near real-time positions of ships and yachts worldwide. Using the largest network of land-based AIS receivers, the app covers most major ports and shipping routes. ...
API & Web Integrations Various alternatives pricing & plans Free Trial is available Pricing information for the above various MarineTraffic alternatives is supplied by the respective software provider or retrieved from publicly accessible pricing materials. Final cost negotiations to purchase any of these ...
Using API's Find out everything you need about using and troubleshooting our API's V1 author8 articles Data Quality & Methodology Learn about what type of Data is collected and how it's used V1 author7 articles AIS Network for Station Owners Complete documentation guides for Station Owners ...
API marinetraffic(mmsi, callback(err, result)) 使用mmsi获取船舶轨迹,准备好后调用callback,并带有err和结果对象作为参数。 marinetraffic.toGeoJson(json, options) 使用可选的选项将json转换为GeoJSON。 marinetraffic.fromJson(json) 从轨道的 JSON 表示(例如从缓存文件)构造结果对象。