WO2021082396A1 - Unmanned aerial vehicle flight network modeling method based on low-altitude airspace restriction conditions - Google Patents
Unmanned aerial vehicle flight network modeling method based on low-altitude airspace restriction conditions Download PDFInfo
- Publication number
- WO2021082396A1 WO2021082396A1 PCT/CN2020/089918 CN2020089918W WO2021082396A1 WO 2021082396 A1 WO2021082396 A1 WO 2021082396A1 CN 2020089918 W CN2020089918 W CN 2020089918W WO 2021082396 A1 WO2021082396 A1 WO 2021082396A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- airspace
- dem
- restricted
- restricted airspace
- elevation
- Prior art date
Links
- 238000000034 method Methods 0.000 title claims abstract description 31
- 230000007613 environmental effect Effects 0.000 claims description 9
- 238000010586 diagram Methods 0.000 description 2
- 230000000694 effects Effects 0.000 description 2
- 238000007726 management method Methods 0.000 description 2
- 102000005445 Neuronal Apoptosis-Inhibitory Protein Human genes 0.000 description 1
- 108010006696 Neuronal Apoptosis-Inhibitory Protein Proteins 0.000 description 1
- 230000009286 beneficial effect Effects 0.000 description 1
- 238000013499 data model Methods 0.000 description 1
- 238000012544 monitoring process Methods 0.000 description 1
- 230000009897 systematic effect Effects 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G08—SIGNALLING
- G08G—TRAFFIC CONTROL SYSTEMS
- G08G5/00—Traffic control systems for aircraft, e.g. air-traffic control [ATC]
- G08G5/003—Flight plan management
-
- G—PHYSICS
- G08—SIGNALLING
- G08G—TRAFFIC CONTROL SYSTEMS
- G08G5/00—Traffic control systems for aircraft, e.g. air-traffic control [ATC]
- G08G5/04—Anti-collision systems
Definitions
- the invention relates to the field of low-altitude airspace planning and management, and in particular to a drone flight network modeling method based on low-altitude airspace restriction conditions.
- Low-altitude airspace is the activity space of various aircraft, especially UAVs. It is an objective condition closely related to the operation of UAVs. How to model and describe the low-altitude airspace, such as UAV situation monitoring, path planning, hazard warnings, etc. It is of great significance.
- the modeling and description of the low-altitude airspace is mainly accompanied by the establishment of a two-dimensional plane model or a three-dimensional space model when solving the flight path planning problem, and there is no systematic modeling and description of the low-altitude airspace according to the restrictions of the airspace and terrain.
- the present invention provides a UAV flight network modeling method based on the low-altitude airspace constraints, which is a useful tool for UAV management and control platforms. Build to provide theoretical support.
- a UAV flight network modeling method based on low-altitude airspace restrictions First, extract the operating environment characteristic data of the low-altitude airspace, including terrain environment, restricted areas, dangerous areas, no-fly zones, clear areas and other airspace environments (hereinafter referred to as restrictions) Airspace), and then model the terrain and restricted airspace separately, including the following steps:
- Step 1 Extract the feature elements of the terrain environment, and rasterize the terrain environment based on the digital elevation model, that is, divide the space area into the same square grid unit;
- Step 2 Convert the latitude and longitude of the grid vertex coordinates into three-dimensional space coordinates, that is, from the geodetic coordinate system to the world coordinate system;
- N is the radius of curvature of the circle of the ellipsoid of the earth
- e is the first eccentricity of the ellipsoid
- a is the semi-major axis of the earth
- b is the semi-minor axis
- a 6378137 ⁇ 2(m)
- b 6356752.314 (m)
- Step 3 Match its elevation value to the elevation value of the grid vertex based on the digital elevation model, and use the elevation interpolation method to calculate the elevation value of any point in the grid network.
- the specific steps are as follows:
- Step 4 Extract the environmental characteristic elements of restricted airspace and establish an air restricted area information database
- Step 5 Construct a four-dimensional spatial element structure of the restricted airspace and rasterize the restricted airspace;
- Step 6 Construct the topological network structure relationship between the track point and the restricted airspace. The specific steps are as follows:
- Step 7 Establish a topological network structure relationship between flight segments and restricted airspace. The specific steps are as follows:
- Flight segment This flight segment does not intersect with the restricted airspace ⁇ j;
- Step 8 Construct a topological network structure relationship between restricted airspace and restricted airspace. The specific steps are as follows:
- the digital elevation model described in step 1 is a grid structure spatial data model composed of the elevation values of divided regular grid points.
- step 3 the method for calculating the height of the interpolation point K using the nearest neighbor interpolation method described in step 3 is:
- step 3 the method for calculating the height of the interpolation point K using the bilinear interpolation method described in step 3 is:
- dem K dem A +(dem B -dem A )x K +(dem C -dem A )y K +(dem A -dem C +dem D -dem B )x K y K
- the four-dimensional space element described in step 5 is a space area that defines a horizontal boundary and a height boundary and the effective time range of the airspace.
- UAV flight network modeling method based on low-altitude airspace restrictions is established, which can systematically describe terrain and airspace environmental restrictions.
- the limiting factors are three-dimensionally rasterized, and the topological structure between track points, flight segments, and restricted airspace is constructed, which provides support for UAV flight path planning technology, UAV conflict early warning and conflict avoidance technology.
- Figure 1 is a flow chart of UAV flight network modeling based on terrain and restricted airspace
- Figure 2 is a grid model diagram with elevation
- Figure 3 is a structural diagram of four-dimensional spatial elements in restricted airspace
- Figure 4 is a flow chart for constructing the topological relationship between track points and restricted airspace
- Figure 5 is a flow chart for constructing the topological relationship between flight segments and restricted airspace
- Figure 6 is a flow chart for constructing the topological relationship between restricted airspace and restricted airspace.
- the method for modeling a drone flight network based on low-altitude airspace constraints includes the following steps:
- Step 1 Analyze the characteristic elements of the operating environment in the low-altitude airspace, including terrain environmental constraints and airspace environmental constraints; airspace environmental data can be obtained from the National Navigational Information Collection (NAIP);
- NAIP National Navigational Information Collection
- Step 2 Extract the feature elements of the terrain environment from the geographic information system
- Step 3 rasterize the terrain environment based on the digital elevation model, that is, divide the space area into the same square grid cells;
- Step 4 Extract the grid vertex coordinates according to the digital elevation model, and convert the latitude and longitude heights into three-dimensional space coordinates, that is, convert the geodetic coordinate system to the world coordinate system;
- N is the radius of curvature of the circle of the ellipsoid of the earth
- e is the first eccentricity of the ellipsoid
- a is the semi-major axis of the earth
- b is the semi-minor axis
- a 6378137 ⁇ 2(m)
- b 6356752.314 (m)
- Step 5 Match the elevation value to the elevation value of the grid vertex based on the digital elevation model, and use the elevation interpolation method to calculate the elevation value of any point in the grid network:
- dem K dem A +(dem B -dem A )x K +(dem C -dem A )y K +(dem A -dem C +dem D -dem B )x K y K
- Step 6 Extract the environmental characteristic elements of restricted airspace and establish an air restricted area information database
- Step 7 As shown in Figure 3, construct a four-dimensional spatial element structure of the restricted airspace, and rasterize the restricted airspace;
- Step 8 As shown in Figure 4, construct the topological network structure relationship between the track point and the restricted airspace.
- the specific steps are as follows:
- Step 9 construct the topological network structure relationship between flight segments and restricted airspace.
- the specific steps are as follows:
- Step 10 construct the topological network structure relationship between restricted airspace and restricted airspace.
- the specific steps are as follows:
- the present invention establishes a UAV flight network modeling method based on low-altitude airspace restriction conditions. Aiming at the terrain restriction and airspace restriction issues in UAV flight path planning, the terrain environment and restricted airspace are respectively subjected to three-dimensional rasterization, Construct an elevation solution method for any point in the grid network, and construct the topological structure between track points, flight segments, and restricted airspace, so as to complete the modeling of the UAV's flight network limiting factors.
Landscapes
- Engineering & Computer Science (AREA)
- Aviation & Aerospace Engineering (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Navigation (AREA)
- Processing Or Creating Images (AREA)
Abstract
Description
Claims (5)
- 一种基于低空空域限制条件的无人机飞行网络建模方法,其特征在于,低空空域限制条件包括地形环境限制,限制区、危险区、禁飞区、净空区等空域环境限制。所述的基于低空空域限制条件的无人机飞行网络建模方法,包括以下步骤:An unmanned aerial vehicle flight network modeling method based on low-altitude airspace restriction conditions is characterized in that the low-altitude airspace restriction conditions include terrain environmental restrictions, restricted areas, dangerous areas, no-fly zones, clear areas and other airspace environmental restrictions. The described UAV flight network modeling method based on low-altitude airspace restrictions includes the following steps:步骤一、提取地形环境特征要素,基于数字高程模型对地形环境进行栅格化,即将空间区域划分成相同的正方形栅格单元;Step 1: Extract the feature elements of the terrain environment, and rasterize the terrain environment based on the digital elevation model, that is, divide the space area into the same square grid unit;步骤二、将栅格顶点坐标经纬高转化为三维空间坐标,即从大地坐标系转化为世界坐标系;Step 2: Convert the latitude and longitude of the grid vertex coordinates into three-dimensional space coordinates, that is, from the geodetic coordinate system to the world coordinate system;步骤三、基于数字高程模型将其高程数值匹配为栅格顶点的高程值,利用高程内插法计算栅格网内任意点的高程值;Step 3: Match the elevation value to the elevation value of the grid vertex based on the digital elevation model, and use the elevation interpolation method to calculate the elevation value of any point in the grid network;步骤四、提取限制空域环境特征要素,建立空限制域信息数据库;Step 4. Extract the environmental characteristic elements of restricted airspace and establish an air restricted area information database;步骤五、构建限制空域的四维空间要素结构,并将限制空域进行栅格化;Step 5. Construct a four-dimensional spatial element structure of the restricted airspace and rasterize the restricted airspace;步骤六、构建航迹点与限制空域之间的拓扑网络结构关系;Step 6. Construct a topological network structure relationship between the track point and the restricted airspace;步骤七、构建航段与限制空域之间的拓扑网络结构关系;Step 7: Establish a topological network structure relationship between flight segments and restricted airspace;步骤八、构建限制空域与限制空域之间的拓扑网络结构关系。Step 8. Construct a topological network structure relationship between restricted airspace and restricted airspace.
- 权利要求1所述的基于数字高程模型将其高程数值匹配为栅格顶点的高程值,利用高程内插法计算栅格网内任意点的高程值,其特征在于,具体步骤如下:The digital elevation model based on claim 1 matches its elevation value to the elevation value of the grid vertex, and uses the elevation interpolation method to calculate the elevation value of any point in the grid network, characterized in that the specific steps are as follows:(1)先提取栅格四个顶点坐标A(x i,y j,dem A)、B(x i,y j+1,dem B)、C(x i+1,y j,dem C)、D(x i+1,y j+1,dem D),其高程值分别为dem A、dem B、dem C、dem D; (1) First extract the coordinates of the four vertices of the grid A (x i , y j , dem A ), B (x i , y j+1 , dem B ), C (x i+1 , y j , dem C ) , D(x i+1 , y j+1 , dem D ), and their elevation values are dem A , dem B , dem C , and dem D respectively ;(2)插值点K在栅格边界上时,采用最近邻插值法计算插值点高程dem K: (2) When the interpolation point K is on the grid boundary, the nearest neighbor interpolation method is used to calculate the interpolation point elevation dem K :(3)插值点K在栅格边界内时,采用双线性内插法计算插值点高程dem K:dem K=dem A+(dem B-dem A)x K+(dem C-dem A)y K+(dem A-dem C+dem D-dem B)x Ky K (3) When the interpolation point K is within the grid boundary, the bilinear interpolation method is used to calculate the interpolation point elevation dem K : dem K = dem A + (dem B- dem A ) x K + (dem C- dem A ) y K +(dem A -dem C +dem D -dem B )x K y K
- 权利要求1所述的构建航迹点与限制空域之间的拓扑网络结构关系方法,其特征在于,具体步骤如下:The method for constructing a topological network structure relationship between a track point and a restricted airspace according to claim 1, wherein the specific steps are as follows:(1)获取航迹点a i坐标和限制空域Ω j数据,其中Ω j={a 1,a 2,...,a n}; (1) Obtain the coordinates of the track point a i and the restricted airspace Ω j data, where Ω j = {a 1 , a 2 ,..., a n };(2)航迹点a i∈Ω j,此航迹点在限制空域Ω j内; (2) The track point a i ∈Ω j , this track point is in the restricted airspace Ω j ;
- 权利要求1所述的构建航段与限制空域之间的拓扑网络结构关系方法,其特征在于,具体步骤如下:The method for constructing a topological network structure relationship between flight segments and restricted airspace according to claim 1, wherein the specific steps are as follows:(1)获取航段A i数据和限制空域Ω j数据,其中A i={a m,a m+1,...,a k),Ω j={a 1,a 2,..., a n}; (1) Obtain air segment A i data and restricted airspace Ω j data, where A i ={a m , a m+1 ,..., a k ), Ω j ={a 1 , a 2 ,... , A n };(2)航段 此航段与限制空域Ω j不相交; (2) Flight segment This flight segment does not intersect with the restricted airspace Ω j;
- 权利要求1所述的构建限制空域与限制空域之间的拓扑网络结构关系方法,其特征在于,具体步骤如下:The method for constructing a topological network structure relationship between restricted airspace and restricted airspace according to claim 1, wherein the specific steps are as follows:(1)获取限制空域Ω i数据和限制空域Ω j数据,其中Ω i={a p,a p+1,...,a q},Ω j={a 1,a 2,...,a n}; (1) Obtain restricted airspace Ω i data and restricted airspace Ω j data, where Ω i = {a p , a p+1 ,..., a q }, Ω j = {a 1 , a 2 ,... , A n };(2)限制空域 空域Ω i和空域Ω j不相交; (2) Restricted airspace The airspace Ω i and the airspace Ω j do not intersect;
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201911057825.6 | 2019-11-01 | ||
CN201911057825.6A CN110782708A (en) | 2019-11-01 | 2019-11-01 | Unmanned aerial vehicle flight network modeling method based on low-altitude airspace limiting conditions |
Publications (1)
Publication Number | Publication Date |
---|---|
WO2021082396A1 true WO2021082396A1 (en) | 2021-05-06 |
Family
ID=69388487
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/CN2020/089918 WO2021082396A1 (en) | 2019-11-01 | 2020-05-13 | Unmanned aerial vehicle flight network modeling method based on low-altitude airspace restriction conditions |
Country Status (2)
Country | Link |
---|---|
CN (1) | CN110782708A (en) |
WO (1) | WO2021082396A1 (en) |
Families Citing this family (12)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN110782708A (en) * | 2019-11-01 | 2020-02-11 | 南京智慧航空研究院有限公司 | Unmanned aerial vehicle flight network modeling method based on low-altitude airspace limiting conditions |
CN111477034B (en) * | 2020-03-16 | 2021-01-29 | 中国电子科技集团公司第二十八研究所 | Large-scale airspace use plan conflict detection and release method based on grid model |
CN111854754B (en) * | 2020-06-19 | 2023-01-24 | 北京三快在线科技有限公司 | Unmanned aerial vehicle route planning method and device, unmanned aerial vehicle and storage medium |
CN112509381B (en) * | 2020-10-16 | 2022-03-11 | 广州飞图信息科技有限公司 | Visual display method and device for unmanned aerial vehicle route signal blind area |
CN112215189A (en) * | 2020-10-21 | 2021-01-12 | 南京智慧航空研究院有限公司 | Accurate detecting system for illegal building |
CN112859930B (en) * | 2021-04-23 | 2021-07-16 | 泰瑞数创科技(北京)有限公司 | Optimal path planning method based on three-dimensional low-altitude visual flight |
CN113784284B (en) * | 2021-09-01 | 2024-07-19 | 中国航空工业集团公司西安飞行自动控制研究所 | Fixed wing unmanned aerial vehicle electronic fence avoidance method |
CN114676592B (en) * | 2022-04-18 | 2023-04-18 | 北京大唐永盛科技发展有限公司 | Low-altitude flight gridding management method |
CN115795698B (en) * | 2023-01-31 | 2023-04-25 | 中国电子科技集团公司第二十八研究所 | Method and system for analyzing utilization rate of outer trajectory low-altitude airspace |
CN115810087A (en) * | 2023-01-31 | 2023-03-17 | 中国电子科技集团公司第二十八研究所 | Low-altitude space domain use conflict detection method based on multi-scale space grid |
CN116978261B (en) * | 2023-09-25 | 2024-04-09 | 粤港澳大湾区数字经济研究院(福田) | Space-time resource and space-time process management system and flight scheduling method |
CN118464016B (en) * | 2024-07-09 | 2024-10-25 | 中科星图智慧科技有限公司 | Method and device for planning flight route of low-altitude airspace aircraft |
Citations (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
EP1065470A1 (en) * | 1999-06-30 | 2001-01-03 | Gia Min-Chung | A path planning, terrain avoidance and situation awareness system for general aviation |
CN201918032U (en) * | 2010-12-31 | 2011-08-03 | 同济大学 | Low-altitude flying anti-collision device of aircraft |
CN103528586A (en) * | 2013-10-31 | 2014-01-22 | 中国航天时代电子公司 | Sailing planning algorithm design based on grid failure |
CN105551310A (en) * | 2015-12-02 | 2016-05-04 | 上海航空电器有限公司 | Foresight early warning fast addressing method on the basis of terrain database |
CN106297417A (en) * | 2016-09-27 | 2017-01-04 | 南京航空航天大学 | A kind of unmanned plane during flying service and supervisory systems and method |
CN108958288A (en) * | 2018-07-26 | 2018-12-07 | 杭州瓦屋科技有限公司 | Low latitude operation UAV system and its path planning method based on geography information |
CN109035869A (en) * | 2017-07-26 | 2018-12-18 | 广州极飞科技有限公司 | The generation method and device in unmanned plane course line |
CN110108284A (en) * | 2019-05-24 | 2019-08-09 | 西南交通大学 | A kind of quick planing method of no-manned plane three-dimensional track for taking complex environment constraint into account |
CN110207708A (en) * | 2019-06-25 | 2019-09-06 | 重庆邮电大学 | A kind of unmanned aerial vehicle flight path device for planning and method |
CN110782708A (en) * | 2019-11-01 | 2020-02-11 | 南京智慧航空研究院有限公司 | Unmanned aerial vehicle flight network modeling method based on low-altitude airspace limiting conditions |
Family Cites Families (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN103226899B (en) * | 2013-03-19 | 2015-12-23 | 北京工业大学 | Based on the space domain sector method for dynamically partitioning of air traffic feature |
CN104238377B (en) * | 2014-09-30 | 2017-01-25 | 中国航天空气动力技术研究院 | Low-altitude flight simulation method for airborne geophysical prospecting of unmanned aerial vehicle |
US9834306B2 (en) * | 2016-02-09 | 2017-12-05 | Abdullah Almasoud | Emergency unmanned aerial vehicle and method for deploying an unmanned aerial vehicle |
-
2019
- 2019-11-01 CN CN201911057825.6A patent/CN110782708A/en active Pending
-
2020
- 2020-05-13 WO PCT/CN2020/089918 patent/WO2021082396A1/en active Application Filing
Patent Citations (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
EP1065470A1 (en) * | 1999-06-30 | 2001-01-03 | Gia Min-Chung | A path planning, terrain avoidance and situation awareness system for general aviation |
CN201918032U (en) * | 2010-12-31 | 2011-08-03 | 同济大学 | Low-altitude flying anti-collision device of aircraft |
CN103528586A (en) * | 2013-10-31 | 2014-01-22 | 中国航天时代电子公司 | Sailing planning algorithm design based on grid failure |
CN105551310A (en) * | 2015-12-02 | 2016-05-04 | 上海航空电器有限公司 | Foresight early warning fast addressing method on the basis of terrain database |
CN106297417A (en) * | 2016-09-27 | 2017-01-04 | 南京航空航天大学 | A kind of unmanned plane during flying service and supervisory systems and method |
CN109035869A (en) * | 2017-07-26 | 2018-12-18 | 广州极飞科技有限公司 | The generation method and device in unmanned plane course line |
CN108958288A (en) * | 2018-07-26 | 2018-12-07 | 杭州瓦屋科技有限公司 | Low latitude operation UAV system and its path planning method based on geography information |
CN110108284A (en) * | 2019-05-24 | 2019-08-09 | 西南交通大学 | A kind of quick planing method of no-manned plane three-dimensional track for taking complex environment constraint into account |
CN110207708A (en) * | 2019-06-25 | 2019-09-06 | 重庆邮电大学 | A kind of unmanned aerial vehicle flight path device for planning and method |
CN110782708A (en) * | 2019-11-01 | 2020-02-11 | 南京智慧航空研究院有限公司 | Unmanned aerial vehicle flight network modeling method based on low-altitude airspace limiting conditions |
Also Published As
Publication number | Publication date |
---|---|
CN110782708A (en) | 2020-02-11 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
WO2021082396A1 (en) | Unmanned aerial vehicle flight network modeling method based on low-altitude airspace restriction conditions | |
JP6727269B2 (en) | Aircraft recognition display | |
CN109357685B (en) | Method and device for generating navigation network and storage medium | |
US10410403B1 (en) | Three-dimensional voxel mapping | |
JP2019204513A (en) | Display of landform along flight path | |
CN113776534B (en) | Unmanned aerial vehicle three-dimensional time-varying airspace navigation method based on three-dimensional subdivision grid | |
JP2016534468A5 (en) | ||
US9389082B2 (en) | System and method for automatic generation of aerodrome surface movement models | |
KR102567800B1 (en) | Drone used 3d mapping method | |
CN113950063B (en) | Wireless communication network networking method, wireless communication network networking device, computer equipment and storage medium | |
Bulusu et al. | Capacity estimation for low altitude airspace | |
Ab Rahman et al. | Applications of Drones in Emerging Economies: A case study of Malaysia | |
CN115903879A (en) | Unmanned aerial vehicle track planning method based on terrain data interpolation technology | |
CN114175099A (en) | Quad-tree terrain data compression using distance-based pruning | |
JP2022169449A (en) | Controlling of air vehicle to move along air corridor based on trained air corridor model | |
KR20220163227A (en) | Drone used 3d mapping method | |
Chan et al. | Wind dynamic and energy-efficiency path planning for unmanned aerial vehicles in the lower-level airspace and urban air mobility context | |
KR102525519B1 (en) | Drone used 3d mapping method | |
CN118212361A (en) | Three-dimensional modeling method and device for hydropower station, storage medium and electronic device | |
Wu et al. | A non-rigid hierarchical discrete grid structure and its application to UAVs conflict detection and path planning | |
KR102488553B1 (en) | Drone used 3d mapping method | |
CN116959296B (en) | Aircraft flight conflict detection method, device and system | |
KR102012361B1 (en) | Method and apparatus for providing digital moving map service for safe navigation of unmanned aerial vehicle | |
Dai et al. | Accessibility analysis of unmanned aerial vehicles near airports with a four-dimensional airspace management concept | |
Cicibas et al. | Comparison of 3D versus 4D path planning for unmanned aerial vehicles. |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 20880450 Country of ref document: EP Kind code of ref document: A1 |
|
NENP | Non-entry into the national phase |
Ref country code: DE |
|
122 | Ep: pct application non-entry in european phase |
Ref document number: 20880450 Country of ref document: EP Kind code of ref document: A1 |
|
32PN | Ep: public notification in the ep bulletin as address of the adressee cannot be established |
Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM1205A DATED 12/01/2023) |
|
122 | Ep: pct application non-entry in european phase |
Ref document number: 20880450 Country of ref document: EP Kind code of ref document: A1 |