WO2021135845A1 - Method and system for marking road surface - Google Patents

Method and system for marking road surface Download PDF

Info

Publication number
WO2021135845A1
WO2021135845A1 PCT/CN2020/134393 CN2020134393W WO2021135845A1 WO 2021135845 A1 WO2021135845 A1 WO 2021135845A1 CN 2020134393 W CN2020134393 W CN 2020134393W WO 2021135845 A1 WO2021135845 A1 WO 2021135845A1
Authority
WO
WIPO (PCT)
Prior art keywords
information
road
road surface
marking
optional implementation
Prior art date
Application number
PCT/CN2020/134393
Other languages
French (fr)
Chinese (zh)
Inventor
于毅欣
Original Assignee
于毅欣
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 于毅欣 filed Critical 于毅欣
Publication of WO2021135845A1 publication Critical patent/WO2021135845A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/29Geographical information databases
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • GPHYSICS
    • G08SIGNALLING
    • G08GTRAFFIC CONTROL SYSTEMS
    • G08G1/00Traffic control systems for road vehicles
    • G08G1/09Arrangements for giving variable traffic instructions
    • G08G1/0962Arrangements for giving variable traffic instructions having an indicator mounted inside the vehicle, e.g. giving voice messages
    • G08G1/0967Systems involving transmission of highway information, e.g. weather, speed limits

