WO2021189897A1 - Road matching method and apparatus, and electronic device and readable storage medium - Google Patents

Road matching method and apparatus, and electronic device and readable storage medium Download PDF

Info

Publication number
WO2021189897A1
WO2021189897A1 PCT/CN2020/131973 CN2020131973W WO2021189897A1 WO 2021189897 A1 WO2021189897 A1 WO 2021189897A1 CN 2020131973 W CN2020131973 W CN 2020131973W WO 2021189897 A1 WO2021189897 A1 WO 2021189897A1
Authority
WO
WIPO (PCT)
Prior art keywords
segmented
gps data
candidate
data
latitude
Prior art date
Application number
PCT/CN2020/131973
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 WO2021189897A1 publication Critical patent/WO2021189897A1/en

Links

Classifications

    • GPHYSICS
    • G01MEASURING; TESTING
    • G01CMEASURING DISTANCES, LEVELS OR BEARINGS; SURVEYING; NAVIGATION; GYROSCOPIC INSTRUMENTS; PHOTOGRAMMETRY OR VIDEOGRAMMETRY
    • G01C21/00Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00
    • G01C21/26Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00 specially adapted for navigation in a road network
    • G01C21/28Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00 specially adapted for navigation in a road network with correlation of data from several navigational instruments
    • G01C21/30Map- or contour-matching
    • GPHYSICS
    • G01MEASURING; TESTING
    • G01SRADIO DIRECTION-FINDING; RADIO NAVIGATION; DETERMINING DISTANCE OR VELOCITY BY USE OF RADIO WAVES; LOCATING OR PRESENCE-DETECTING BY USE OF THE REFLECTION OR RERADIATION OF RADIO WAVES; ANALOGOUS ARRANGEMENTS USING OTHER WAVES
    • G01S19/00Satellite radio beacon positioning systems; Determining position, velocity or attitude using signals transmitted by such systems
    • G01S19/38Determining a navigation solution using signals transmitted by a satellite radio beacon positioning system
    • G01S19/39Determining a navigation solution using signals transmitted by a satellite radio beacon positioning system the satellite radio beacon positioning system transmitting time-stamped messages, e.g. GPS [Global Positioning System], GLONASS [Global Orbiting Navigation Satellite System] or GALILEO
    • G01S19/42Determining position
    • 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/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/953Querying, e.g. by the use of web search engines
    • G06F16/9537Spatial or temporal dependent retrieval, e.g. spatiotemporal queries

Definitions

  • This application relates to the field of artificial intelligence, and in particular to a method, device, electronic device, and readable storage medium for road matching.
  • a road matching method provided by this application includes:
  • segmented map data and the segmented GPS data to perform a first screening analysis and calculation to obtain a target latitude and longitude point set and a candidate starting point set;
  • the target path is obtained by calculation according to the candidate start point set and the candidate end point set.
  • the application also provides a road matching device, which includes:
  • a data association module for acquiring GPS data, segmenting the GPS data to obtain segmented GPS data; encoding the segmented GPS data to obtain encoded GPS data; acquiring map data and using the encoded GPS data Performing associated segmentation on the map data to obtain segmented map data;
  • a starting point generating module configured to use the segmented map data and the segmented GPS data to perform a first screening analysis and calculation to obtain a target latitude and longitude point set and a candidate starting point set;
  • An end point generating module configured to use the segmented map data and the target longitude and latitude point set to perform a second screening analysis and calculation to obtain a candidate end point set;
  • the target path calculation module is used to calculate the target path according to the candidate start point set and the candidate end point set.
  • This application also provides an electronic device, which includes:
  • Memory storing at least one instruction
  • the processor executes the instructions stored in the memory to implement the road matching method as described below:
  • segmented map data and the segmented GPS data to perform a first screening analysis and calculation to obtain a target latitude and longitude point set and a candidate starting point set;
  • the target path is obtained by calculation according to the candidate start point set and the candidate end point set.
  • This application also provides a computer-readable storage medium, including a storage data area and a storage program area.
  • the storage data area stores data created according to the use of blockchain nodes
  • the storage program area stores a computer program, which is readable by the computer.
  • At least one instruction is stored in the storage medium, and the at least one instruction is executed by the processor in the electronic device to implement the road matching method as described below:
  • segmented map data and the segmented GPS data to perform a first screening analysis and calculation to obtain a target latitude and longitude point set and a candidate starting point set;
  • the target path is obtained by calculation according to the candidate start point set and the candidate end point set.
  • FIG. 1 is a schematic flowchart of a road matching method provided by an embodiment of this application
  • FIG. 2 is a schematic diagram of modules of a road matching device provided by an embodiment of this application.
  • FIG. 3 is a schematic diagram of the internal structure of an electronic device for implementing a road matching method provided by an embodiment of the application;
  • This application provides a road matching method.
  • FIG. 1 it is a schematic flowchart of a road matching method provided by an embodiment of this application.
  • the method can be executed by a device, and the device can be implemented by software and/or hardware.
  • the road matching method includes:
  • GPS Global Positioning System, Global Positioning System
  • the GPS data is a collection of GPS points in consecutive time intervals sorted by time, where the GPS points are geographic locations with time, longitude and latitude.
  • the GPS data can be obtained from a navigation data information database of a rental company.
  • the GPS data is relatively large.
  • the GPS data is first segmented.
  • the GPS data is segmented according to a preset time to obtain the segmented GPS data; and/or the GPS data is segmented according to a preset distance to obtain the segmented GPS Data; Preferably, the embodiment of the application divides the GPS data into a segment every 15 minutes or every 10 kilometers.
  • the GPS data is the GPS data in the time period of 2:00-2:30, and the segmentation is performed at 15-minute intervals to obtain the segmented GPS data of 2:00-2:15 and 2:15-2: 30 segmented GPS data.
  • the above segmentation processing does not change the data attributes in the GPS data.
  • the segmented GPS data is also a collection of GPS points in consecutive time intervals sorted by time, but the collection is only a part of the GPS data. .
  • the segmented GPS data is a data collection of the user's location trajectory.
  • the segmented GPS data may be stored in the blockchain.
  • the latitude and longitude of each GPS point in the segmented GPS data is converted into one-dimensional data.
  • encoding the segmented GPS data to obtain the encoded GPS data includes:
  • S21 Convert the latitude and longitude of each GPS point contained in the segmented GPS data into Geohash values by using the Geohash (geolocation hash coding) algorithm to obtain a GPS Geohash value set;
  • the latitude and longitude of a GPS point is (39.923201, 116.390705), the range of latitude is (-90, 90), and the middle value is 0.
  • the latitude 39.923201, in the interval (0, 90) we get a 1; the middle value of the interval (0, 90) is 45 degrees, and the latitude 39.923201 is less than 45, so we get a 0.
  • the final binary representation of latitude is: 10111000110001111001; similarly, the binary representation of longitude 116.390705 can be obtained as: 11010010110001000100.
  • the binary representations of latitude and longitude obtained above are further combined, where longitude occupies even digits and latitude occupies odd digits.
  • the combined value is 1110011101001000111100000011010101100001.
  • Base32 for encoding to obtain the Geohash code of the GPS point.
  • One way of the Base32 (reference 32) encoding table is to use 0-9, bz (remove a, i, l, o) These 32 letters are coded.
  • the Geohash value obtained after Base32 encoding is wx4g0ec1.
  • the map data is data of an electronic map
  • the map data includes, but is not limited to: the starting point ID (Identitydocument, identity identification number) and the end point ID of the road, the starting point latitude and longitude, the end point latitude and longitude of different roads, and Road information description, where the road information description includes: road ID, the name of the road, road data, the direction of the road, and data of multiple latitude and longitude points that make up the road.
  • the map data can be obtained from any electronic map database.
  • the Geohash algorithm is used to process the map data to obtain a map Geohash value set, and each Geohash value in the map Geohash value set represents a piece of map area data in the map data.
  • the map data is too large. In order to save computing resources, only the map area data where the segmented GPS data is located is selected, and the coded GPS data is used to associate and cut the map data. Points, including:
  • each Geohash value in the map Geohash value set represents a piece of map area data in the map data, so the segmented map data represents data of the map area where the segmented GPS data is located.
  • the segmented map data and the segmented GPS data are used for screening, analysis and calculation to obtain a candidate starting point set.
  • the embodiment of the present application uses the segmented map data and the segmented GPS data to perform a first screening analysis calculation to obtain a target longitude and latitude point set and a candidate starting point set, including:
  • the segmented GPS data is a collection of GPS points in continuous time intervals sorted by time, where the GPS points are geographic locations with time, latitude and longitude.
  • the selecting and sorting corresponding latitude and longitude points in the segmented map data according to the segmented GPS data to obtain a target latitude and longitude point set includes:
  • S411 Select latitude and longitude points with the same latitude and longitude included in the segmented map data according to the latitude and longitude of each GPS point included in the segmented GPS data to obtain a latitude and longitude point set;
  • the segmented map data includes multiple latitude and longitude points, and the latitude and longitude points of the same latitude and longitude included in the segmented map data are selected according to the latitude and longitude of each GPS point included in the segmented GPS data For example, if a certain GPS point included in the segmented GPS data is time 11:00 and latitude and longitude (50, 60), then the latitude and longitude point corresponding to the segmented map data is selected as (50, 60).
  • S412 Sort the longitude and latitude points in the longitude and latitude point set according to the time sequence of the GPS points in the segmented GPS data corresponding to each longitude and latitude point in the longitude and latitude point set to obtain the target longitude and latitude point set.
  • the 2 GPS points included in the segmented GPS data are point A: time 11:00, latitude and longitude (50, 60), point B: time 11:01, latitude and longitude (50, 61), then get the latitude and longitude
  • the 2 latitude and longitude points included in the point set are (50,60) and (50,61), and the GPS point time corresponding to the latitude and longitude point (50,60) is 11:00, and the GPS point time corresponding to the latitude and longitude point (50,61) It is 11:01, so the latitude and longitude point (50, 60) is sorted as the first latitude and longitude point, and the latitude and longitude point (50, 61) is sorted as the second latitude and longitude point to obtain the target latitude and longitude point set.
  • the road starting point is the starting longitude and latitude point of the road in the segmented map data.
  • the preset range is (0-90) m.
  • S43 Calculate the minimum distance between the first latitude and longitude point and the minimum starting node adjacent edge of the candidate starting node;
  • the minimum distance between adjacent edges of the starting node is the distance from the first latitude and longitude point to the road where the candidate starting node is located.
  • the angle between the adjacent sides of the starting node is the angle between the first directed line segment and the road direction where the candidate starting node is located.
  • weighted sum of the starting node can be calculated by the following formula:
  • the top five candidate starting nodes in the candidate starting node set are selected to obtain the candidate starting point set; further, if the number of candidate starting points in the candidate starting node set is If there are less than 5, the candidate starting points in the candidate starting node set are sorted in ascending order according to the weighted sum of the corresponding starting nodes to obtain the candidate starting point set.
  • the segmented map data and the target latitude and longitude point set are used for screening, analysis and calculation to obtain a candidate end point set.
  • the embodiment of the present application uses the segmented map data and the target latitude and longitude point set to perform screening, analysis and calculation to obtain a candidate end point set, including:
  • the last longitude and latitude point in the target longitude and latitude points is the last longitude and latitude point in the concentrated order of the target longitude and latitude points.
  • the road termination point is the termination latitude and longitude point of the road in the segmented map data.
  • the minimum neighboring edge distance of the termination node is the distance from the first GPS point from the bottom to the road where the candidate termination node is located.
  • S53 Calculate the angle between the second directed line segment composed of the penultimate longitude and latitude point and the penultimate longitude and latitude point in the target longitude and latitude points and the adjacent side of the termination node of the candidate termination node;
  • the angle between the adjacent sides of the termination node is the angle between the second directed line segment and the road direction where the candidate termination node is located.
  • S54 Calculate the weighted sum of the termination node of the minimum distance between the adjacent edges of the termination node and the angle between the adjacent edges of the termination node;
  • weighted sum of the starting node can be calculated by the following formula:
  • S55 Sort the candidate termination nodes in the candidate termination node set in ascending order according to the corresponding termination node weighted sum, and select a predetermined number of candidate nodes to obtain the candidate termination set.
  • the top five candidate termination nodes in the candidate termination node set are selected to obtain the candidate termination node set; further, if the number of candidate termination nodes in the candidate termination node set is less than 5 , Sorting the candidate termination nodes in the candidate termination node set in ascending order according to the corresponding termination node weighted sum to obtain the candidate termination node set.
  • the Astar algorithm is used to calculate the path between each candidate starting point in the candidate starting point set and each candidate end point in the candidate ending point set to obtain the path set, and the shortest path in the path set is selected As the shortest path.
  • the shortest path is the best path matched by the segmented GPS data, and the shortest path corresponding to all the segmented GPS data is combined to obtain the target path, that is, the GPS data The best path to match.
  • the GPS data is segmented to obtain segmented GPS data, and the segmented processing improves the calculation speed and saves subsequent road matching calculation resources;
  • the segmented GPS data is encoded to obtain encoded GPS data, Make the data one-dimensional to reduce the amount of subsequent road matching calculations; use the encoded GPS data to correlate and segment the map data, divide the map into blocks, and reduce the amount of subsequent road matching calculations; use the segmented map data and all
  • the segmented GPS data is subjected to a first screening analysis and calculation to obtain a target longitude and latitude point set and a candidate starting point set; the segmented map data and the target longitude and latitude point set are used to perform a second screening analysis and calculation to obtain a candidate end point set; The start point set and the candidate end point set are calculated to obtain the target path.
  • Splitting and matching GPS data with map data improves the calculation speed of road matching and saves calculation resources for road matching.
  • FIG. 2 it is a functional block diagram of the road matching device of the present application.
  • the road matching device 100 described in this application can be installed in an electronic device.
  • the road matching device may include a data association module 101, a starting point generating module 102, an ending point generating module 103, and a target path calculation module 104.
  • the module described in the present invention can also be called a unit, which refers to a series of computer program segments that can be executed by the processor of an electronic device and can complete fixed functions, and are stored in the memory of the electronic device.
  • each module/unit is as follows:
  • the data association module 101 is used for acquiring GPS data, segmenting the GPS data to obtain segmented GPS data; encoding the segmented GPS data to obtain encoded GPS data; acquiring map data, using the encoding The GPS data performs correlation and segmentation on the map data to obtain segmented map data.
  • the starting point generating module 102 is configured to use the segmented map data and the segmented GPS data to perform a first screening analysis calculation to obtain a target latitude and longitude point set and a candidate starting point set.
  • the end point generating module 103 is configured to use the segmented map data and the target longitude and latitude point set to perform a second screening analysis and calculation to obtain a candidate end point set.
  • the target path calculation module 104 is configured to calculate a target path according to the candidate start point set and the candidate end point set.
  • FIG. 3 it is a schematic diagram of the structure of the electronic device implementing the road matching method of the present application.
  • the electronic device 1 may include a processor 10, a memory 11, and a bus, and may also include a computer program stored in the memory 11 and running on the processor 10, such as a road matching program.
  • the memory 11 includes at least one type of readable storage medium, and the readable storage medium may be volatile or nonvolatile.
  • the readable storage medium includes flash memory, mobile hard disk, multimedia card, card-type memory (for example: SD or DX memory, etc.), magnetic memory, magnetic disk, optical disk, etc.
  • the memory 11 may be an internal storage unit of the electronic device 1 in some embodiments, for example, a mobile hard disk of the electronic device 1.
  • the memory 11 may also be an external storage device of the electronic device 1, such as a plug-in mobile hard disk, a smart memory card (SmartMediaCard, SMC), and a secure digital (SecureDigital, SD) equipped on the electronic device 1. Card, flash card (FlashCard), etc.
  • the memory 11 may also include both an internal storage unit of the electronic device 1 and an external storage device.
  • the memory 11 can be used not only to store application software and various data installed in the electronic device 1, such as the code of a road matching program, etc., but also to temporarily store data that has been output or will be output.
  • the processor 10 may be composed of integrated circuits in some embodiments, for example, may be composed of a single packaged integrated circuit, or may be composed of multiple integrated circuits with the same function or different functions, including one or more Combinations of central processing unit (CentralProcessingunit, CPU), microprocessor, digital processing chip, graphics processor and various control chips, etc.
  • the processor 10 is the control core (ControlUnit) of the electronic device, which uses various interfaces and lines to connect the various components of the entire electronic device, and runs or executes programs or modules (such as road matching) stored in the memory 11 Programs, etc.), and call data stored in the memory 11 to execute various functions of the electronic device 1 and process data.
  • ControlUnit ControlUnit
  • the bus may be a peripheral component interconnection standard (peripheral component interconnect, referred to as PCI) bus or an extended industry standard architecture (extended industry standard architecture, referred to as EISA) bus, etc.
  • PCI peripheral component interconnect
  • EISA extended industry standard architecture
  • the bus can be divided into address bus, data bus, control bus and so on.
  • the bus is configured to implement connection and communication between the memory 11 and at least one processor 10 and the like.
  • FIG. 3 only shows an electronic device with components. Those skilled in the art can understand that the structure shown in FIG. 3 does not constitute a limitation on the electronic device 1, and may include fewer or more components than shown in the figure. Components, or a combination of certain components, or different component arrangements.
  • the electronic device 1 may also include a power source (such as a battery) for supplying power to various components.
  • the power source may be logically connected to the at least one processor 10 through a power management device, thereby controlling power
  • the device implements functions such as charge management, discharge management, and power consumption management.
  • the power supply may also include any components such as one or more DC or AC power supplies, recharging devices, power failure detection circuits, power converters or inverters, and power status indicators.
  • the electronic device 1 may also include various sensors, Bluetooth modules, Wi-Fi modules, etc., which will not be repeated here.
  • the electronic device 1 may also include a network interface.
  • the network interface may include a wired interface and/or a wireless interface (such as a Wi-Fi interface, a Bluetooth interface, etc.), which is usually used in the electronic device 1 Establish a communication connection with other electronic devices.
  • the electronic device 1 may also include a user interface.
  • the user interface may be a display (Display) and an input unit (such as a keyboard (Keyboard)).
  • the user interface may also be a standard wired interface or a wireless interface.
  • the display may be an LED display, a liquid crystal display, a touch-sensitive liquid crystal display, an OLED (Organic Light-Emitting Diode, organic light-emitting diode) touch device, etc.
  • the display can also be appropriately called a display screen or a display unit, which is used to display the information processed in the electronic device 1 and to display a visualized user interface.
  • the road matching program 12 stored in the memory 11 in the electronic device 1 is a combination of multiple instructions. When running in the processor 10, it can realize:
  • segmented map data and the segmented GPS data to perform a first screening analysis and calculation to obtain a target latitude and longitude point set and a candidate starting point set;
  • the target path is obtained by calculation according to the candidate start point set and the candidate end point set.
  • the integrated module/unit of the electronic device 1 is implemented in the form of a software functional unit and sold or used as an independent product, it can be stored in a computer readable storage medium.
  • the computer-readable storage medium may be volatile or non-volatile.
  • the computer-readable storage medium may include: any entity or device capable of carrying the computer program code, recording medium, U disk, mobile hard disk, magnetic disk, optical disk, computer memory, read-only memory (ROM, Read -OnlyMemory).
  • the computer usable storage medium may mainly include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required by at least one function, etc.; the storage data area may store a block chain node Use the created data, etc.
  • modules described as separate components may or may not be physically separated, and the components displayed as modules may or may not be physical units, that is, they may be located in one place, or they may be distributed on multiple network units. Some or all of the modules can be selected according to actual needs to achieve the objectives of the solutions of the embodiments.
  • the functional modules in the various embodiments of the present application may be integrated into one processing unit, or each unit may exist alone physically, or two or more units may be integrated into one unit.
  • the above-mentioned integrated unit may be implemented in the form of hardware, or may be implemented in the form of hardware plus software functional modules.
  • the blockchain referred to in this application is a new application mode of computer technology such as distributed data storage, point-to-point transmission, consensus mechanism, and encryption algorithm.
  • Blockchain essentially a decentralized database, is a series of data blocks associated with cryptographic methods. Each data block contains a batch of network transaction information for verification. The validity of the information (anti-counterfeiting) and the generation of the next block.
  • the blockchain can include the underlying platform of the blockchain, the platform product service layer, and the application service layer.

