CN111680840B - Flight diversion method around flying dangerous weather - Google Patents

Flight diversion method around flying dangerous weather Download PDF

Info

Publication number
CN111680840B
CN111680840B CN202010519624.XA CN202010519624A CN111680840B CN 111680840 B CN111680840 B CN 111680840B CN 202010519624 A CN202010519624 A CN 202010519624A CN 111680840 B CN111680840 B CN 111680840B
Authority
CN
China
Prior art keywords
weather
flight
map
dangerous
diversion
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202010519624.XA
Other languages
Chinese (zh)
Other versions
CN111680840A (en
Inventor
朱睿
刘磊
丛玮
吴义梅
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Dalandong Nanjing Technology Co ltd
Original Assignee
Dalandong Nanjing Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Dalandong Nanjing Technology Co ltd filed Critical Dalandong Nanjing Technology Co ltd
Priority to CN202010519624.XA priority Critical patent/CN111680840B/en
Publication of CN111680840A publication Critical patent/CN111680840A/en
Application granted granted Critical
Publication of CN111680840B publication Critical patent/CN111680840B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/04Forecasting or optimisation specially adapted for administrative or management purposes, e.g. linear programming or "cutting stock problem"
    • G06Q10/047Optimisation of routes or paths, e.g. travelling salesman problem
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Information and communication technology [ICT] specially adapted for implementation of business processes of specific business sectors, e.g. utilities or tourism
    • G06Q50/40Business processes related to the transportation industry

Landscapes

  • Business, Economics & Management (AREA)
  • Human Resources & Organizations (AREA)
  • Engineering & Computer Science (AREA)
  • Economics (AREA)
  • Strategic Management (AREA)
  • Tourism & Hospitality (AREA)
  • Theoretical Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Marketing (AREA)
  • General Business, Economics & Management (AREA)
  • Physics & Mathematics (AREA)
  • Game Theory and Decision Science (AREA)
  • Quality & Reliability (AREA)
  • Operations Research (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Development Economics (AREA)
  • Health & Medical Sciences (AREA)
  • General Health & Medical Sciences (AREA)
  • Primary Health Care (AREA)
  • Navigation (AREA)
  • Traffic Control Systems (AREA)

Abstract

The invention discloses a flight diversion method around flying dangerous weather, and belongs to the technical field of aviation safety. The method specifically comprises the steps of real-time reading of a weather radar chart, longitude and latitude analysis, generation of an FCA convex hull, calculation of a winding flight path and the like. The method can effectively improve the plan executable rate of the air traffic operation and finally improve the flight execution efficiency through the cooperative interaction of the computer technology and the multiparty users. When the airline company encounters severe weather, the airline company can more actively seek flight opportunities instead of passive waiting, and the service quality and operation result of the airline company can be improved.

Description

Flight diversion method around flying dangerous weather
Technical Field
The invention belongs to the technical field of aviation safety, and particularly relates to a flight diversion method around flying dangerous weather.
Technical Field
The planned flight route of the present flight is distributed according to a fixed route and an experience route, the route between each city pair is basically fixed, one city pair route is controlled by one or more sectors, and the flight can take off when all sectors can meet the flight condition. If there are dangerous weather in one or more sectors, the flight needs to wait for the weather to pass before it can take off. When dangerous weather exists on the airlines, various factors need to be comprehensively considered to calculate the airlines suitable for flying, and the complexity of calculation is not enough for manpower. Thus, in general, dangerous weather is encountered and the controller will let the aircraft wait for the weather to pass, resulting in delayed or even cancelled flights.
Disclosure of Invention
Aiming at the technical problems, the invention provides a flight diversion method around flying dangerous weather, which can successfully solve the problems of flight delay, cancellation and the like caused by weather reasons through information technology, data interaction, picture processing and algorithm analysis.
The invention comprises the following technical scheme:
a flight diversion method around flying dangerous weather specifically comprises the following steps:
(1) And (3) weather radar map real-time reading: reading a real-time weather radar chart by adopting a picture acquisition technology;
(2) Longitude and latitude analysis: acquiring longitude and latitude coordinates and influence degree of a weather influence range by using a map technology;
(3) Generating an FCA convex hull: generating a convex hull of a weather-affected limited area (FCA) by using a convex hull algorithm;
(4) Calculating a winding flight path: and generating a shortest detour dangerous weather modified navigation path by combining a shortest path algorithm.
According to the method, the weather radar diagram is analyzed, dangerous weather is identified, a suggested diversion route around the dangerous weather is given according to the flight route of the flight plan, and the flight delay and cancellation conditions under the influence of the dangerous weather are reduced.
Alternatively, in the flight diversion method around flying dangerous weather, the picture acquisition is realized by a HTTP method (GET/POST).
Alternatively, in the flight diversion method of the around-flight dangerous weather, the weather radar map real-time reading includes transparent processing and pixel analysis steps. And analyzing the data such as pixels, colors and the like of the picture through a picture analysis technology. Superposing the weather radar map on a map of the system for display through the transparent processing; and identifying and calculating the actual longitudes and latitudes of dangerous areas with different grades in the weather radar chart through the pixel analysis processing.
Optionally, in the flight diversion method around the flying dangerous weather, the transparent processing step specifically includes:
a. acquiring RGB values and alpha values of colors of a weather area;
b. and removing RGB values and alpha values of the colors of the non-weather areas in the weather radar chart, so that the background is removed, and only the color areas with weather influence are reserved.
Optionally, in the flight diversion method around the flying dangerous weather, the pixel analysis step specifically includes:
a. according to the size of the weather radar map, attaching the weather radar map to the map, and finding out the center point coordinates and the zoom level of the map;
b. calculating the actual longitude and latitude of the pixel point by using the distance from the pixel point to the center point;
c. and acquiring longitude and latitude areas of weather of each level according to different weather color values of different levels.
Alternatively, in the flight diversion method around the flying dangerous weather, the convex hull algorithm in the step (3) is implemented by using the st_convexhull method of postgreSQL.
Alternatively, in the above flight diversion method around flying dangerous weather, in the step (3), the convex hull of the weather-restricted area (FCA) is generated by the safety distance and the convex hull algorithm input by the user. The safe distance can be a preset value fixed by the system, and can be flexibly adjusted by a user according to actual conditions, and the optional range is as follows: 0-50km, preferably: 20km.
Alternatively, in the above flight diversion method for the around-flight dangerous weather, in the step (4), the shortest path algorithm is used to generate the diversion route for the around-flight dangerous weather according to the start/stop diversion point and the flight planned flight path input by the user.
Alternatively, in the above flight diversion method around the flying dangerous weather, the diversion index calculated in the step (4) includes a flight distance and a lateral interval.
All of the features disclosed in this specification, or all of the steps in a method or process disclosed, may be combined in any combination, except for mutually exclusive features and/or steps.
The invention has the beneficial effects that:
the method can effectively improve the plan executable rate of the air traffic operation and finally improve the flight execution efficiency through the cooperative interaction of the computer technology and the multiparty users. When the airline company encounters severe weather, the airline company can more actively seek flight opportunities instead of passive waiting, and the service quality and operation result of the airline company can be improved.
Description of the drawings:
FIG. 1 is a flow chart of a method of flight diversion around flying hazardous weather according to the present invention;
FIG. 2 is a diagram showing the application effect of the flight diversion method around flying dangerous weather according to the embodiment 1 of the present invention;
FIG. 3 is a diagram showing the application effect of the flight diversion method around flying dangerous weather according to the embodiment 2 of the present invention; .
The specific embodiment is as follows:
the above-described aspects of the present invention will be described in further detail below by way of specific embodiments of the present invention. It should not be construed that the scope of the above subject matter of the present invention is limited to the following examples. Any modifications, equivalent substitutions or improvements made by those skilled in the art, without departing from the spirit and principles of the present invention, should be included within the scope of the present invention.
Example 1
This example illustrates the method of the present invention using the airlines from western to nacre for 5 months, 20 days, 2020, 15-16 hours. In the period, severe weather occurs in a space domain such as Chongqing and the like where the route passes. The flight diversion around the flying hazardous weather is performed as follows (as shown in fig. 1):
(1) The latest weather radar image data are read in real time through an image acquisition program, the images are analyzed, and the longitude and latitude and the influence degree of the national weather influence range are obtained;
(2) Generating a convex hull of a weather-affected limited area (FCA) through a safe distance (20 km) input by a user and a convex hull algorithm;
(3) Generating a flight path changing around the flying dangerous weather by using a shortest path algorithm according to the start-stop flight changing point and the flight plan flight path input by a user;
(4) Calculating indexes such as flight distance, transverse interval and the like of the navigation path, and assisting a user in decision;
(5) The airline company user can apply for the navigation changing route to the air traffic control through the cooperation module;
(6) The air traffic control can audit and reply the application of the airlines.
As a result, as shown in fig. 2, the newly designed route by the method successfully bypasses the severe weather area, and the flight is originally planned to fly for a distance: 1638km, flight distance after winding: 1684km; the maximum transverse separation is 71km. .
Example 2
This example illustrates the method of the present invention using airlines from taxian to australia at 2019, 4, 28, 9-10 hours. In the period, severe weather occurs in land airspace such as standing-horse stores, fertilizer combination, and Wuhan, etc. where the airlines pass. The flight diversion around the flying hazardous weather is performed as follows (as shown in fig. 1):
(1) The latest weather radar image data are read in real time through an image acquisition program, the images are analyzed, and the longitude and latitude and the influence degree of the national weather influence range are obtained;
(2) Generating a convex hull of a weather-affected limited area (FCA) through a safe distance (30 km) input by a user and a convex hull algorithm;
(3) Generating a flight path changing around the flying dangerous weather by using a shortest path algorithm according to the start-stop flight changing point and the flight plan flight path input by a user;
(4) Calculating indexes such as flight distance, transverse interval and the like of the navigation path, and assisting a user in decision;
(5) The airline company user can apply for the navigation changing route to the air traffic control through the cooperation module;
(6) The air traffic control can audit and reply the application of the airlines.
As a result, as shown in fig. 3, the newly designed route by the above method successfully bypasses the severe weather region. Flight original planned flight distance: 1724km, post-flight around: 1768.7km; the maximum transverse separation is 71.5km.
The foregoing description of the preferred embodiments of the present invention is merely illustrative, and not restrictive, of the invention. It will be appreciated by those skilled in the art that many variations, modifications and even equivalent changes may be made thereto, within the spirit and scope of the invention as defined in the appended claims, but are to be accorded the full scope of the invention.

Claims (1)

1. The flight diversion method around flying dangerous weather is characterized by comprising the following steps:
(1) And (3) weather radar map real-time reading: reading a real-time weather radar chart by adopting a picture acquisition technology, and analyzing pixel and color data of the picture by adopting a picture analysis technology, wherein the picture acquisition is realized by a GET/POST method in an HTTP method; the method specifically comprises a transparent processing step and a pixel analysis step, wherein the weather radar map is superimposed on a map of a system for display through the transparent processing step, and the actual longitude and latitude of dangerous areas with different levels in the weather radar map are identified and calculated through the pixel analysis step;
the transparent processing step specifically comprises the following steps:
a. acquiring RGB values and alpha values of colors of a weather area;
b. removing RGB values and alpha values of the colors of the non-weather areas in the weather radar chart, so that the background is removed, and only the color areas with weather influence are reserved;
the pixel analysis step specifically includes:
a. according to the size of the weather radar map, attaching the weather radar map to the map, and finding out the center point coordinates and the zoom level of the map;
b. calculating the actual longitude and latitude of the pixel point by using the distance from the pixel point to the center point;
c. acquiring longitude and latitude areas of weather of each level according to different weather color values of different levels;
(2) Longitude and latitude analysis: acquiring longitude and latitude coordinates and influence degree of a national weather influence range by using a map technology;
(3) Generating an FCA convex hull: generating a convex hull of a weather-affected limited area (FCA) through a safety distance and a convex hull algorithm input by a user, wherein the convex hull algorithm is realized by using an ST_ConvexHull method of postgreSQL, and the safety distance is 20-30km;
(4) Calculating a winding flight path: and generating a shortest detour dangerous weather diversion path by combining a shortest path algorithm, and generating the diversion path of the detour dangerous weather by using the shortest path algorithm according to a departure and stop diversion point and a flight plan flight path which are input by a user, wherein the diversion path calculation indexes comprise a flight distance and a transverse interval.
CN202010519624.XA 2020-06-09 2020-06-09 Flight diversion method around flying dangerous weather Active CN111680840B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010519624.XA CN111680840B (en) 2020-06-09 2020-06-09 Flight diversion method around flying dangerous weather

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010519624.XA CN111680840B (en) 2020-06-09 2020-06-09 Flight diversion method around flying dangerous weather

Publications (2)

Publication Number Publication Date
CN111680840A CN111680840A (en) 2020-09-18
CN111680840B true CN111680840B (en) 2023-12-29

Family

ID=72455059

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010519624.XA Active CN111680840B (en) 2020-06-09 2020-06-09 Flight diversion method around flying dangerous weather

Country Status (1)

Country Link
CN (1) CN111680840B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113593306B (en) * 2021-08-13 2022-05-24 中国民航大学 Scattered-point thunderstorm dangerous weather re-voyage method based on safety

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7702427B1 (en) * 2004-07-30 2010-04-20 The United States Of America As Represented By The National Aeronautics And Space Administration (Nasa) Air traffic management evaluation tool
CN103456191A (en) * 2013-08-26 2013-12-18 合肥飞友网络科技有限公司 Method and system for obtaining airway weather radar chart
CN106323295A (en) * 2016-08-29 2017-01-11 中国船舶重工集团公司第七0九研究所 Method for diverting aircraft under dangerous weather conditions on basis of weather radar data
CN107830864A (en) * 2017-11-01 2018-03-23 飞友科技有限公司 A kind of aircarrier aircraft bad weather is diversion route planning system and method

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7702427B1 (en) * 2004-07-30 2010-04-20 The United States Of America As Represented By The National Aeronautics And Space Administration (Nasa) Air traffic management evaluation tool
CN103456191A (en) * 2013-08-26 2013-12-18 合肥飞友网络科技有限公司 Method and system for obtaining airway weather radar chart
CN106323295A (en) * 2016-08-29 2017-01-11 中国船舶重工集团公司第七0九研究所 Method for diverting aircraft under dangerous weather conditions on basis of weather radar data
CN107830864A (en) * 2017-11-01 2018-03-23 飞友科技有限公司 A kind of aircarrier aircraft bad weather is diversion route planning system and method

Also Published As

Publication number Publication date
CN111680840A (en) 2020-09-18

Similar Documents

Publication Publication Date Title
CN102682194B (en) Time-based weather notation
US8665121B2 (en) Systems and methods for aircraft flight tracking and display
US7706971B2 (en) System and method for data mapping and map discrepancy reporting
US8203465B2 (en) Filtering aircraft traffic for display to a pilot
US7742847B2 (en) Method and system for context sensitive aircraft navigation
US8725320B1 (en) Graphical depiction of four dimensional trajectory based operation flight plans
US20120215505A1 (en) Systems and methods for providing a vehicle movement path simulation over a network
CN105427673A (en) Aircraft Monitoring With Improved Situational Awareness
US9329262B2 (en) Situational awareness personal service
US10157617B2 (en) System and method for rendering an aircraft cockpit display for use with ATC conditional clearance instructions
US20120221305A1 (en) Systems and methods for obtaining selected portions of a movement path simulation over a network
RU2704130C2 (en) Device for tracking position of aircrafts
CN103839445A (en) Integrated navigation tower system
Rajamani et al. Using parallel regional-and local-scale initiatives to inform conservation management of rare wildlife: a case study of the dugong Dugong dugon in Sabah, Malaysia
US20190362637A1 (en) Automated vehicle control
CN111680840B (en) Flight diversion method around flying dangerous weather
Frodge et al. Space data integration
CN112562419B (en) Off-line multi-target tracking-based weather avoidance zone setting method
US11887491B2 (en) Landing site candidate identification
US20190122566A1 (en) Method for securing a provisional itinerary for an aircraft, corresponding system and computer program
CN107678444A (en) A kind of method for realizing Parallel offset flight
Stevenson et al. Beyond line of sight control of small unmanned aerial vehicles using a synthetic environment to augment first person video
US20200258403A1 (en) Systems and methods for identifying and presenting data layers relevant to a vehicle
Boyd Use of flight tracking data to inform safety deficiencies for general aviation cross-country operations in challenging flying environments
CN115311428B (en) Method, system and equipment for generating digital airport taxiway model

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
CB03 Change of inventor or designer information
CB03 Change of inventor or designer information

Inventor after: Zhu Rui

Inventor after: Liu Lei

Inventor after: Cong Wei

Inventor after: Wu Yimei

Inventor before: Zhu Rui

Inventor before: Liu Lei

Inventor before: Cong Wei

Inventor before: Wu Yimei

GR01 Patent grant
GR01 Patent grant