Definitions

  • the present invention relates to the field of computer technology, in particular to a method and system for marking road surfaces.
  • the present invention provides a method and system for marking roads and road surface information, which can provide a better or more effective description of the types of directions that can be driven.
  • One feature of the present invention is that the data structure is relatively simple, and road information can be marked for larger scenes.
  • another feature of the present invention is that it can really provide a possibility for distributed deployment servers to store distributed data.
  • a method for marking a road surface which is characterized in that it comprises:
  • the information of each vertex can be collected according to both sides of the road surface (relative to the drivable direction), refer to FIG. 1.
  • the information of the vertex includes global positioning information (GPS coordinates), or coordinates relative to the origin of a certain coordinate system.
  • the vertex information can be collected from the vertex on one side until it returns to the original vertex after a circle, refer to FIG. 2.
  • the collection interval of the vertices can have many kinds, which can be 0.1 m, 1 m, 10 m, 20 m, 50 m, etc., or customize according to needs.
  • the minimum height can be used to constrain the height of the road section polygon, or the minimum height can be separately stored as road marking information.
  • the road marking information may have a type of node that does not preferentially select driving to represent situations such as dirt roads and small roads.
  • the height of the road surface information where the sky is the height limit can be set to 1000 meters.
  • the road marking information of the current road section can be cut off when the road forks, and two new road marking information are created on the two road sections respectively. Refer to FIG. 3 for the style.
  • the polygons of each road marking information may overlap or intersect.
  • the method of dividing the target area (the area marked with road information by the method of the present invention) into a grid can be a square grid (seeing from the top view), and the square grid can be It is spread out equally in size, for example, a square grid with a radius of 100 kilometers or 10 kilometers or 1 kilometers.
  • the corresponding grid (the container to which it belongs) can be found for storage according to the coordinate area or the global positioning information area of the road marking information.
  • the road surface information data can be distributed and stored in different servers according to regions or grids.
  • a data request relay server can be used to check the data according to the regions and grids. The request to retrieve road information is distributed.
  • multiple servers can store the same information for certain key areas or grids.
  • load balancing servers can be used to distribute the amount of requests for retrieving road surface information.
  • the load balancing server may dynamically allocate the current retrieval task according to the retrieval amount shared by the sub-servers.
  • all road surface information data can be stored in a file or a folder.
  • the target area may be divided into different files for storage.
  • each grid in a target area can be divided into different files for storage.
  • each road marking information can also be stored as a file separately.
  • Fig. 1 schematically shows a schematic diagram of a method for collecting vertices from both sides, top view.
  • Fig. 2 schematically shows a schematic diagram of a style where the vertices are collected from one side to the end where the initial vertices are connected on the other side, top view.
  • FIG. 3 schematically shows a schematic diagram of a disconnection of road surface information at a fork intersection, a top view.
  • Fig. 4 schematically shows a schematic diagram of a method for dividing road surface information of various road sections at an intersection, a top view.
  • Step 1 Select a section of road and collect the vertex information on the left side of the road.
  • the vertex information is global positioning information or ⁇ and coordinate information (coordinate information is the coordinates relative to the origin of a certain coordinate system), and divide a road into the left
  • the two logical containers on the side and the right side separately store the vertices on the left in the vertex storage container on the left, and store the vertex information on the right separately in the vertex storage container on the right, as shown in Figure 1.
  • Step 2 After collecting the vertex information of the road surface information, set the type of the road surface information (such as single-lane, double-lane, types that cannot be driven, types that are not preferred, etc.), the maximum and minimum speed limits, Minimum height limit, containment box and other information.
  • type of the road surface information such as single-lane, double-lane, types that cannot be driven, types that are not preferred, etc.
  • the containment box (or containment rectangle or bounding box) of the road surface information can be obtained based on all vertices, and the calculation of this information (containing box) can be used to quickly determine overlap and intersection in the future.
  • Step 3 Determine the area to belong to according to the containment box information of the pre-delimited area (usually a horizontal rectangle, the coordinates of the four corners are the information to determine the area range).
  • a road surface information can belong to multiple areas, because the road surface information Sometimes it may be longer.
  • Step 4 Determine whether the road surface information is in a certain grid according to the edge information of the grid in each area defined in advance (also the containment box of the horizontal plane or the containment rectangle). If there is a little overlap, it is considered to be in this grid. In the grid, the same method of judging is to determine whether the containment box (containing rectangle) of the road information and the containing box (containing rectangle) of the grid have an overlapping area. If there is an overlapping area (use two rectangles to determine whether there is overlap), then It can be determined that the road surface information also belongs to this grid.
  • the details of the road surface information can be ignored here (that is, the overlap judgment is used to replace the judgment made by each vertex), because under normal circumstances, the grid will be relatively large and one
  • the road surface information in the grid is usually not much (for example, usually no more than 10,000), so it is not very accurate to determine whether the vertex list (polygon) of the road surface information accurately overlaps the grid.
  • Step 5 Store the road information in one area as a storage file or folder.
  • Step 6 Store the road surface information in a grid as a storage file or folder.
  • Step 1 Select a section of road, when collecting vertex information, start from one side and collect a circle of vertices until you return to the first vertex.
  • the sequence can be clockwise to collect connected vertices, as shown in Figure 2. .
  • Step 2 After collecting the vertex information of the road surface information, set the type of the road surface information (such as single-lane, double-lane, types that cannot be driven, types that are not prioritized, etc.), the maximum and minimum speed limits, Minimum height limit, containment box and other information.
  • type of the road surface information such as single-lane, double-lane, types that cannot be driven, types that are not prioritized, etc.
  • the containment box (or containment rectangle) of the road surface information can be obtained from all vertices, and the calculation of this information (containment box) can be used to quickly determine overlap and intersection in the future.
  • Step 3 Determine the area to belong to according to the containment box information of the pre-delimited area (usually a horizontal rectangle, the coordinates of the four corners are the information to determine the area range).
  • a road surface information can belong to multiple areas, because the road surface information Sometimes it may be longer.
  • Step 4 Determine whether the road surface information is in a certain grid according to the edge information of the grid in each area defined in advance (also the containment box of the horizontal plane or the containment rectangle). If there is a little overlap, it is considered to be in this grid. In the grid, the same method of judging is to determine whether the containment box (containing rectangle) of the road information and the containing box (containing rectangle) of the grid have an overlapping area. If there is an overlapping area (use two rectangles to determine whether there is overlap), then It can be determined that the road surface information also belongs to this grid.
  • the details of the road surface information can be ignored here (that is, the overlap judgment is used to replace the judgment made by each vertex), because under normal circumstances, the grid will be relatively large and one
  • the road surface information in the grid is usually not much (for example, usually no more than 10,000), so it is not very accurate to determine whether the vertex list (polygon) of the road surface information accurately overlaps the grid.
  • Step 5 Store the road information in one area as a storage file or folder.
  • Step 6 Store the road surface information in a grid as a storage file or folder.

Abstract