Landscapes

  • Engineering & Computer Science (AREA)
  • Remote Sensing (AREA)
  • Radar, Positioning & Navigation (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Automation & Control Theory (AREA)
  • Instructional Devices (AREA)
  • Navigation (AREA)
  • Position Fixing By Use Of Radio Waves (AREA)

Abstract

A road matching method, comprising: segmenting GPS data to obtain segmented GPS data (S1); encoding the segmented GPS data to obtain encoded GPS data (S2); performing association segmentation on map data by utilizing the encoded GPS data, so as to obtain segmented map data (S3); performing first screening, analysis and calculation by utilizing the segmented map data and the segmented GPS data, so as to obtain a target longitude and latitude point set and a candidate start point set (S4); performing second screening, analysis and calculation by utilizing the segmented map data and the target longitude and latitude point set, so as to obtain a candidate end point set (S5); and performing calculation according to the candidate start point set and the candidate end point set, so as to obtain a target path (S6).

Description

道路匹配方法、装置、电子设备及可读存储介质Road matching method, device, electronic equipment and readable storage medium
本申请要求于2020年09月02日提交中国专利局、申请号为202010912001.9,发明名称为“道路匹配方法、装置、电子设备及可读存储介质”的中国专利申请的优先权,其全部内容通过引用结合在本申请中。This application claims the priority of a Chinese patent application filed with the Chinese Patent Office on September 02, 2020, the application number is 202010912001.9, and the invention title is "Road matching method, device, electronic equipment and readable storage medium". The entire content of the application is approved The reference is incorporated in this application.
技术领域Technical field
本申请涉及人工智能领域,尤其涉及一种道路匹配的方法、装置、电子设备及可读存储介质。This application relates to the field of artificial intelligence, and in particular to a method, device, electronic device, and readable storage medium for road matching.
背景技术Background technique
随着地图导航在人们生活中的应用越来越广泛,导航与道路匹配的准确度越来越受到人们的关注。As map navigation is more and more widely used in people's lives, the accuracy of navigation and road matching has attracted more and more attention.
发明人意识到,目前,导航中主要采用全局匹配的方式,每次匹配都需要计算全局地图的所有道路节点的连通路径,耗费大量的计算资源,当全局地图过大时,甚至无法进行匹配,因此,迫切需要更加节省计算资源的道路匹配方法。The inventor realized that at present, the main method of global matching is used in navigation. Each matching requires calculating the connected paths of all road nodes on the global map, which consumes a lot of computing resources. When the global map is too large, matching cannot even be performed. Therefore, there is an urgent need for a road matching method that saves more computing resources.
技术解决方案Technical solutions
本申请提供的一种道路匹配方法,包括:A road matching method provided by this application includes:
获取GPS数据,对所述GPS数据进行分段,得到分段GPS数据;Acquiring GPS data, segmenting the GPS data to obtain segmented GPS data;
对所述分段GPS数据进行编码处理得到编码GPS数据;Encoding the segmented GPS data to obtain encoded GPS data;
获取地图数据,利用所述编码GPS数据对所述地图数据进行关联切分,得到分段地图数据;Acquiring map data, using the encoded GPS data to correlate and segment the map data to obtain segmented map data;
利用所述分段地图数据及所述分段GPS数据进行第一筛选分析计算得到目标经纬度点集及候选起点集;Use the segmented map data and the segmented GPS data to perform a first screening analysis and calculation to obtain a target latitude and longitude point set and a candidate starting point set;
利用所述分段地图数据及所述目标经纬度点集进行第二筛选分析计算得到候选终点集;Use the segmented map data and the target latitude and longitude point set to perform a second screening analysis and calculation to obtain a candidate end point set;
根据所述候选起点集及所述候选终点集进行计算得到目标路径。The target path is obtained by calculation according to the candidate start point set and the candidate end point set.
本申请还提供一种道路匹配装置,所述装置包括:The application also provides a road matching device, which includes:
数据关联模块,用于获取GPS数据,对所述GPS数据进行分段,得到分段GPS数据;对所述分段GPS数据进行编码处理得到编码GPS数据;获取地图数据,利用所述编码GPS数据对所述地图数据进行关联切分,得到分段地图数据;A data association module for acquiring GPS data, segmenting the GPS data to obtain segmented GPS data; encoding the segmented GPS data to obtain encoded GPS data; acquiring map data and using the encoded GPS data Performing associated segmentation on the map data to obtain segmented map data;
起点生成模块,用于利用所述分段地图数据及所述分段GPS数据进行第一筛选分析计算得到目标经纬度点集及候选起点集;A starting point generating module, configured to use the segmented map data and the segmented GPS data to perform a first screening analysis and calculation to obtain a target latitude and longitude point set and a candidate starting point set;
终点生成模块,用于利用所述分段地图数据及所述目标经纬度点集进行第二筛选分析计算得到候选终点集;An end point generating module, configured to use the segmented map data and the target longitude and latitude point set to perform a second screening analysis and calculation to obtain a candidate end point set;
目标路径计算模块,用于根据所述候选起点集及所述候选终点集进行计算得到目标路径。The target path calculation module is used to calculate the target path according to the candidate start point set and the candidate end point set.
本申请还提供一种电子设备,所述电子设备包括:This application also provides an electronic device, which includes:
存储器,存储至少一个指令;及Memory, storing at least one instruction; and
处理器,执行所述存储器中存储的指令以实现如下所述的道路匹配方法:The processor executes the instructions stored in the memory to implement the road matching method as described below:
获取GPS数据,对所述GPS数据进行分段,得到分段GPS数据;Acquiring GPS data, segmenting the GPS data to obtain segmented GPS data;
对所述分段GPS数据进行编码处理得到编码GPS数据;Encoding the segmented GPS data to obtain encoded GPS data;
获取地图数据,利用所述编码GPS数据对所述地图数据进行关联切分,得到分段地图数据;Acquiring map data, using the encoded GPS data to correlate and segment the map data to obtain segmented map data;
利用所述分段地图数据及所述分段GPS数据进行第一筛选分析计算得到目标经纬度点集及候选起点集;Use the segmented map data and the segmented GPS data to perform a first screening analysis and calculation to obtain a target latitude and longitude point set and a candidate starting point set;
利用所述分段地图数据及所述目标经纬度点集进行第二筛选分析计算得到候选终点集;Use the segmented map data and the target latitude and longitude point set to perform a second screening analysis and calculation to obtain a candidate end point set;
根据所述候选起点集及所述候选终点集进行计算得到目标路径。The target path is obtained by calculation according to the candidate start point set and the candidate end point set.
本申请还提供一种计算机可读存储介质,包括存储数据区和存储程序区,存储数据区存储根据区块链节点的使用所创建的数据,存储程序区存储有计算机程序,所述计算机可读存储介质中存储有至少一个指令,所述至少一个指令被电子设备中的处理器执行以实现如下所述的道路匹配方法:This application also provides a computer-readable storage medium, including a storage data area and a storage program area. The storage data area stores data created according to the use of blockchain nodes, and the storage program area stores a computer program, which is readable by the computer. At least one instruction is stored in the storage medium, and the at least one instruction is executed by the processor in the electronic device to implement the road matching method as described below:
获取GPS数据,对所述GPS数据进行分段,得到分段GPS数据;Acquiring GPS data, segmenting the GPS data to obtain segmented GPS data;
对所述分段GPS数据进行编码处理得到编码GPS数据;Encoding the segmented GPS data to obtain encoded GPS data;
获取地图数据,利用所述编码GPS数据对所述地图数据进行关联切分,得到分段地图数据;Acquiring map data, using the encoded GPS data to correlate and segment the map data to obtain segmented map data;
利用所述分段地图数据及所述分段GPS数据进行第一筛选分析计算得到目标经纬度点集及候选起点集;Use the segmented map data and the segmented GPS data to perform a first screening analysis and calculation to obtain a target latitude and longitude point set and a candidate starting point set;
利用所述分段地图数据及所述目标经纬度点集进行第二筛选分析计算得到候选终点集;Use the segmented map data and the target latitude and longitude point set to perform a second screening analysis and calculation to obtain a candidate end point set;
根据所述候选起点集及所述候选终点集进行计算得到目标路径。The target path is obtained by calculation according to the candidate start point set and the candidate end point set.
附图说明Description of the drawings
图1为本申请一实施例提供的道路匹配方法的流程示意图;FIG. 1 is a schematic flowchart of a road matching method provided by an embodiment of this application;
图2为本申请一实施例提供的道路匹配装置的模块示意图;2 is a schematic diagram of modules of a road matching device provided by an embodiment of this application;
图3为本申请一实施例提供的实现道路匹配方法的电子设备的内部结构示意图;3 is a schematic diagram of the internal structure of an electronic device for implementing a road matching method provided by an embodiment of the application;
本申请目的的实现、功能特点及优点将结合实施例,参照附图做进一步说明。The realization, functional characteristics, and advantages of the purpose of this application will be further described in conjunction with the embodiments and with reference to the accompanying drawings.
本发明的实施方式Embodiments of the present invention
应当理解,此处所描述的具体实施例仅仅用以解释本申请,并不用于限定本申请。It should be understood that the specific embodiments described here are only used to explain the present application, and are not used to limit the present application.
本申请提供一种道路匹配方法。参照图1所示,为本申请一实施例提供的道路匹配方法的流程示意图。该方法可以由一个装置执行,该装置可以由软件和/或硬件实现。This application provides a road matching method. Referring to FIG. 1, it is a schematic flowchart of a road matching method provided by an embodiment of this application. The method can be executed by a device, and the device can be implemented by software and/or hardware.
在本实施例中,道路匹配方法包括:In this embodiment, the road matching method includes:
S1、获取GPS(GlobalPositioningSystem,全球定位系统)数据,对所述GPS数据进行分段,得到分段GPS数据;S1. Obtain GPS (Global Positioning System, Global Positioning System) data, and segment the GPS data to obtain segmented GPS data;
本申请实施例中,所述GPS数据为按照时间排序的连续时间间隔的GPS点的集合,其中,所述GPS点是具有时间及经纬度的地理位置点。所述GPS数据可以从某出租公司的导航数据信息库中获取。In the embodiment of the present application, the GPS data is a collection of GPS points in consecutive time intervals sorted by time, where the GPS points are geographic locations with time, longitude and latitude. The GPS data can be obtained from a navigation data information database of a rental company.
进一步地,本申请实施例中,所述GPS数据较多,为了便于对所述GPS数据进行处理,首先对所述GPS数据进行分段。Further, in the embodiment of the present application, the GPS data is relatively large. In order to facilitate the processing of the GPS data, the GPS data is first segmented.
详细地,本申请实施例中,将所述GPS数据按照预设时间分段,得到所述分段GPS数据;及/或将所述GPS数据按照预设距离分段,得到所述分段GPS数据;较佳地,本申请实施例将所述GPS数据每15分钟分一段或每10公里分一段。例如:所述GPS数据为2:00-2:30时间段内的GPS数据,按照15分钟的间隔进行分段,得到2:00-2:15的分段GPS数据及2:15-2:30的分段GPS数据。In detail, in the embodiment of the present application, the GPS data is segmented according to a preset time to obtain the segmented GPS data; and/or the GPS data is segmented according to a preset distance to obtain the segmented GPS Data; Preferably, the embodiment of the application divides the GPS data into a segment every 15 minutes or every 10 kilometers. For example, the GPS data is the GPS data in the time period of 2:00-2:30, and the segmentation is performed at 15-minute intervals to obtain the segmented GPS data of 2:00-2:15 and 2:15-2: 30 segmented GPS data.
进一步地,上述分段处理并不会改变GPS数据中的数据属性,所述分段GPS数据也为按照时间排序的连续时间间隔的GPS点的集合,只是该集合仅仅是所述GPS数据的一部分。Further, the above segmentation processing does not change the data attributes in the GPS data. The segmented GPS data is also a collection of GPS points in consecutive time intervals sorted by time, but the collection is only a part of the GPS data. .
本申请的另一实施例中,所述分段GPS数据为用户位置轨迹的数据集合,为了保证用户位置轨迹数据的隐私性,可以将所述分段GPS数据存储在区块链中。In another embodiment of the present application, the segmented GPS data is a data collection of the user's location trajectory. In order to ensure the privacy of the user's location trajectory data, the segmented GPS data may be stored in the blockchain.
S2、对所述分段GPS数据进行编码处理得到编码GPS数据;S2. Perform encoding processing on the segmented GPS data to obtain encoded GPS data;
本申请实施例中,为了更好的对所述分段GPS数据进行处理,将所述分段GPS数据中的每个GPS点的经纬度转换成一维数据。In this embodiment of the application, in order to better process the segmented GPS data, the latitude and longitude of each GPS point in the segmented GPS data is converted into one-dimensional data.
详细地,本申请实施例对所述分段GPS数据进行编码处理得到所述编码GPS数据包括:In detail, in the embodiment of the present application, encoding the segmented GPS data to obtain the encoded GPS data includes:
S21、利用Geohash(地理位置散列编码)算法将所述分段GPS数据中包含的每一个GPS点的经纬度转换为Geohash值,得到GPSGeohash值集;S21: Convert the latitude and longitude of each GPS point contained in the segmented GPS data into Geohash values by using the Geohash (geolocation hash coding) algorithm to obtain a GPS Geohash value set;
例如:某一个GPS点的经纬度为(39.923201, 116.390705),纬度的范围是(-90,90),其中间值为0。对于纬度39.923201,在区间(0,90)中,因此得到一个1;(0,90)区间的中间值为45度,纬度39.923201小于45,因此得到一个0,依次计算下去,即可得到纬度的二进制表示,最后得到纬度的二进制表示为:10111000110001111001;同理可以得到经度116.390705的二进制表示为:11010010110001000100。进一步将上述得到的经纬度的二进制表示进行合并,其中经度占偶数位,纬度占奇数位,如对于上述经纬度(39.923201, 116.390705),合并后的值为1110011101001000111100000011010101100001。进一步地,对于上述合并后的值,利用Base32进行编码,从而得到GPS点的Geohash码,Base32(基准32)编码表的其中一种方式是用0-9、b-z(去掉a, i, l, o)这32个字母进行编码。例如,对于上述合并后的值,在进行Base32编码后得到的Geohash值为wx4g0ec1。For example: the latitude and longitude of a GPS point is (39.923201, 116.390705), the range of latitude is (-90, 90), and the middle value is 0. For the latitude 39.923201, in the interval (0, 90), we get a 1; the middle value of the interval (0, 90) is 45 degrees, and the latitude 39.923201 is less than 45, so we get a 0. Calculate in order to get the latitude Binary representation, the final binary representation of latitude is: 10111000110001111001; similarly, the binary representation of longitude 116.390705 can be obtained as: 11010010110001000100. The binary representations of latitude and longitude obtained above are further combined, where longitude occupies even digits and latitude occupies odd digits. For example, for the above latitude and longitude (39.923201, 116.390705), the combined value is 1110011101001000111100000011010101100001. Further, for the above-mentioned combined value, use Base32 for encoding to obtain the Geohash code of the GPS point. One way of the Base32 (reference 32) encoding table is to use 0-9, bz (remove a, i, l, o) These 32 letters are coded. For example, for the above merged value, the Geohash value obtained after Base32 encoding is wx4g0ec1.
S22、对所述GPSGeohash值集中的数据进行重复值删除处理得到所述编码GPS数据。S22. Perform duplicate value deletion processing on the data in the GPSGeohash value set to obtain the encoded GPS data.
本申请实施例中,根据Geohash算法的固有属性,所述分段GPS数据中不同的GPS点可能对应同一个Geohash值,因此对所述GPSGeohash值集中的数据进行重复值删除处理得到编码GPS数据。In the embodiment of the present application, according to the inherent properties of the Geohash algorithm, different GPS points in the segmented GPS data may correspond to the same Geohash value. Therefore, the data in the GPS Geohash value set is deduplicated to obtain encoded GPS data.
S3、获取地图数据,利用所述编码GPS数据对所述地图数据进行关联切分,得到分段地图数据;S3. Obtain map data, and use the encoded GPS data to correlate and segment the map data to obtain segmented map data;
本申请实施例中,所述地图数据为电子地图的数据,所述地图数据包括,但不限于:道路的起点ID(Identitydocument,身份标识号)和终点ID,不同道路的起点经纬度、终点经纬度及道路信息描述,其中,所述道路信息描述包括:道路ID即道路的名称,道路数据即道路的方向和组成道路的多个经纬度点的数据。所述地图数据可以从任意电子地图数据库中进行获取。In the embodiment of the application, the map data is data of an electronic map, and the map data includes, but is not limited to: the starting point ID (Identitydocument, identity identification number) and the end point ID of the road, the starting point latitude and longitude, the end point latitude and longitude of different roads, and Road information description, where the road information description includes: road ID, the name of the road, road data, the direction of the road, and data of multiple latitude and longitude points that make up the road. The map data can be obtained from any electronic map database.
进一步地,本申请实施例中,利用Geohash算法对所述地图数据进行处理得到地图Geohash值集,所述地图Geohash值集中每个Geohash值代表所述地图数据中的一块地图区域数据。Further, in this embodiment of the present application, the Geohash algorithm is used to process the map data to obtain a map Geohash value set, and each Geohash value in the map Geohash value set represents a piece of map area data in the map data.
进一步地,在本申请实施例中,所述地图数据过于庞大,为了节省计算资源,只选择所述分段GPS数据所在的地图区域数据,利用所述编码GPS数据对所述地图数据进行关联切分,包括:Further, in this embodiment of the application, the map data is too large. In order to save computing resources, only the map area data where the segmented GPS data is located is selected, and the coded GPS data is used to associate and cut the map data. Points, including:
S31、选取所述地图Geohash值集中所述编码GPS数据对应的Geohash值,得到目标Geohash值集;S31. Select the Geohash value corresponding to the encoded GPS data in the map Geohash value set to obtain a target Geohash value set;
S32、选取所述地图数据中所述目标Geohash值集中所有Geohash值对应的数据,得到所述分段地图数据。S32. Select data corresponding to all Geohash values in the target Geohash value set in the map data to obtain the segmented map data.
在本申请实施例中,所述地图Geohash值集中每个Geohash值代表所述地图数据中的一块地图区域数据,因此分段地图数据代表所述分段GPS数据所在的地图区域的数据。In the embodiment of the present application, each Geohash value in the map Geohash value set represents a piece of map area data in the map data, so the segmented map data represents data of the map area where the segmented GPS data is located.
S4、利用所述分段地图数据及所述分段GPS数据进行第一筛选分析计算得到目标经纬度点集及候选起点集;S4. Perform a first screening analysis calculation using the segmented map data and the segmented GPS data to obtain a target latitude and longitude point set and a candidate starting point set;
本申请实施例中,为了找到所述分段地图数据中的候选起点,利用所述分段地图数据及所述分段GPS数据进行筛选分析计算得到候选起点集。In the embodiment of the present application, in order to find the candidate starting point in the segmented map data, the segmented map data and the segmented GPS data are used for screening, analysis and calculation to obtain a candidate starting point set.
详细地,本申请实施例利用所述分段地图数据及所述分段GPS数据进行第一筛选分析计算得到目标经纬度点集及候选起点集,包括:In detail, the embodiment of the present application uses the segmented map data and the segmented GPS data to perform a first screening analysis calculation to obtain a target longitude and latitude point set and a candidate starting point set, including:
S41、根据所述分段GPS数据选取所述分段地图数据中对应的经纬度点并排序,得到所述目标经纬度点集;S41. Select and sort corresponding latitude and longitude points in the segmented map data according to the segmented GPS data to obtain the target latitude and longitude point set;
本申请实施例中,所述分段GPS数据为按照时间排序的连续时间间隔的GPS点的集合,其中,所述GPS点是具有时间及经纬度的地理位置点。In the embodiment of the present application, the segmented GPS data is a collection of GPS points in continuous time intervals sorted by time, where the GPS points are geographic locations with time, latitude and longitude.
进一步地,本申请实施例,所述根据所述分段GPS数据选取所述分段地图数据中对应的经纬度点并对应排序,得到目标经纬度点集,包括:Further, in the embodiment of the present application, the selecting and sorting corresponding latitude and longitude points in the segmented map data according to the segmented GPS data to obtain a target latitude and longitude point set includes:
S411、根据所述分段GPS数据中包含的每个GPS点的经纬度选取所述分段地图数据中包含的相同经纬度的经纬度点,得到经纬度点集;S411: Select latitude and longitude points with the same latitude and longitude included in the segmented map data according to the latitude and longitude of each GPS point included in the segmented GPS data to obtain a latitude and longitude point set;
本申请实施例中,所述分段地图数据中包含多个经纬度点,根据所述分段GPS数据中包含的每个GPS点的经纬度选取所述分段地图数据中包含的相同经纬度的经纬度点,例如:所述分段GPS数据中包含的某个GPS点为时间11:00、经纬度(50,60),那么选取对应所述分段地图数据中的经纬度点为(50,60)。In the embodiment of the present application, the segmented map data includes multiple latitude and longitude points, and the latitude and longitude points of the same latitude and longitude included in the segmented map data are selected according to the latitude and longitude of each GPS point included in the segmented GPS data For example, if a certain GPS point included in the segmented GPS data is time 11:00 and latitude and longitude (50, 60), then the latitude and longitude point corresponding to the segmented map data is selected as (50, 60).
S412、根据所述经纬度点集中每个经纬度点对应的所述分段GPS数据中的GPS点的时间先后顺序对所述经纬度点集中的经纬度点进行排序,得到所述目标经纬度点集。S412: Sort the longitude and latitude points in the longitude and latitude point set according to the time sequence of the GPS points in the segmented GPS data corresponding to each longitude and latitude point in the longitude and latitude point set to obtain the target longitude and latitude point set.
例如:所述分段GPS数据中包含的2个GPS点分别为A点:时间11:00、经纬度(50,60),B点:时间11:01、经纬度(50,61),那么得到经纬度点集包含的2经纬度点为(50,60)和(50,61),又经纬度点(50,60)对应的GPS点时间为11:00、经纬度点(50,61)对应的GPS点时间为11:01,所以将经纬度点(50,60)排序为第一个经纬度点,将经纬度点(50,61)排序为第二个经纬度点,得到目标经纬度点集。For example: the 2 GPS points included in the segmented GPS data are point A: time 11:00, latitude and longitude (50, 60), point B: time 11:01, latitude and longitude (50, 61), then get the latitude and longitude The 2 latitude and longitude points included in the point set are (50,60) and (50,61), and the GPS point time corresponding to the latitude and longitude point (50,60) is 11:00, and the GPS point time corresponding to the latitude and longitude point (50,61) It is 11:01, so the latitude and longitude point (50, 60) is sorted as the first latitude and longitude point, and the latitude and longitude point (50, 61) is sorted as the second latitude and longitude point to obtain the target latitude and longitude point set.
S42、选取所述分段地图数据中包含的所述目标经纬度点集中第一个经纬度点的预设范围内的道路起始点为候选起始节点,得到候选起始节点集;S42. Select a road starting point within a preset range of the first latitude and longitude point in the target longitude and latitude point set included in the segmented map data as a candidate starting node to obtain a candidate starting node set;
本申请实施例中,所述道路起始点为所述分段地图数据中道路的起始经纬度点。In the embodiment of the present application, the road starting point is the starting longitude and latitude point of the road in the segmented map data.
较佳地,所述预设范围为(0-90)m。Preferably, the preset range is (0-90) m.
S43、计算所述第一个经纬度点到所述候选起始节点的最小起始节点邻边距离;S43: Calculate the minimum distance between the first latitude and longitude point and the minimum starting node adjacent edge of the candidate starting node;
本申请实施例中,所述最小起始节点邻边距离为所述第一个经纬度点到所述候选起始节点所在道路的距离。In the embodiment of the present application, the minimum distance between adjacent edges of the starting node is the distance from the first latitude and longitude point to the road where the candidate starting node is located.
S44、计算所述目标经纬度点中第一个经纬度点及第二个经纬度点组成的第一有向线段与所述候选起始节点的起始节点邻边夹角;S44. Calculate the angle between the first directed line segment composed of the first longitude and latitude points and the second longitude and latitude points in the target longitude and latitude points and the adjacent sides of the starting node of the candidate starting node;
本申请实施例中所述起始节点邻边夹角为所述第一有向线段与所述候选起始节点所在道路方向的夹角。In the embodiment of the present application, the angle between the adjacent sides of the starting node is the angle between the first directed line segment and the road direction where the candidate starting node is located.
S45、计算所述最小起始节点邻边距离与所述起始节点邻边夹角的起始节点加权和;S45. Calculate the weighted sum of the starting node of the distance between the adjacent edge of the minimum starting node and the angle between the adjacent edge of the starting node;
详细地,所述起始节点加权和可用如下公式进行计算:In detail, the weighted sum of the starting node can be calculated by the following formula:
Figure dest_path_image001
Figure dest_path_image001
其中,
Figure dest_path_image002
表示所述起始节点加权和,
Figure dest_path_image003
表示所述最小起始节点邻边距离,
Figure dest_path_image004
表示所述起始节点邻边夹角。
in,
Figure dest_path_image002
Represents the weighted sum of the starting node,
Figure dest_path_image003
Represents the minimum distance between adjacent edges of the starting node,
Figure dest_path_image004
Indicates the angle between the adjacent sides of the starting node.
S46、将所述候选起始节点集中的候选起始节点按照对应的起始节点加权和进行升序排序,选取预定排名数目的候选起始节点得到所述候选起点集。S46. Sort the candidate start nodes in the candidate start node set in ascending order according to the corresponding start node weighted sum, and select a predetermined number of candidate start nodes to obtain the candidate start node set.
较佳地,本申请实施例中,选取所述候选起始节点集中排名前五名的候选起始节点,得到候选起点集;进一步地,若所述候选起始节点集中的候选起始点个数不足5个,将所述候选起始节点集中的候选起始点按照对应的起始节点加权和进行升序排序得到所述候选起点集。Preferably, in the embodiment of the present application, the top five candidate starting nodes in the candidate starting node set are selected to obtain the candidate starting point set; further, if the number of candidate starting points in the candidate starting node set is If there are less than 5, the candidate starting points in the candidate starting node set are sorted in ascending order according to the weighted sum of the corresponding starting nodes to obtain the candidate starting point set.
S5、利用所述分段地图数据及所述目标经纬度点集进行第二筛选分析计算得到候选终点集;S5. Use the segmented map data and the target latitude and longitude point set to perform a second screening analysis and calculation to obtain a candidate end point set;
本申请实施例中,为了找到所述分段地图数据中的候选终点,利用所述分段地图数据及所述目标经纬度点集进行筛选分析计算得到候选终点集。In the embodiment of the present application, in order to find candidate end points in the segmented map data, the segmented map data and the target latitude and longitude point set are used for screening, analysis and calculation to obtain a candidate end point set.
详细地,本申请实施例利用所述分段地图数据及所述目标经纬度点集进行筛选分析计算得到候选终点集,包括:In detail, the embodiment of the present application uses the segmented map data and the target latitude and longitude point set to perform screening, analysis and calculation to obtain a candidate end point set, including:
S51、选取所述分段地图数据中包含的所述目标经纬度点集中倒数第一个经纬度点的所述预设范围内的道路终止点为候选终止节点,得到候选终止节点集。S51. Select a road termination point within the preset range of the first latitude and longitude point in the set of target longitude and latitude points included in the segmented map data as a candidate termination node to obtain a candidate termination node set.
本申请实施例中,所述目标经纬度点集中倒数第一个经纬度点为所述目标经纬度点集中排序在最后的一个经纬度点。In the embodiment of the present application, the last longitude and latitude point in the target longitude and latitude points is the last longitude and latitude point in the concentrated order of the target longitude and latitude points.
进一步,本申请实施例中,所述道路终止点为所述分段地图数据中道路的终止经纬度点。Further, in the embodiment of the present application, the road termination point is the termination latitude and longitude point of the road in the segmented map data.
S52、计算所述目标经纬度点中倒数第一个经纬度点到所述候选终止节点的最小终止节点邻边距离;S52. Calculate the minimum neighboring edge distance of the terminal node from the penultimate latitude and longitude point of the target latitude and longitude points to the candidate terminal node;
本申请实施例中,所述最小终止节点邻边距离为所述倒数第一个GPS点到所述候选终止节点所在道路的距离。In the embodiment of the present application, the minimum neighboring edge distance of the termination node is the distance from the first GPS point from the bottom to the road where the candidate termination node is located.
S53、计算所述目标经纬度点中倒数第一个经纬度点及倒数第二个经纬度点组成的第二有向线段与所述候选终止节点的终止节点邻边夹角;S53: Calculate the angle between the second directed line segment composed of the penultimate longitude and latitude point and the penultimate longitude and latitude point in the target longitude and latitude points and the adjacent side of the termination node of the candidate termination node;
本申请实施例中所述终止节点邻边夹角为所述第二有向线段与所述候选终止节点所在道路方向的夹角。In the embodiment of the present application, the angle between the adjacent sides of the termination node is the angle between the second directed line segment and the road direction where the candidate termination node is located.
S54、计算所述最小终止节点邻边距离与所述终止节点邻边夹角的终止节点加权和;S54: Calculate the weighted sum of the termination node of the minimum distance between the adjacent edges of the termination node and the angle between the adjacent edges of the termination node;
详细地,所述起始节点加权和可用如下公式进行计算:In detail, the weighted sum of the starting node can be calculated by the following formula:
Figure dest_path_image005
Figure dest_path_image005
其中,
Figure dest_path_image006
表示所述终止节点加权和,
Figure dest_path_image007
表示所述最小终止节点邻边距离,
Figure dest_path_image008
表示所述终止节点邻边夹角。
in,
Figure dest_path_image006
Represents the weighted sum of the termination node,
Figure dest_path_image007
Represents the distance between the neighboring edges of the minimum terminal node,
Figure dest_path_image008
Indicates the angle between the adjacent sides of the termination node.
S55、将所述候选终止节点集中的候选终止节点按照对应的终止节点加权和进行升序排序,选取预定排名数目的候选节点得到所述候选终点集。S55: Sort the candidate termination nodes in the candidate termination node set in ascending order according to the corresponding termination node weighted sum, and select a predetermined number of candidate nodes to obtain the candidate termination set.
较佳地,本申请实施例中,选取所述候选终止节点集中排名前五名的候选终止节点,得到候选终点集;进一步地,若所述候选终止节点集中的候选终止节点个数不足5个,将所述候选终止节点集中的候选终止节点按照对应的终止节点加权和进行升序排序得到候选终点集。Preferably, in the embodiment of the present application, the top five candidate termination nodes in the candidate termination node set are selected to obtain the candidate termination node set; further, if the number of candidate termination nodes in the candidate termination node set is less than 5 , Sorting the candidate termination nodes in the candidate termination node set in ascending order according to the corresponding termination node weighted sum to obtain the candidate termination node set.
S6、根据所述候选起点集及所述候选终点集进行计算得到目标路径。S6. Perform calculation according to the candidate start point set and the candidate end point set to obtain a target path.
本申请实施例中,利用Astar(A星)算法计算所述候选起点集中每个候选起点与所述候选终点集中每个候选终点之间的路径,得到路径集,选取所述路径集中最短的路径作为最短路径。In the embodiment of the present application, the Astar algorithm is used to calculate the path between each candidate starting point in the candidate starting point set and each candidate end point in the candidate ending point set to obtain the path set, and the shortest path in the path set is selected As the shortest path.
进一步地,本申请实施例中,所述最短路径为所述分段GPS数据匹配的最佳路径,结合所有所述分段GPS数据对应的最短路径,得到所述目标路径,即所述GPS数据匹配的最佳路径。Further, in the embodiment of the present application, the shortest path is the best path matched by the segmented GPS data, and the shortest path corresponding to all the segmented GPS data is combined to obtain the target path, that is, the GPS data The best path to match.
本申请实施例中,对所述GPS数据进行分段,得到分段GPS数据,分段处理提升计算速度,节省后续道路匹配计算资源;对所述分段GPS数据进行编码处理得到编码GPS数据,将数据一维化,降低后续道路匹配计算量;利用所述编码GPS数据对所述地图数据进行关联切分,将地图分块,降低后续道路匹配计算量;利用所述分段地图数据及所述分段GPS数据进行第一筛选分析计算得到目标经纬度点集及候选起点集;利用所述分段地图数据及所述目标经纬度点集进行第二筛选分析计算得到候选终点集;根据所述候选起点集及所述候选终点集进行计算得到目标路径。将GPS数据与地图数据切分匹配,提升了道路匹配的计算速度,节省了道路匹配的计算资源。In the embodiment of the present application, the GPS data is segmented to obtain segmented GPS data, and the segmented processing improves the calculation speed and saves subsequent road matching calculation resources; the segmented GPS data is encoded to obtain encoded GPS data, Make the data one-dimensional to reduce the amount of subsequent road matching calculations; use the encoded GPS data to correlate and segment the map data, divide the map into blocks, and reduce the amount of subsequent road matching calculations; use the segmented map data and all The segmented GPS data is subjected to a first screening analysis and calculation to obtain a target longitude and latitude point set and a candidate starting point set; the segmented map data and the target longitude and latitude point set are used to perform a second screening analysis and calculation to obtain a candidate end point set; The start point set and the candidate end point set are calculated to obtain the target path. Splitting and matching GPS data with map data improves the calculation speed of road matching and saves calculation resources for road matching.
如图2所示,是本申请道路匹配装置的功能模块图。As shown in Figure 2, it is a functional block diagram of the road matching device of the present application.
本申请所述道路匹配装置100可以安装于电子设备中。根据实现的功能,所述道路匹配装置可以包括数据关联模块101、起点生成模块102、终点生成模块103、目标路径计算模块104。本发所述模块也可以称之为单元,是指一种能够被电子设备处理器所执行,并且能够完成固定功能的一系列计算机程序段,其存储在电子设备的存储器中。The road matching device 100 described in this application can be installed in an electronic device. According to the realized functions, the road matching device may include a data association module 101, a starting point generating module 102, an ending point generating module 103, and a target path calculation module 104. The module described in the present invention can also be called a unit, which refers to a series of computer program segments that can be executed by the processor of an electronic device and can complete fixed functions, and are stored in the memory of the electronic device.
在本实施例中,关于各模块/单元的功能如下:In this embodiment, the functions of each module/unit are as follows:
所述数据关联模块101用于获取GPS数据,对所述GPS数据进行分段,得到分段GPS数据;对所述分段GPS数据进行编码处理得到编码GPS数据;获取地图数据,利用所述编码GPS数据对所述地图数据进行关联切分,得到分段地图数据。The data association module 101 is used for acquiring GPS data, segmenting the GPS data to obtain segmented GPS data; encoding the segmented GPS data to obtain encoded GPS data; acquiring map data, using the encoding The GPS data performs correlation and segmentation on the map data to obtain segmented map data.
所述起点生成模块102用于利用所述分段地图数据及所述分段GPS数据进行第一筛选分析计算,得到目标经纬度点集及候选起点集。The starting point generating module 102 is configured to use the segmented map data and the segmented GPS data to perform a first screening analysis calculation to obtain a target latitude and longitude point set and a candidate starting point set.
所述终点生成模块103用于利用所述分段地图数据及所述目标经纬度点集进行第二筛选分析计算得到候选终点集。The end point generating module 103 is configured to use the segmented map data and the target longitude and latitude point set to perform a second screening analysis and calculation to obtain a candidate end point set.
所述目标路径计算模块104用于根据所述候选起点集及所述候选终点集进行计算得到目标路径。The target path calculation module 104 is configured to calculate a target path according to the candidate start point set and the candidate end point set.
如图3所示,是本申请实现道路匹配方法的电子设备的结构示意图。As shown in Fig. 3, it is a schematic diagram of the structure of the electronic device implementing the road matching method of the present application.
所述电子设备1可以包括处理器10、存储器11和总线,还可以包括存储在所述存储器11中并可在所述处理器10上运行的计算机程序,如道路匹配程序。The electronic device 1 may include a processor 10, a memory 11, and a bus, and may also include a computer program stored in the memory 11 and running on the processor 10, such as a road matching program.
其中,所述存储器11至少包括一种类型的可读存储介质,所述可读存储介质可以是易失性的,也可以是非易失性的。具体地,所述可读存储介质包括闪存、移动硬盘、多媒体卡、卡型存储器(例如:SD或DX存储器等)、磁性存储器、磁盘、光盘等。所述存储器11在一些实施例中可以是电子设备1的内部存储单元,例如该电子设备1的移动硬盘。所述存储器11在另一些实施例中也可以是电子设备1的外部存储设备,例如电子设备1上配备的插接式移动硬盘、智能存储卡(SmartMediaCard, SMC)、安全数字(SecureDigital, SD)卡、闪存卡(FlashCard)等。进一步地,所述存储器11还可以既包括电子设备1的内部存储单元也包括外部存储设备。所述存储器11不仅可以用于存储安装于电子设备1的应用软件及各类数据,例如道路匹配程序的代码等,还可以用于暂时地存储已经输出或者将要输出的数据。The memory 11 includes at least one type of readable storage medium, and the readable storage medium may be volatile or nonvolatile. Specifically, the readable storage medium includes flash memory, mobile hard disk, multimedia card, card-type memory (for example: SD or DX memory, etc.), magnetic memory, magnetic disk, optical disk, etc. The memory 11 may be an internal storage unit of the electronic device 1 in some embodiments, for example, a mobile hard disk of the electronic device 1. In other embodiments, the memory 11 may also be an external storage device of the electronic device 1, such as a plug-in mobile hard disk, a smart memory card (SmartMediaCard, SMC), and a secure digital (SecureDigital, SD) equipped on the electronic device 1. Card, flash card (FlashCard), etc. Further, the memory 11 may also include both an internal storage unit of the electronic device 1 and an external storage device. The memory 11 can be used not only to store application software and various data installed in the electronic device 1, such as the code of a road matching program, etc., but also to temporarily store data that has been output or will be output.
所述处理器10在一些实施例中可以由集成电路组成,例如可以由单个封装的集成电路所组成,也可以是由多个相同功能或不同功能封装的集成电路所组成,包括一个或者多个中央处理器(CentralProcessingunit,CPU)、微处理器、数字处理芯片、图形处理器及各种控制芯片的组合等。所述处理器10是所述电子设备的控制核心(ControlUnit),利用各种接口和线路连接整个电子设备的各个部件,通过运行或执行存储在所述存储器11内的程序或者模块(例如道路匹配程序等),以及调用存储在所述存储器11内的数据,以执行电子设备1的各种功能和处理数据。The processor 10 may be composed of integrated circuits in some embodiments, for example, may be composed of a single packaged integrated circuit, or may be composed of multiple integrated circuits with the same function or different functions, including one or more Combinations of central processing unit (CentralProcessingunit, CPU), microprocessor, digital processing chip, graphics processor and various control chips, etc. The processor 10 is the control core (ControlUnit) of the electronic device, which uses various interfaces and lines to connect the various components of the entire electronic device, and runs or executes programs or modules (such as road matching) stored in the memory 11 Programs, etc.), and call data stored in the memory 11 to execute various functions of the electronic device 1 and process data.
所述总线可以是外设部件互连标准(peripheralcomponentinterconnect,简称PCI)总线或扩展工业标准结构(extendedindustrystandardarchitecture,简称EISA)总线等。该总线可以分为地址总线、数据总线、控制总线等。所述总线被设置为实现所述存储器11以及至少一个处理器10等之间的连接通信。The bus may be a peripheral component interconnection standard (peripheral component interconnect, referred to as PCI) bus or an extended industry standard architecture (extended industry standard architecture, referred to as EISA) bus, etc. The bus can be divided into address bus, data bus, control bus and so on. The bus is configured to implement connection and communication between the memory 11 and at least one processor 10 and the like.
图3仅示出了具有部件的电子设备,本领域技术人员可以理解的是,图3示出的结构并不构成对所述电子设备1的限定,可以包括比图示更少或者更多的部件,或者组合某些部件,或者不同的部件布置。FIG. 3 only shows an electronic device with components. Those skilled in the art can understand that the structure shown in FIG. 3 does not constitute a limitation on the electronic device 1, and may include fewer or more components than shown in the figure. Components, or a combination of certain components, or different component arrangements.
例如,尽管未示出,所述电子设备1还可以包括给各个部件供电的电源(比如电池),优选地,电源可以通过电源管理装置与所述至少一个处理器10逻辑相连,从而通过电源管理装置实现充电管理、放电管理、以及功耗管理等功能。电源还可以包括一个或一个以上的直流或交流电源、再充电装置、电源故障检测电路、电源转换器或者逆变器、电源状态指示器等任意组件。所述电子设备1还可以包括多种传感器、蓝牙模块、Wi-Fi模块等,在此不再赘述。For example, although not shown, the electronic device 1 may also include a power source (such as a battery) for supplying power to various components. Preferably, the power source may be logically connected to the at least one processor 10 through a power management device, thereby controlling power The device implements functions such as charge management, discharge management, and power consumption management. The power supply may also include any components such as one or more DC or AC power supplies, recharging devices, power failure detection circuits, power converters or inverters, and power status indicators. The electronic device 1 may also include various sensors, Bluetooth modules, Wi-Fi modules, etc., which will not be repeated here.
进一步地,所述电子设备1还可以包括网络接口,可选地,所述网络接口可以包括有线接口和/或无线接口(如WI-FI接口、蓝牙接口等),通常用于在该电子设备1与其他电子设备之间建立通信连接。Further, the electronic device 1 may also include a network interface. Optionally, the network interface may include a wired interface and/or a wireless interface (such as a Wi-Fi interface, a Bluetooth interface, etc.), which is usually used in the electronic device 1 Establish a communication connection with other electronic devices.
可选地,该电子设备1还可以包括用户接口,用户接口可以是显示器(Display)、输入单元(比如键盘(Keyboard)),可选地,用户接口还可以是标准的有线接口、无线接口。可选地,在一些实施例中,显示器可以是LED显示器、液晶显示器、触控式液晶显示器以及OLED(OrganicLight-EmittingDiode,有机发光二极管)触摸器等。其中,显示器也可以适当的称为显示屏或显示单元,用于显示在电子设备1中处理的信息以及用于显示可视化的用户界面。Optionally, the electronic device 1 may also include a user interface. The user interface may be a display (Display) and an input unit (such as a keyboard (Keyboard)). Optionally, the user interface may also be a standard wired interface or a wireless interface. Optionally, in some embodiments, the display may be an LED display, a liquid crystal display, a touch-sensitive liquid crystal display, an OLED (Organic Light-Emitting Diode, organic light-emitting diode) touch device, etc. Among them, the display can also be appropriately called a display screen or a display unit, which is used to display the information processed in the electronic device 1 and to display a visualized user interface.
应该了解,所述实施例仅为说明之用,在专利申请范围上并不受此结构的限制。It should be understood that the embodiments are only for illustrative purposes, and are not limited by this structure in the scope of the patent application.
所述电子设备1中的所述存储器11存储的道路匹配程序12是多个指令的组合,在所述处理器10中运行时,可以实现:The road matching program 12 stored in the memory 11 in the electronic device 1 is a combination of multiple instructions. When running in the processor 10, it can realize:
获取GPS数据,对所述GPS数据进行分段,得到分段GPS数据;Acquiring GPS data, segmenting the GPS data to obtain segmented GPS data;
对所述分段GPS数据进行编码处理得到编码GPS数据;Encoding the segmented GPS data to obtain encoded GPS data;
获取地图数据,利用所述编码GPS数据对所述地图数据进行关联切分,得到分段地图数据;Acquiring map data, using the encoded GPS data to correlate and segment the map data to obtain segmented map data;
利用所述分段地图数据及所述分段GPS数据进行第一筛选分析计算得到目标经纬度点集及候选起点集;Use the segmented map data and the segmented GPS data to perform a first screening analysis and calculation to obtain a target latitude and longitude point set and a candidate starting point set;
利用所述分段地图数据及所述目标经纬度点集进行第二筛选分析计算得到候选终点集;Use the segmented map data and the target latitude and longitude point set to perform a second screening analysis and calculation to obtain a candidate end point set;
根据所述候选起点集及所述候选终点集进行计算得到目标路径。The target path is obtained by calculation according to the candidate start point set and the candidate end point set.
具体地,所述处理器10对上述指令的具体实现方法可参考图1对应实施例中相关步骤的描述,在此不赘述。Specifically, for the specific implementation method of the above-mentioned instructions by the processor 10, reference may be made to the description of the relevant steps in the embodiment corresponding to FIG. 1, which will not be repeated here.
进一步地,所述电子设备1集成的模块/单元如果以软件功能单元的形式实现并作为独立的产品销售或使用时,可以存储在一个计算机可读取存储介质中。所述计算机可读存储介质可以是易失性的,也可以是非易失性的。具体地,所述计算机可读存储介质可以包括:能够携带所述计算机程序代码的任何实体或装置、记录介质、U盘、移动硬盘、磁碟、光盘、计算机存储器、只读存储器(ROM,Read-OnlyMemory)。Further, if the integrated module/unit of the electronic device 1 is implemented in the form of a software functional unit and sold or used as an independent product, it can be stored in a computer readable storage medium. The computer-readable storage medium may be volatile or non-volatile. Specifically, the computer-readable storage medium may include: any entity or device capable of carrying the computer program code, recording medium, U disk, mobile hard disk, magnetic disk, optical disk, computer memory, read-only memory (ROM, Read -OnlyMemory).
进一步地,所述计算机可用存储介质可主要包括存储程序区和存储数据区,其中,存储程序区可存储操作系统、至少一个功能所需的应用程序等;存储数据区可存储根据区块链节点的使用所创建的数据等。Further, the computer usable storage medium may mainly include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required by at least one function, etc.; the storage data area may store a block chain node Use the created data, etc.
在本申请所提供的几个实施例中,应该理解到,所揭露的设备,装置和方法,可以通过其它的方式实现。例如,以上所描述的装置实施例仅仅是示意性的,例如,所述模块的划分,仅仅为一种逻辑功能划分,实际实现时可以有另外的划分方式。In the several embodiments provided in this application, it should be understood that the disclosed equipment, device, and method may be implemented in other ways. For example, the device embodiments described above are merely illustrative. For example, the division of the modules is only a logical function division, and there may be other division methods in actual implementation.
所述作为分离部件说明的模块可以是或者也可以不是物理上分开的,作为模块显示的部件可以是或者也可以不是物理单元,即可以位于一个地方,或者也可以分布到多个网络单元上。可以根据实际的需要选择其中的部分或者全部模块来实现本实施例方案的目的。The modules described as separate components may or may not be physically separated, and the components displayed as modules may or may not be physical units, that is, they may be located in one place, or they may be distributed on multiple network units. Some or all of the modules can be selected according to actual needs to achieve the objectives of the solutions of the embodiments.
另外,在本申请各个实施例中的各功能模块可以集成在一个处理单元中,也可以是各个单元单独物理存在,也可以两个或两个以上单元集成在一个单元中。上述集成的单元既可以采用硬件的形式实现,也可以采用硬件加软件功能模块的形式实现。In addition, the functional modules in the various embodiments of the present application may be integrated into one processing unit, or each unit may exist alone physically, or two or more units may be integrated into one unit. The above-mentioned integrated unit may be implemented in the form of hardware, or may be implemented in the form of hardware plus software functional modules.
对于本领域技术人员而言,显然本申请不限于上述示范性实施例的细节,而且在不背离本申请的精神或基本特征的情况下,能够以其他的具体形式实现本申请。For those skilled in the art, it is obvious that the present application is not limited to the details of the foregoing exemplary embodiments, and the present application can be implemented in other specific forms without departing from the spirit or basic characteristics of the application.
因此,无论从哪一点来看,均应将实施例看作是示范性的,而且是非限制性的,本申请的范围由所附权利要求而不是上述说明限定,因此旨在将落在权利要求的等同要件的含义和范围内的所有变化涵括在本申请内。不应将权利要求中的任何附关联图标记视为限制所涉及的权利要求。Therefore, no matter from which point of view, the embodiments should be regarded as exemplary and non-limiting. The scope of this application is defined by the appended claims rather than the above description, and therefore it is intended to fall into the claims. All changes in the meaning and scope of the equivalent elements of are included in this application. Any associated diagram marks in the claims should not be regarded as limiting the claims involved.
本申请所指区块链是分布式数据存储、点对点传输、共识机制、加密算法等计算机技术的新型应用模式。区块链(Blockchain),本质上是一个去中心化的数据库,是一串使用密码学方法相关联产生的数据块,每一个数据块中包含了一批次网络交易的信息,用于验证其信息的有效性(防伪)和生成下一个区块。区块链可以包括区块链底层平台、平台产品服务层以及应用服务层等。The blockchain referred to in this application is a new application mode of computer technology such as distributed data storage, point-to-point transmission, consensus mechanism, and encryption algorithm. Blockchain, essentially a decentralized database, is a series of data blocks associated with cryptographic methods. Each data block contains a batch of network transaction information for verification. The validity of the information (anti-counterfeiting) and the generation of the next block. The blockchain can include the underlying platform of the blockchain, the platform product service layer, and the application service layer.
此外,显然“包括”一词不排除其他单元或步骤,单数不排除复数。系统权利要求中陈述的多个单元或装置也可以由一个单元或装置通过软件或者硬件来实现。第二等词语用来表示名称,而并不表示任何特定的顺序。In addition, it is obvious that the word "including" does not exclude other units or steps, and the singular does not exclude the plural. Multiple units or devices stated in the system claims can also be implemented by one unit or device through software or hardware. The second class words are used to indicate names, and do not indicate any specific order.
最后应说明的是,以上实施例仅用以说明本申请的技术方案而非限制,尽管参照较佳实施例对本申请进行了详细说明,本领域的普通技术人员应当理解,可以对本申请的技术方案进行修改或等同替换,而不脱离本申请技术方案的精神和范围。Finally, it should be noted that the above embodiments are only used to illustrate the technical solutions of the application and not to limit them. Although the application has been described in detail with reference to the preferred embodiments, those of ordinary skill in the art should understand that the technical solutions of the application can be Make modifications or equivalent replacements without departing from the spirit and scope of the technical solution of the present application.

