Dataset about Port Research
收藏资源简介:
After detemining that there is no direct connection to the port in the network diagram, get the direct connection distance between ports through the port.sol.com.cn、SeaRates.com and McDistance shipping calculation tool. If there is a big difference between the three query data, the average value method is used for optimization, get the table Port Distance. Using the Floyd algorithm, the path between two ports in the port network graph is solved on the basis of the table Port Distance, there maybe multiple shortest paths between two ports, but this situation is not considered here, the only result will be the result of Python simulation, get the table Port Shortest Path. After get the Port Shortest Path, calculate the value of the shortest path between two ports, get the table Port Shortest Path Value. According to the shortest path between two ports, count the number of routes for each port, then use the K-Medoids, construting the model of strategic importance of ports, get the table The number of ports is crossed by the shortest path. According to the principle of the Betweenness Centrality model, the Betweenness Centrality of each port in the whole network is obtained by the table Port Shortest Path, and then use the K-Medoids, get the table Port Betweenness Centrality. The values and contents of the table The number of ports is crossed by the shortest path and the table Betweenness Centrality Group are combined together to get the table Total Group to facilitate data search.
在确认网络图中端口不存在直接连接关系后,通过port.sol.com.cn、SeaRates.com及McDistance航运计算工具,获取端口间的直接航运距离。若三项查询数据存在较大差异,则采用平均值法进行优化,得到端口距离表(Port Distance)。基于该端口距离表,使用Floyd算法(Floyd Algorithm)求解端口网络图中任意两端口间的路径——尽管两端口间可能存在多条最短路径,但本研究暂不考虑此类情况,仅输出Python仿真得到的唯一结果,得到端口最短路径表(Port Shortest Path)。随后,计算任意两端口间的最短路径数值,得到端口最短路径数值表(Port Shortest Path Value)。根据两端口间的最短路径,统计每个端口被途经的路由数量,随后采用K-Medoids算法构建港口战略重要性模型,得到最短路径途经港口数量表(The number of ports is crossed by the shortest path)。基于介数中心性模型的原理,通过端口最短路径表计算得到全网各端口的介数中心性,再采用K-Medoids算法进行聚类,得到港口介数中心性表(Port Betweenness Centrality)。将最短路径途经港口数量表与介数中心性分组表(Betweenness Centrality Group)的数值与内容进行合并,得到总分组表(Total Group),以方便数据检索。