A method and system for marking a road with road surface information capable of effectively indicating different types of driving directions. The method comprises: marking a road surface with road surface marking information; and saving the road surface marking information in a storage manner. The method simplifies a data structure, and can be used to mark road surfaces with road surface information in many situations. The method also makes it possible for a deployment server to store data in a distributed manner.

Description

一种标记路面的方法和系统Method and system for marking road surface 技术领域Technical field
本发明涉及计算机技术领域,具体涉及一种标记路面的方法和系统。The present invention relates to the field of computer technology, in particular to a method and system for marking road surfaces.
背景技术Background technique
本发明提供一种标记道路和路面信息的方法和系统,能够对可行驶的方向种类进行一个较好或较有效的描述。本发明的一个特点是数据结构较简单,并且可以针对较大的场景进行路面信息的标记。并且本发明的另一个特点是可以真对分布式部署服务器来进行分布式数据的存储提供了可能。The present invention provides a method and system for marking roads and road surface information, which can provide a better or more effective description of the types of directions that can be driven. One feature of the present invention is that the data structure is relatively simple, and road information can be marked for larger scenes. And another feature of the present invention is that it can really provide a possibility for distributed deployment servers to store distributed data.
发明内容Summary of the invention
一种标记路面的方法,其特征在于,包括:A method for marking a road surface, which is characterized in that it comprises:
将路面标记路面标记信息来进行标记。Mark the road with road marking information.
将路面标记信息按照储存方式储存起来。Store the road marking information according to the storage method.
优选地,作为一种可选的实施方式,对于可行驶的路面,可以按照路面的两侧(相对于可行驶的方向)来收集各顶点的信息,参照图1。Preferably, as an optional implementation manner, for a drivable road surface, the information of each vertex can be collected according to both sides of the road surface (relative to the drivable direction), refer to FIG. 1.
进一步地,顶点的信息包含全球定位信息(GPS坐标),或相对于某坐标系原点的坐标。Further, the information of the vertex includes global positioning information (GPS coordinates), or coordinates relative to the origin of a certain coordinate system.
优选地,作为一种可选的实施方式,可以从一侧顶点一直收集直到绕一圈之后回到最初的顶点的顺序来收集顶点信息,参照图2。Preferably, as an optional implementation manner, the vertex information can be collected from the vertex on one side until it returns to the original vertex after a circle, refer to FIG. 2.
优选地,顶点的收集间隔可以有很多种,可以间隔0.1米,1米,10米,20米,50米等,或根据需要自定义。Preferably, the collection interval of the vertices can have many kinds, which can be 0.1 m, 1 m, 10 m, 20 m, 50 m, etc., or customize according to needs.
优选地,可以使用最小的高度来约束这个路段多边形的高度,也可以是将最小高度的地方单独存成一个路面标记信息。Preferably, the minimum height can be used to constrain the height of the road section polygon, or the minimum height can be separately stored as road marking information.
优选地,路面标记信息可以有一种不优先选择行车的节点类型来代表泥路、小路之类的情况。Preferably, the road marking information may have a type of node that does not preferentially select driving to represent situations such as dirt roads and small roads.
优选地,可以对某些天空才是高度极限的路面信息的高度设定是1000米。Preferably, the height of the road surface information where the sky is the height limit can be set to 1000 meters.
优选地,作为一种可选的实施方式,可以在岔路口的时候,截断当前路段的路面标记信息,分别在两个路段创建两个新的路面标记信息,样式参照图3。Preferably, as an optional implementation manner, the road marking information of the current road section can be cut off when the road forks, and two new road marking information are created on the two road sections respectively. Refer to FIG. 3 for the style.
优选地,作为一种可选的实施方式,每个路面标记信息的多边形之间可以重叠,或相交。Preferably, as an optional implementation manner, the polygons of each road marking information may overlap or intersect.
优选地,作为一种可选的实施方式,每个路面标记信息的多边形之间也可以有空隙,不一定要求严丝合缝或者严格和现实情况下的距离或连接情况相同。Preferably, as an optional implementation manner, there may also be gaps between the polygons of each road marking information, and it is not necessarily required to be tightly connected or to be strictly the same as the distance or connection in the actual situation.
优选地,作为一种可选的实施方式,将目标区域(用本发明方法标记路面信息的区域)划分成一个一个格子的方法可以是一个一个的方格子(俯视图下看上去),方格子可以是相等大小的平铺开来,例如半径是100公里或10公里或1公里的方格子。Preferably, as an optional implementation manner, the method of dividing the target area (the area marked with road information by the method of the present invention) into a grid can be a square grid (seeing from the top view), and the square grid can be It is spread out equally in size, for example, a square grid with a radius of 100 kilometers or 10 kilometers or 1 kilometers.
进一步地,可以根据路面标记信息的坐标区域或全球定位信息区域来找到对应的格子(所属的容器)来进行存储。Further, the corresponding grid (the container to which it belongs) can be found for storage according to the coordinate area or the global positioning information area of the road marking information.
可选地,作为一种可选的实施方式,可以将路面信息数据按照区域或者格子来分散在不同的服务器中存储,此时可以使用数据请求中转服务器来根据区域和格子所部署的服务器来对检索路面信息的请求进行分发。Optionally, as an optional implementation manner, the road surface information data can be distributed and stored in different servers according to regions or grids. In this case, a data request relay server can be used to check the data according to the regions and grids. The request to retrieve road information is distributed.
进一步地,所述请求中转服务器中有一个表来储存各种区域或格子的界定信息以界定数据请求的相关索引到底属于哪台子服务器中的区域或格子的数据来源;Further, there is a table in the request transfer server to store the definition information of various areas or grids to define the data source of the area or grid in which sub-server the relevant index of the data request belongs to;
可选地,作为一种可选的实施方式,可以对某些重点区域或格子进行多服务器储存相同的信息,此时可以使用负载均衡服务器来分散对检索路面信息的请求量。Optionally, as an optional implementation manner, multiple servers can store the same information for certain key areas or grids. In this case, load balancing servers can be used to distribute the amount of requests for retrieving road surface information.
进一步地,所述负载均衡服务器可以根据子服务器分担的检索量来动态分配当前检索任务。Further, the load balancing server may dynamically allocate the current retrieval task according to the retrieval amount shared by the sub-servers.
优选地,作为一种可选的实施方式,可以将所有路面信息的数据储存在一个文件中或一个文件夹下。Preferably, as an optional implementation manner, all road surface information data can be stored in a file or a folder.
优选地,作为一种可选的实施方式,可以按照目标区域来划分成不同的文件来储存的。Preferably, as an optional implementation manner, the target area may be divided into different files for storage.
优选地,作为一种可选的实施方式,可以按照一个目标区域中的每个格子来划分成不同的文件来储存的。Preferably, as an optional implementation manner, each grid in a target area can be divided into different files for storage.
优选地,作为一种可选的实施方式,每个路面标记信息也可以单独存成一个文件。Preferably, as an optional implementation manner, each road marking information can also be stored as a file separately.
附图说明Description of the drawings
为了更清楚地说明本发明实施例中的技术方案,下面将对实施例描述中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图仅仅是本发明 的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据这些附图获得其他的附图。In order to explain the technical solutions in the embodiments of the present invention more clearly, the following will briefly introduce the drawings needed in the description of the embodiments. Obviously, the drawings in the following description are only some embodiments of the present invention. For those of ordinary skill in the art, other drawings can be obtained based on these drawings without creative work.
图1示意性的示出一种从两侧收集顶点的方法的示意图,顶视图。Fig. 1 schematically shows a schematic diagram of a method for collecting vertices from both sides, top view.
图2示意性的示出一种从一侧收集顶点到另一侧连接最初顶点处结束的样式示意图,顶视图。Fig. 2 schematically shows a schematic diagram of a style where the vertices are collected from one side to the end where the initial vertices are connected on the other side, top view.
图3示意性的示出一种叉路口处的路面信息的断开处的示意图,顶视图。FIG. 3 schematically shows a schematic diagram of a disconnection of road surface information at a fork intersection, a top view.
图4示意性的示出一种十字路口处各路段的路面信息的划分方法示意图,顶视图。Fig. 4 schematically shows a schematic diagram of a method for dividing road surface information of various road sections at an intersection, a top view.
具体实施方式Detailed ways
以下实施例用于说明本发明,但不用来限制本发明的范围。The following examples are used to illustrate the present invention, but not to limit the scope of the present invention.
实施例1Example 1
步骤1:选定一段路面,收集这个路面左侧的顶点信息,所述顶点信息就是全球定位信息或\和坐标信息(坐标信息是相对于某个坐标系原点的坐标),将一个路面分成左侧和右侧两个逻辑容器,将左侧的顶点单独存储到左侧的顶点存储容器中,右侧的顶点信息,单独存储到右侧的顶点存储容器中,可以参照图1。Step 1: Select a section of road and collect the vertex information on the left side of the road. The vertex information is global positioning information or \and coordinate information (coordinate information is the coordinates relative to the origin of a certain coordinate system), and divide a road into the left The two logical containers on the side and the right side separately store the vertices on the left in the vertex storage container on the left, and store the vertex information on the right separately in the vertex storage container on the right, as shown in Figure 1.
进一步地,同一条路段,在遇到十字路口或者岔路口时,可以断开来分别创建新的路段信息,参照图3和图4。Further, when the same road section encounters an intersection or fork, it can be disconnected to create new road section information respectively, refer to FIG. 3 and FIG. 4.
步骤2:收集好这个路面信息的顶点信息之后,设置这个路面信息的类型(例如单行线,双行线,不可以行车的类型,不优先选择行驶的类型等),最大和最小限速速度值,最小高度限制、包容盒等信息。Step 2: After collecting the vertex information of the road surface information, set the type of the road surface information (such as single-lane, double-lane, types that cannot be driven, types that are not preferred, etc.), the maximum and minimum speed limits, Minimum height limit, containment box and other information.
进一步地,根据所有顶点可以得到这个路面信息的包容盒(或者说包容矩形或包围盒),计算这个信息(包容盒)可以用来在未来较快速的进行重叠性和相交的判断。Further, the containment box (or containment rectangle or bounding box) of the road surface information can be obtained based on all vertices, and the calculation of this information (containing box) can be used to quickly determine overlap and intersection in the future.
步骤3:根据事先划定的区域的包容盒信息(通常是水平面的矩形,四个角的坐标是决定区域范围的信息)来决定所属的区域,一个路面信息可以属于多个区域,因为路面信息有时可能比较长。Step 3: Determine the area to belong to according to the containment box information of the pre-delimited area (usually a horizontal rectangle, the coordinates of the four corners are the information to determine the area range). A road surface information can belong to multiple areas, because the road surface information Sometimes it may be longer.
步骤4:根据事先划定的各区域中的格子的边缘信息(也是水平面的包容盒或者说是包容矩形)来确定这个路面信息是否在某个格子中,如果有一点的重叠就认定是在这个格子中,判定的方法一样也是判定路面信息的包容盒(包容矩 形)是否和格子的包容盒(包容矩形)有重叠区域,如果有重叠区域(使用两个矩形判定是否有重叠的方法),则就可以认定这个路面信息也属于这个格子,此处可以忽略路面信息的细节(也就是使用包容盒进行重叠判断来代替每个顶点进行的判断),因为通常情况下,格子会比较大,并且一个格子中的路面信息通常不会很多(例如通常不会超过1万个),所以可以不非常精确的判断路面信息的顶点列表(多边形)是否精确的与格子有重叠区域。Step 4: Determine whether the road surface information is in a certain grid according to the edge information of the grid in each area defined in advance (also the containment box of the horizontal plane or the containment rectangle). If there is a little overlap, it is considered to be in this grid. In the grid, the same method of judging is to determine whether the containment box (containing rectangle) of the road information and the containing box (containing rectangle) of the grid have an overlapping area. If there is an overlapping area (use two rectangles to determine whether there is overlap), then It can be determined that the road surface information also belongs to this grid. The details of the road surface information can be ignored here (that is, the overlap judgment is used to replace the judgment made by each vertex), because under normal circumstances, the grid will be relatively large and one The road surface information in the grid is usually not much (for example, usually no more than 10,000), so it is not very accurate to determine whether the vertex list (polygon) of the road surface information accurately overlaps the grid.
步骤5:按照一个区域为一个储存文件或文件夹来对其中的路面信息进行存储。Step 5: Store the road information in one area as a storage file or folder.
步骤6:按照一个格子为一个储存文件或文件夹来对其中的路面信息进行存储。Step 6: Store the road surface information in a grid as a storage file or folder.
实施例2Example 2
步骤1:选定一段路面,收集顶点信息的时候,从一侧开始收集,收集一圈顶点,直到回到第一个顶点,顺序可以是顺时针的顺序收集相连的顶点,如图2所示。Step 1: Select a section of road, when collecting vertex information, start from one side and collect a circle of vertices until you return to the first vertex. The sequence can be clockwise to collect connected vertices, as shown in Figure 2. .
步骤2:收集好这个路面信息的顶点信息之后,设置此路面信息的类型(例如单行线,双行线,不可以行车的类型,不优先选择行驶的类型等),最大和最小限速速度值,最小高度限制、包容盒等信息。Step 2: After collecting the vertex information of the road surface information, set the type of the road surface information (such as single-lane, double-lane, types that cannot be driven, types that are not prioritized, etc.), the maximum and minimum speed limits, Minimum height limit, containment box and other information.
进一步地,根据所有顶点可以得到这个路面信息的包容盒(或者说包容矩形),计算这个信息(包容盒)可以用来在未来较快速的进行重叠性和相交的判断。Further, the containment box (or containment rectangle) of the road surface information can be obtained from all vertices, and the calculation of this information (containment box) can be used to quickly determine overlap and intersection in the future.
步骤3:根据事先划定的区域的包容盒信息(通常是水平面的矩形,四个角的坐标是决定区域范围的信息)来决定所属的区域,一个路面信息可以属于多个区域,因为路面信息有时可能比较长。Step 3: Determine the area to belong to according to the containment box information of the pre-delimited area (usually a horizontal rectangle, the coordinates of the four corners are the information to determine the area range). A road surface information can belong to multiple areas, because the road surface information Sometimes it may be longer.
步骤4:根据事先划定的各区域中的格子的边缘信息(也是水平面的包容盒或者说是包容矩形)来确定这个路面信息是否在某个格子中,如果有一点的重叠就认定是在这个格子中,判定的方法一样也是判定路面信息的包容盒(包容矩形)是否和格子的包容盒(包容矩形)有重叠区域,如果有重叠区域(使用两个矩形判定是否有重叠的方法),则就可以认定这个路面信息也属于这个格子,此处可以忽略路面信息的细节(也就是使用包容盒进行重叠判断来代替每个顶点进行的判断),因为通常情况下,格子会比较大,并且一个格子中的路面信息通常 不会很多(例如通常不会超过1万个),所以可以不非常精确的判断路面信息的顶点列表(多边形)是否精确的与格子有重叠区域。Step 4: Determine whether the road surface information is in a certain grid according to the edge information of the grid in each area defined in advance (also the containment box of the horizontal plane or the containment rectangle). If there is a little overlap, it is considered to be in this grid. In the grid, the same method of judging is to determine whether the containment box (containing rectangle) of the road information and the containing box (containing rectangle) of the grid have an overlapping area. If there is an overlapping area (use two rectangles to determine whether there is overlap), then It can be determined that the road surface information also belongs to this grid. The details of the road surface information can be ignored here (that is, the overlap judgment is used to replace the judgment made by each vertex), because under normal circumstances, the grid will be relatively large and one The road surface information in the grid is usually not much (for example, usually no more than 10,000), so it is not very accurate to determine whether the vertex list (polygon) of the road surface information accurately overlaps the grid.
步骤5:按照一个区域为一个储存文件或文件夹来对其中的路面信息进行存储。Step 5: Store the road information in one area as a storage file or folder.
步骤6:按照一个格子为一个储存文件或文件夹来对其中的路面信息进行存储。Step 6: Store the road surface information in a grid as a storage file or folder.
以上是本发明的具体实施方式,但本发明的保护范围不应局限于此。任何熟悉本领域的技术人员在本发明所揭露的技术范围内,可轻易想到的变化或替换,都应涵盖在本发明的保护范围之内,因此本发明的保护范围应以权利要求书所限定的保护范围为准。The above are specific embodiments of the present invention, but the protection scope of the present invention should not be limited thereto. Any changes or substitutions that can be easily conceived by those skilled in the art within the scope of the technology disclosed in the present invention shall be covered by the protection scope of the present invention. Therefore, the protection scope of the present invention shall be defined by the claims. The scope of protection shall prevail.