Claims (20)

  1. 一种道路匹配方法,其中,所述方法包括:A road matching method, wherein the method includes:
    获取GPS数据,对所述GPS数据进行分段,得到分段GPS数据;Acquiring GPS data, segmenting the GPS data to obtain segmented GPS data;
    对所述分段GPS数据进行编码处理得到编码GPS数据;Encoding the segmented GPS data to obtain encoded GPS data;
    获取地图数据,利用所述编码GPS数据对所述地图数据进行关联切分,得到分段地图数据;Acquiring map data, using the encoded GPS data to correlate and segment the map data to obtain segmented map data;
    利用所述分段地图数据及所述分段GPS数据进行第一筛选分析计算得到目标经纬度点集及候选起点集;Use the segmented map data and the segmented GPS data to perform a first screening analysis and calculation to obtain a target latitude and longitude point set and a candidate starting point set;
    利用所述分段地图数据及所述目标经纬度点集进行第二筛选分析计算得到候选终点集;Use the segmented map data and the target latitude and longitude point set to perform a second screening analysis and calculation to obtain a candidate end point set;
    根据所述候选起点集及所述候选终点集进行计算得到目标路径。The target path is obtained by calculation according to the candidate start point set and the candidate end point set.
  2. 如权利要求1所述的道路匹配方法,其中,所述对所述GPS数据进行分段,得到分段GPS数据,包括:The road matching method according to claim 1, wherein said segmenting said GPS data to obtain segmented GPS data comprises:
    将所述GPS数据按照预设时间分段,得到所述分段GPS数据;及/或Segment the GPS data according to a preset time to obtain the segmented GPS data; and/or
    将所述GPS数据按照预设距离分段,得到所述分段GPS数据。The GPS data is segmented according to a preset distance to obtain the segmented GPS data.
  3. 如权利要求1所述的道路匹配方法,其中,所述对所述分段GPS数据进行编码处理得到编码GPS数据,包括:The road matching method according to claim 1, wherein said encoding said segmented GPS data to obtain encoded GPS data comprises:
    利用Geohash算法将所述分段GPS数据中包含的每一个GPS点的经纬度转换为Geohash值,得到GPS Geohash值集;Use the Geohash algorithm to convert the latitude and longitude of each GPS point contained in the segmented GPS data into Geohash values to obtain a GPS Geohash value set;
    对所述GPS Geohash值集中的数据进行重复值删除处理得到所述编码GPS数据。Performing duplicate value deletion processing on the data in the GPS Geohash value set to obtain the encoded GPS data.
  4. 如权利要求1所述的道路匹配方法,其中,所述利用所述编码GPS数据对所述地图数据进行关联切分,得到分段地图数据,包括:The road matching method according to claim 1, wherein said using said encoded GPS data to associate and segment said map data to obtain segmented map data comprises:
    利用Geohash算法对所述地图数据进行处理得到地图Geohash值集;Use Geohash algorithm to process the map data to obtain a map Geohash value set;
    选取所述地图Geohash值集中所述编码GPS数据对应的Geohash值,得到目标Geohash值集;Selecting the Geohash value corresponding to the encoded GPS data in the map Geohash value set to obtain a target Geohash value set;
    选取所述地图数据中所述目标Geohash值集中所有Geohash值对应的数据,得到所述分段地图数据。The data corresponding to all Geohash values in the target Geohash value set in the map data is selected to obtain the segmented map data.
  5. 如权利要求1所述的道路匹配方法,其中,所述利用所述分段地图数据及所述分段GPS数据进行第一筛选分析计算得到目标经纬度点集及候选起点集,包括:5. The road matching method according to claim 1, wherein said using said segmented map data and said segmented GPS data to perform a first screening analysis calculation to obtain a target longitude and latitude point set and a candidate starting point set, comprising:
    根据所述分段GPS数据选取所述分段地图数据中对应的经纬度点并排序,得到所述目标经纬度点集;Selecting and sorting corresponding latitude and longitude points in the segmented map data according to the segmented GPS data to obtain the target latitude and longitude point set;
    选取所述分段地图数据中包含的所述目标经纬度点集中第一个经纬度点的预设范围内的道路起始点为候选起始节点,得到候选起始节点集;Selecting a road starting point within a preset range of the first latitude and longitude point in the target longitude and latitude point set included in the segmented map data as a candidate starting node to obtain a candidate starting node set;
    计算所述第一个经纬度点到所述候选起始节点的最小起始节点邻边距离;Calculating the minimum distance between the first latitude and longitude point and the minimum starting node adjacent edge of the candidate starting node;
    计算所述目标经纬度点中第一个经纬度点及第二个经纬度点组成的第一有向线段与所述候选起始节点的起始节点邻边夹角;Calculating an angle between a first directed line segment composed of a first latitude and longitude point and a second latitude and longitude point in the target longitude and latitude points and the adjacent side of the starting node of the candidate starting node;
    计算所述最小起始节点邻边距离与所述起始节点邻边夹角的起始节点加权和;Calculating the weighted sum of the starting node of the angle between the minimum distance between the adjacent edges of the starting node and the adjacent edges of the starting node;
    将所述候选起始节点集中的候选起始节点按照对应的起始节点加权和进行升序排列,选取预定排名的候选起始节点得到所述候选起点集。The candidate starting nodes in the candidate starting node set are arranged in ascending order according to the weighted sum of the corresponding starting nodes, and the candidate starting nodes with a predetermined ranking are selected to obtain the candidate starting node set.
  6. 如权利要求1所述的道路匹配方法,其中,所述根据所述候选起点集及所述候选终点集进行计算得到目标路径,包括:5. The road matching method according to claim 1, wherein said calculating according to said candidate starting point set and said candidate ending point set to obtain a target path comprises:
    利用Astar算法计算所述候选起点集中的每个候选起点与所述候选终点集中的每个候选终点之间的路径,得到路径集;Calculating a path between each candidate starting point in the candidate starting point set and each candidate ending point in the candidate ending point set by using an Astar algorithm to obtain a path set;
    选取所述路径集中最短的路径作为最短路径;Selecting the shortest path in the path set as the shortest path;
    结合所有所述分段GPS数据对应的最短路径,得到所述目标路径。Combining all the shortest paths corresponding to the segmented GPS data to obtain the target path.
  7. 如权利要求5所述的道路匹配方法,其中,所述计算所述最小起始节点邻边距离与所述起始节点邻边夹角的起始节点加权和,包括:8. The road matching method according to claim 5, wherein said calculating the weighted sum of the starting node of the distance between the adjacent edge of the minimum starting node and the adjacent edge of the starting node comprises:
    Figure dest_path_image001
    Figure dest_path_image001
    其中,
    Figure dest_path_image002
    表示所述起始节点加权和,
    Figure dest_path_image003
    表示所述最小起始节点邻边距离,
    Figure dest_path_image004
    表示所述起始节点邻边夹角。
    in,
    Figure dest_path_image002
    Represents the weighted sum of the starting node,
    Figure dest_path_image003
    Represents the minimum distance between adjacent edges of the starting node,
    Figure dest_path_image004
    Indicates the angle between the adjacent sides of the starting node.
  8. 一种道路匹配装置,其中,所述装置包括:A road matching device, wherein the device includes:
    数据关联模块,用于获取GPS数据,对所述GPS数据进行分段,得到分段GPS数据,对所述分段GPS数据进行编码处理得到编码GPS数据,获取地图数据,利用所述编码GPS数据对所述地图数据进行关联切分,得到分段地图数据;A data association module for acquiring GPS data, segmenting the GPS data to obtain segmented GPS data, encoding the segmented GPS data to obtain encoded GPS data, acquiring map data, and using the encoded GPS data Performing associated segmentation on the map data to obtain segmented map data;
    起点生成模块,用于利用所述分段地图数据及所述分段GPS数据进行第一筛选分析计算得到目标经纬度点集及候选起点集;A starting point generating module, configured to use the segmented map data and the segmented GPS data to perform a first screening analysis and calculation to obtain a target latitude and longitude point set and a candidate starting point set;
    终点生成模块,用于利用所述分段地图数据及所述目标经纬度点集进行第二筛选分析计算得到候选终点集;An end point generating module, configured to use the segmented map data and the target longitude and latitude point set to perform a second screening analysis and calculation to obtain a candidate end point set;
    目标路径计算模块,用于根据所述候选起点集及所述候选终点集进行计算得到目标路径。The target path calculation module is used to calculate the target path according to the candidate start point set and the candidate end point set.
  9. 一种电子设备,其中,所述电子设备包括:An electronic device, wherein the electronic device includes:
    至少一个处理器;以及,At least one processor; and,
    与所述至少一个处理器通信连接的存储器;其中,A memory communicatively connected with the at least one processor; wherein,
    所述存储器存储有可被所述至少一个处理器执行的指令,所述指令被所述至少一个处理器执行,以使所述至少一个处理器能够执行如下所述的道路匹配方法:The memory stores instructions executable by the at least one processor, and the instructions are executed by the at least one processor, so that the at least one processor can execute the road matching method as described below:
    获取GPS数据,对所述GPS数据进行分段,得到分段GPS数据;Acquiring GPS data, segmenting the GPS data to obtain segmented GPS data;
    对所述分段GPS数据进行编码处理得到编码GPS数据;Encoding the segmented GPS data to obtain encoded GPS data;
    获取地图数据,利用所述编码GPS数据对所述地图数据进行关联切分,得到分段地图数据;Acquiring map data, using the encoded GPS data to correlate and segment the map data to obtain segmented map data;
    利用所述分段地图数据及所述分段GPS数据进行第一筛选分析计算得到目标经纬度点集及候选起点集;Use the segmented map data and the segmented GPS data to perform a first screening analysis and calculation to obtain a target latitude and longitude point set and a candidate starting point set;
    利用所述分段地图数据及所述目标经纬度点集进行第二筛选分析计算得到候选终点集;Use the segmented map data and the target latitude and longitude point set to perform a second screening analysis and calculation to obtain a candidate end point set;
    根据所述候选起点集及所述候选终点集进行计算得到目标路径。The target path is obtained by calculation according to the candidate start point set and the candidate end point set.
  10. 如权利要求9所述的电子设备,其中,所述对所述GPS数据进行分段,得到分段GPS数据,包括:9. The electronic device of claim 9, wherein said segmenting said GPS data to obtain segmented GPS data comprises:
    将所述GPS数据按照预设时间分段,得到所述分段GPS数据;及/或Segment the GPS data according to a preset time to obtain the segmented GPS data; and/or
    将所述GPS数据按照预设距离分段,得到所述分段GPS数据。The GPS data is segmented according to a preset distance to obtain the segmented GPS data.
  11. 如权利要求9所述的电子设备,其中,所述对所述分段GPS数据进行编码处理得到编码GPS数据,包括:9. The electronic device according to claim 9, wherein said encoding said segmented GPS data to obtain encoded GPS data comprises:
    利用Geohash算法将所述分段GPS数据中包含的每一个GPS点的经纬度转换为Geohash值,得到GPS Geohash值集;Use the Geohash algorithm to convert the latitude and longitude of each GPS point contained in the segmented GPS data into Geohash values to obtain a GPS Geohash value set;
    对所述GPS Geohash值集中的数据进行重复值删除处理得到所述编码GPS数据。Performing duplicate value deletion processing on the data in the GPS Geohash value set to obtain the encoded GPS data.
  12. 如权利要求9所述的电子设备,其中,所述利用所述编码GPS数据对所述地图数据进行关联切分,得到分段地图数据,包括:9. The electronic device according to claim 9, wherein said using said encoded GPS data to correlate and segment said map data to obtain segmented map data comprises:
    利用Geohash算法对所述地图数据进行处理得到地图Geohash值集;Use Geohash algorithm to process the map data to obtain a map Geohash value set;
    选取所述地图Geohash值集中所述编码GPS数据对应的Geohash值,得到目标Geohash值集;Selecting the Geohash value corresponding to the encoded GPS data in the map Geohash value set to obtain a target Geohash value set;
    选取所述地图数据中所述目标Geohash值集中所有Geohash值对应的数据,得到所述分段地图数据。The data corresponding to all Geohash values in the target Geohash value set in the map data is selected to obtain the segmented map data.
  13. 如权利要求9所述的电子设备,其中,所述利用所述分段地图数据及所述分段GPS数据进行第一筛选分析计算得到目标经纬度点集及候选起点集,包括:9. The electronic device according to claim 9, wherein said using said segmented map data and said segmented GPS data to perform a first screening analysis calculation to obtain a target longitude and latitude point set and a candidate starting point set, comprising:
    根据所述分段GPS数据选取所述分段地图数据中对应的经纬度点并排序,得到所述目标经纬度点集;Selecting and sorting corresponding latitude and longitude points in the segmented map data according to the segmented GPS data to obtain the target latitude and longitude point set;
    选取所述分段地图数据中包含的所述目标经纬度点集中第一个经纬度点的预设范围内的道路起始点为候选起始节点,得到候选起始节点集;Selecting a road starting point within a preset range of the first latitude and longitude point in the target longitude and latitude point set included in the segmented map data as a candidate starting node to obtain a candidate starting node set;
    计算所述第一个经纬度点到所述候选起始节点的最小起始节点邻边距离;Calculating the minimum distance between the first latitude and longitude point and the minimum starting node adjacent edge of the candidate starting node;
    计算所述目标经纬度点中第一个经纬度点及第二个经纬度点组成的第一有向线段与所述候选起始节点的起始节点邻边夹角;Calculating an angle between a first directed line segment composed of a first latitude and longitude point and a second latitude and longitude point in the target longitude and latitude points and the adjacent side of the starting node of the candidate starting node;
    计算所述最小起始节点邻边距离与所述起始节点邻边夹角的起始节点加权和;Calculating the weighted sum of the starting node of the angle between the minimum distance between the adjacent edges of the starting node and the adjacent edges of the starting node;
    将所述候选起始节点集中的候选起始节点按照对应的起始节点加权和进行升序排列,选取预定排名的候选起始节点得到所述候选起点集。The candidate starting nodes in the candidate starting node set are arranged in ascending order according to the weighted sum of the corresponding starting nodes, and the candidate starting nodes with a predetermined ranking are selected to obtain the candidate starting node set.
  14. 如权利要求9所述的电子设备,其中,所述根据所述候选起点集及所述候选终点集进行计算得到目标路径,包括:9. The electronic device according to claim 9, wherein said calculating a target path based on said candidate starting point set and said candidate ending point set comprises:
    利用Astar算法计算所述候选起点集中的每个候选起点与所述候选终点集中的每个候选终点之间的路径,得到路径集;Calculating a path between each candidate starting point in the candidate starting point set and each candidate ending point in the candidate ending point set by using an Astar algorithm to obtain a path set;
    选取所述路径集中最短的路径作为最短路径;Selecting the shortest path in the path set as the shortest path;
    结合所有所述分段GPS数据对应的最短路径,得到所述目标路径。Combining all the shortest paths corresponding to the segmented GPS data to obtain the target path.
  15. 一种计算机可读存储介质,存储有计算机程序,其中,所述计算机程序被处理器执行时实现如下所述的道路匹配方法:A computer-readable storage medium storing a computer program, wherein the computer program is executed by a processor to implement the road matching method as described below:
    获取GPS数据,对所述GPS数据进行分段,得到分段GPS数据;Acquiring GPS data, segmenting the GPS data to obtain segmented GPS data;
    对所述分段GPS数据进行编码处理得到编码GPS数据;Encoding the segmented GPS data to obtain encoded GPS data;
    获取地图数据,利用所述编码GPS数据对所述地图数据进行关联切分,得到分段地图数据;Acquiring map data, using the encoded GPS data to correlate and segment the map data to obtain segmented map data;
    利用所述分段地图数据及所述分段GPS数据进行第一筛选分析计算得到目标经纬度点集及候选起点集;Use the segmented map data and the segmented GPS data to perform a first screening analysis and calculation to obtain a target latitude and longitude point set and a candidate starting point set;
    利用所述分段地图数据及所述目标经纬度点集进行第二筛选分析计算得到候选终点集;Use the segmented map data and the target latitude and longitude point set to perform a second screening analysis and calculation to obtain a candidate end point set;
    根据所述候选起点集及所述候选终点集进行计算得到目标路径。The target path is obtained by calculation according to the candidate start point set and the candidate end point set.
  16. 如权利要求15所述的计算机可读存储介质,其中,所述对所述GPS数据进行分段,得到分段GPS数据,包括:15. The computer-readable storage medium of claim 15, wherein said segmenting said GPS data to obtain segmented GPS data comprises:
    将所述GPS数据按照预设时间分段,得到所述分段GPS数据;及/或Segment the GPS data according to a preset time to obtain the segmented GPS data; and/or
    将所述GPS数据按照预设距离分段,得到所述分段GPS数据。The GPS data is segmented according to a preset distance to obtain the segmented GPS data.
  17. 如权利要求15所述的计算机可读存储介质,其中,所述对所述分段GPS数据进行编码处理得到编码GPS数据,包括:15. The computer-readable storage medium according to claim 15, wherein said encoding said segmented GPS data to obtain encoded GPS data comprises:
    利用Geohash算法将所述分段GPS数据中包含的每一个GPS点的经纬度转换为Geohash值,得到GPS Geohash值集;Use the Geohash algorithm to convert the latitude and longitude of each GPS point contained in the segmented GPS data into Geohash values to obtain a GPS Geohash value set;
    对所述GPS Geohash值集中的数据进行重复值删除处理得到所述编码GPS数据。Performing duplicate value deletion processing on the data in the GPS Geohash value set to obtain the encoded GPS data.
  18. 如权利要求15所述的计算机可读存储介质,其中,所述利用所述编码GPS数据对所述地图数据进行关联切分,得到分段地图数据,包括:15. The computer-readable storage medium of claim 15, wherein said using said encoded GPS data to correlate and segment said map data to obtain segmented map data comprises:
    利用Geohash算法对所述地图数据进行处理得到地图Geohash值集;Use Geohash algorithm to process the map data to obtain a map Geohash value set;
    选取所述地图Geohash值集中所述编码GPS数据对应的Geohash值,得到目标Geohash值集;Selecting the Geohash value corresponding to the encoded GPS data in the map Geohash value set to obtain a target Geohash value set;
    选取所述地图数据中所述目标Geohash值集中所有Geohash值对应的数据,得到所述分段地图数据。The data corresponding to all Geohash values in the target Geohash value set in the map data is selected to obtain the segmented map data.
  19. 如权利要求15所述的计算机可读存储介质,其中,所述利用所述分段地图数据及所述分段GPS数据进行第一筛选分析计算得到目标经纬度点集及候选起点集,包括:15. The computer-readable storage medium according to claim 15, wherein the first screening analysis calculation using the segmented map data and the segmented GPS data to obtain a target longitude and latitude point set and a candidate starting point set comprises:
    根据所述分段GPS数据选取所述分段地图数据中对应的经纬度点并排序,得到所述目标经纬度点集;Selecting and sorting corresponding latitude and longitude points in the segmented map data according to the segmented GPS data to obtain the target latitude and longitude point set;
    选取所述分段地图数据中包含的所述目标经纬度点集中第一个经纬度点的预设范围内的道路起始点为候选起始节点,得到候选起始节点集;Selecting a road starting point within a preset range of the first latitude and longitude point in the target longitude and latitude point set included in the segmented map data as a candidate starting node to obtain a candidate starting node set;
    计算所述第一个经纬度点到所述候选起始节点的最小起始节点邻边距离;Calculating the distance between the first latitude and longitude point and the minimum starting node neighboring edge of the candidate starting node;
    计算所述目标经纬度点中第一个经纬度点及第二个经纬度点组成的第一有向线段与所述候选起始节点的起始节点邻边夹角;Calculating an angle between a first directed line segment composed of a first latitude and longitude point and a second latitude and longitude point in the target longitude and latitude points and the adjacent side of the starting node of the candidate starting node;
    计算所述最小起始节点邻边距离与所述起始节点邻边夹角的起始节点加权和;Calculating the weighted sum of the starting node of the angle between the minimum distance between the adjacent edges of the starting node and the adjacent edges of the starting node;
    将所述候选起始节点集中的候选起始节点按照对应的起始节点加权和进行升序排列,选取预定排名的候选起始节点得到所述候选起点集。The candidate starting nodes in the candidate starting node set are arranged in ascending order according to the weighted sum of the corresponding starting nodes, and the candidate starting nodes with a predetermined ranking are selected to obtain the candidate starting node set.
  20. 如权利要求15所述的计算机可读存储介质,其中,所述根据所述候选起点集及所述候选终点集进行计算得到目标路径,包括:15. The computer-readable storage medium according to claim 15, wherein said calculating a target path based on said candidate start point set and said candidate end point set comprises:
    利用Astar算法计算所述候选起点集中的每个候选起点与所述候选终点集中的每个候选终点之间的路径,得到路径集;Calculating a path between each candidate starting point in the candidate starting point set and each candidate ending point in the candidate ending point set by using an Astar algorithm to obtain a path set;
    选取所述路径集中最短的路径作为最短路径;Selecting the shortest path in the path set as the shortest path;
    结合所有所述分段GPS数据对应的最短路径,得到所述目标路径。Combining all the shortest paths corresponding to the segmented GPS data to obtain the target path.
PCT/CN2020/131973 2020-09-02 2020-11-26 Road matching method and apparatus, and electronic device and readable storage medium WO2021189897A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202010912001.9A CN112050820B (en) 2020-09-02 2020-09-02 Road matching method, device, electronic equipment and readable storage medium
CN202010912001.9 2020-09-02

Publications (1)

Publication Number Publication Date
WO2021189897A1 true WO2021189897A1 (en) 2021-09-30

Family

ID=73607196

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2020/131973 WO2021189897A1 (en) 2020-09-02 2020-11-26 Road matching method and apparatus, and electronic device and readable storage medium

Country Status (2)

Country Link
CN (1) CN112050820B (en)
WO (1) WO2021189897A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115326085A (en) * 2022-08-17 2022-11-11 安徽蔚来智驾科技有限公司 Map matching method, control device, readable storage medium and vehicle

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111002975B (en) * 2019-12-27 2022-02-08 延锋汽车饰件系统有限公司 Vehicle energy management method, system, electronic device, and storage medium
CN112800161B (en) * 2021-02-08 2022-03-25 腾讯科技(深圳)有限公司 Road network matching method and device, storage medium and electronic equipment
CN113554891B (en) * 2021-07-19 2022-07-01 江苏南大苏富特智能交通科技有限公司 Method for constructing electronic map road network based on bus GPS track
CN113776555A (en) * 2021-08-18 2021-12-10 南斗六星系统集成有限公司 Method for calculating automatic driving road coverage mileage based on road network slice

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2014032623A (en) * 2012-08-06 2014-02-20 Kddi Corp Image processor
CN104978420A (en) * 2015-06-30 2015-10-14 百度在线网络技术(北京)有限公司 Traveling route matching method and apparatus
CN109885632A (en) * 2019-01-22 2019-06-14 中国科学院空间应用工程与技术中心 A kind of space science and application data retrieval method, system, medium and equipment
CN110083668A (en) * 2019-03-22 2019-08-02 纵目科技(上海)股份有限公司 A kind of data management system, management method, terminal and the storage medium of high-precision map
CN110095127A (en) * 2019-04-08 2019-08-06 西北大学 A kind of hidden Markov model map-matching method based on segmentation
CN110345950A (en) * 2018-04-08 2019-10-18 高德软件有限公司 A kind of road codes method and road matching method