Claims (6)

  1. 一种标记路面的方法,其特征在于,包括:A method for marking a road surface, which is characterized in that it comprises:
    将路面收集路面标记信息来进行标记;Collect road marking information to mark the road surface;
    将路面标记信息按照储存方式储存起来。Store the road marking information according to the storage method.
  2. 根据权利要求1所述的方法,其特征在于,“将路面收集路面标记信息来进行标记”,还包括:The method according to claim 1, characterized in that "collecting road marking information for marking the road surface" further comprises:
    类型的种类有单向可行驶的路面信息,双向可行驶的路面信息,不可以行车的路面信息,不优先选择行驶的路面信息;Types include road information that can be driven in one direction, road information that can be driven in two directions, road information that cannot be driven, and road surface information that is not preferentially selected for driving;
    每个标记信息还包含的数据是顶点或\和顶点的连接顺序;The data contained in each tag information is the connection sequence of vertices or \ and vertices;
    进一步地,顶点的坐标信息可以是全球定位坐标也可以是相对于某坐标系原点的坐标;Further, the coordinate information of the vertices may be global positioning coordinates or coordinates relative to the origin of a certain coordinate system;
    每个标记信息还包括最小和最大限速信息;Each tag information also includes minimum and maximum speed limit information;
    每个标记信息还包括高度限制信息;Each mark information also includes height restriction information;
    作为一种可选的实施方式,每个标记信息还可以包含自身所有顶点计算得到的包容盒信息。As an optional implementation manner, each tag information may also include containment box information calculated from all vertices of itself.
  3. 根据权利要求1所述的方法,其特征在于,“将路面标记信息按照储存方式储存起来”,还包括:The method according to claim 1, characterized in that "storing road marking information according to a storage method" further comprises:
    作为一种可选的实施方式,可以将数据全都储存到对应的目标区域的容器中;As an optional implementation manner, all the data can be stored in the container of the corresponding target area;
    作为一种可选的实施方式,可以将目标区域划分成格子,将设置好连接信息的路面标记的节点信息储存到此节点所在的格子对应的容器中;As an optional implementation manner, the target area may be divided into grids, and the node information of the road markings with the connection information set up is stored in the container corresponding to the grid where the node is located;
    进一步地,可以根据路面标记信息的坐标区域或全球定位信息区域来找到对应的格子来进行存储。Further, the corresponding grid can be found for storage according to the coordinate area of the road marking information or the global positioning information area.
  4. 一种标记路面的系统,其特征在于,包括:A system for marking roads, which is characterized in that it comprises:
    计算机设备及储存介质,其特点是能够储存信息;Computer equipment and storage media are characterized by the ability to store information;
    作为一种可选的实施方式,可以将所有路面信息的数据储存在一个文件中或一个文件夹下;As an optional implementation, all road information data can be stored in a file or a folder;
    作为一种可选的实施方式,可以按照目标区域来划分成不同的文件来储存的;As an optional implementation, it can be divided into different files for storage according to the target area;
    作为一种可选的实施方式,可以按照一个目标区域中的每个格子来划分成不同的文件来储存的。As an optional implementation manner, each grid in a target area may be divided into different files for storage.
  5. 一种计算机可读写介质,其上存储有计算机程序和相关数据,其特征在于,A computer readable and writable medium on which computer programs and related data are stored, characterized in that:
    所述程序被处理器执行时实现本发明的相关计算功能和内容。When the program is executed by the processor, the relevant calculation function and content of the present invention are realized.
  6. 一种电子设备,其特征在于,包括:An electronic device, characterized in that it comprises:
    一个或多个处理器;One or more processors;
    存储装置,用于存储一个或多个程序。The storage device is used to store one or more programs.