Family Cites Families (24)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101270997B (en) * 2007-03-21 2010-07-28 北京交通发展研究中心 Floating car dynamic real-time traffic information processing method based on GPS data
CN101777257B (en) * 2009-12-29 2013-03-13 北京世纪高通科技有限公司 Method and system for obtaining traffic report
CN101986102B (en) * 2010-10-14 2012-01-11 天津大学 Method for matching electronic map in urban geographic information system
CN103927873B (en) * 2014-04-28 2016-06-15 中国航天系统工程有限公司 Floating Car and section matching process and the parallel method obtaining real-time road
CN104634352B (en) * 2015-03-02 2015-11-11 吉林大学 A kind of road matching method merged based on Floating Car motion track and electronic chart
CN107328423B (en) * 2016-04-28 2020-10-16 厦门雅迅网络股份有限公司 Curve identification method and system based on map data
CN106528589B (en) * 2016-09-14 2019-09-13 北京航空航天大学 Data managing method and device
CN106840176B (en) * 2016-12-28 2020-01-31 济宁中科先进技术研究院有限公司 GPS time-space data increment road network real-time updating and track matching system
CN106767873B (en) * 2016-12-30 2019-08-06 浙江大学 A kind of map-matching method based on space-time
CN108106620B (en) * 2017-12-20 2021-08-24 中国科学院深圳先进技术研究院 Topological road matching method and system and electronic equipment
CN108694622B (en) * 2018-06-26 2022-03-01 泰康保险集团股份有限公司 Method and device for obtaining guests
CN109143291B (en) * 2018-06-29 2020-10-16 长安大学 Vehicle-mounted GPS track space index accurate matching method
CN111044056B (en) * 2018-10-15 2023-10-13 华为技术有限公司 Positioning method based on road matching, chip subsystem and electronic equipment
CN109405839B (en) * 2018-10-23 2022-04-12 南京林业大学 Traffic network off-line map matching algorithm based on multiple paths
CN110031011B (en) * 2019-04-17 2021-05-11 首都师范大学 Vehicle-mounted real-time map matching calculation method integrating space-time proximity and improved weight circle
CN110006442B (en) * 2019-04-17 2021-06-01 北京百度网讯科技有限公司 Navigation method, apparatus, device and medium
CN110345964B (en) * 2019-07-16 2021-04-30 北京四维图新科技股份有限公司 Path matching method, device, system and storage medium
CN111026978A (en) * 2019-10-14 2020-04-17 平安科技(深圳)有限公司 Position query method and device, computer equipment and storage medium
CN111189459B (en) * 2020-01-10 2023-12-22 成都信息工程大学 Method and device for matching positioning information with road
CN111256710A (en) * 2020-01-21 2020-06-09 华南理工大学 Map matching method and system
CN111368881B (en) * 2020-02-19 2023-10-03 浙江工业大学 Low-frequency GPS track road network matching method based on multidimensional data fusion analysis
CN111539454B (en) * 2020-03-30 2023-04-18 武汉理工大学 Vehicle track clustering method and system based on meta-learning
CN111475596B (en) * 2020-04-05 2023-04-07 中国人民解放军国防科技大学 Sub-segment similarity matching method based on multi-level track coding tree
CN111735457B (en) * 2020-06-30 2022-06-17 北京百度网讯科技有限公司 Indoor navigation method and device, electronic equipment and readable storage medium

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2014032623A (en) * 2012-08-06 2014-02-20 Kddi Corp Image processor
CN104978420A (en) * 2015-06-30 2015-10-14 百度在线网络技术(北京)有限公司 Traveling route matching method and apparatus
CN110345950A (en) * 2018-04-08 2019-10-18 高德软件有限公司 A kind of road codes method and road matching method
CN109885632A (en) * 2019-01-22 2019-06-14 中国科学院空间应用工程与技术中心 A kind of space science and application data retrieval method, system, medium and equipment
CN110083668A (en) * 2019-03-22 2019-08-02 纵目科技(上海)股份有限公司 A kind of data management system, management method, terminal and the storage medium of high-precision map
CN110095127A (en) * 2019-04-08 2019-08-06 西北大学 A kind of hidden Markov model map-matching method based on segmentation

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115326085A (en) * 2022-08-17 2022-11-11 安徽蔚来智驾科技有限公司 Map matching method, control device, readable storage medium and vehicle

Also Published As

Publication number Publication date
CN112050820B (en) 2024-05-07
CN112050820A (en) 2020-12-08

Similar Documents

Publication Publication Date Title
WO2021189897A1 (en) Road matching method and apparatus, and electronic device and readable storage medium
WO2021189899A1 (en) Link state tracking method and apparatus, and electronic device and computer storage medium
WO2017215370A1 (en) Method and apparatus for constructing decision model, computer device and storage device
WO2021189826A1 (en) Message generation method and apparatus, electronic device, and computer-readable storage medium
WO2021189977A1 (en) Address coding method and apparatus, and computer device and computer-readable storage medium
JP2018510410A (en) Method and apparatus for processing address text
CN110990520B (en) Address coding method and device, electronic equipment and storage medium
WO2022141858A1 (en) Pedestrian detection method and apparatus, electronic device, and storage medium
CN111476225B (en) In-vehicle human face identification method, device, equipment and medium based on artificial intelligence
CN111931729B (en) Pedestrian detection method, device, equipment and medium based on artificial intelligence
CN111950621A (en) Target data detection method, device, equipment and medium based on artificial intelligence
CN115795517A (en) Asset data storage method and device
CN113901166A (en) Electronic map construction method, device, equipment and storage medium
CN114201482A (en) Dynamic population distribution statistical method and device, electronic equipment and readable storage medium
CN112069824B (en) Region identification method, device and medium based on context probability and citation
US20120136911A1 (en) Information processing apparatus, information processing method and information processing program
CN112052409A (en) Address resolution method, device, equipment and medium
CN112925753B (en) File additional writing method and device, electronic equipment and storage medium
CN113626605B (en) Information classification method, device, electronic equipment and readable storage medium
CN112132037A (en) Sidewalk detection method, device, equipment and medium based on artificial intelligence
CN111538914B (en) Address information processing method and device
CN113051475B (en) Content recommendation method, device, electronic equipment and readable storage medium
CN112819593B (en) Data analysis method, device, equipment and medium based on position information
CN112800242B (en) Pedigree mining method, pedigree mining device, electronic equipment and computer-readable storage medium
CN112328960B (en) Optimization method and device for data operation, electronic equipment and storage medium

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

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

Country of ref document: EP

Kind code of ref document: A1