PCT/CN2020/134393 2019-12-29 2020-12-08 Method and system for marking road surface WO2021135845A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201911386932.3 2019-12-29
CN201911386932.3A CN113051282A (en) 2019-12-29 2019-12-29 Method and system for marking road surface

Publications (1)

Publication Number Publication Date
WO2021135845A1 true WO2021135845A1 (en) 2021-07-08

Family

ID=76507361

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2020/134393 WO2021135845A1 (en) 2019-12-29 2020-12-08 Method and system for marking road surface

Country Status (2)

Country Link
CN (1) CN113051282A (en)
WO (1) WO2021135845A1 (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103186986A (en) * 2011-12-31 2013-07-03 高德软件有限公司 Method and device used for terminal to display road conditions, and equipment
US20140267282A1 (en) * 2013-03-14 2014-09-18 Robert Bosch Gmbh System And Method For Context Dependent Level Of Detail Adjustment For Navigation Maps And Systems
CN104077326A (en) * 2013-03-29 2014-10-01 北京图盟科技有限公司 Road data processing method and device
CN105488066A (en) * 2014-09-19 2016-04-13 昆达电脑科技(昆山)有限公司 Method for creating spatial data base and data structure product of creating spatial data base
CN107480180A (en) * 2017-07-05 2017-12-15 北京辰安信息科技有限公司 The processing method of road data, road positioning method, apparatus and system

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103186986A (en) * 2011-12-31 2013-07-03 高德软件有限公司 Method and device used for terminal to display road conditions, and equipment
US20140267282A1 (en) * 2013-03-14 2014-09-18 Robert Bosch Gmbh System And Method For Context Dependent Level Of Detail Adjustment For Navigation Maps And Systems
CN104077326A (en) * 2013-03-29 2014-10-01 北京图盟科技有限公司 Road data processing method and device
CN105488066A (en) * 2014-09-19 2016-04-13 昆达电脑科技(昆山)有限公司 Method for creating spatial data base and data structure product of creating spatial data base
CN107480180A (en) * 2017-07-05 2017-12-15 北京辰安信息科技有限公司 The processing method of road data, road positioning method, apparatus and system

Also Published As

Publication number Publication date
CN113051282A (en) 2021-06-29

Similar Documents

Publication Publication Date Title
CN105701103B (en) Three-dimensional application system based on geographic information
CN106530170B (en) Boundary optimization method for regional ecological protection red line
US20070253642A1 (en) Method and apparatus for indexing, storing and retrieving raster (GRID) data in a combined raster vector system
US8676489B2 (en) Positioning map views to show more optimal route information
US20150347457A1 (en) Automatic update for map cache
CN103186986B (en) Method and device used for terminal to display road conditions, and equipment
KR20120122957A (en) Navigation device, method of determining a height coordinate and method of generating a database
CA2829346A1 (en) Method and apparatus building and asset management
CN113010793A (en) Method, device, equipment, storage medium and program product for map data processing
CN110083668B (en) Data management system, management method, terminal and storage medium for high-precision map
EP2589933B1 (en) Navigation device, method of predicting a visibility of a triangular face in an electronic map view
WO2021135845A1 (en) Method and system for marking road surface
CN102831169A (en) Plane figure relation determining method and system in geographical information system
CN113298130A (en) Target image detection method and target object detection model generation method
CN105677843A (en) Method for automatically obtaining attribute of four boundaries of parcel
WO2021169772A1 (en) Method and system for marking scene
WO2021135846A1 (en) Method and system for marking road surface
CN113327503A (en) Method and system for marking road surface
Zaikanov et al. Principles of GIS support of geoenvironmental mapping at a regional level
CN102495902B (en) Method and system for simultaneously realizing ETL (Extract Transform and Load) process of spatial data and attribute data
CN104778212A (en) Map data generation method, map data generation device, map data reading method and map data reading device
CN111767295B (en) Map data processing method, device, computing equipment and medium
CN113570256A (en) Data processing method and device applied to city planning, electronic equipment and medium
CN114547353A (en) Multifunctional intelligent rod image file management method, system, computer and medium
CN103106254A (en) Parallel splicing method of polygonal vector data files

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: 20908738

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: 20908738

Country of ref document: EP

Kind code of ref document: A1

122 Ep: pct application non-entry in european phase

Ref document number: 20908738

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 FORM 1205A DATED 23/01/2023)