CN112115217A - Data processing method and device for high-precision map, electronic equipment and storage medium - Google Patents

Data processing method and device for high-precision map, electronic equipment and storage medium Download PDF

Info

Publication number
CN112115217A
CN112115217A CN202010799979.9A CN202010799979A CN112115217A CN 112115217 A CN112115217 A CN 112115217A CN 202010799979 A CN202010799979 A CN 202010799979A CN 112115217 A CN112115217 A CN 112115217A
Authority
CN
China
Prior art keywords
data
database
precision map
version
target
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202010799979.9A
Other languages
Chinese (zh)
Inventor
孔羚悦
周猛
王鹏
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Navinfo Co Ltd
Original Assignee
Navinfo Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Navinfo Co Ltd filed Critical Navinfo Co Ltd
Priority to CN202010799979.9A priority Critical patent/CN112115217A/en
Publication of CN112115217A publication Critical patent/CN112115217A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/29Geographical information databases
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/23Updating
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation

Abstract

According to the data processing method, the data processing device, the electronic equipment and the storage medium for the high-precision map, the update request of the high-precision map initiated by the client is received, and the update request comprises the target version of the high-precision map; determining target data matched with the target version according to the data version of each data in the database; sending the downloading information in the data attribute of the target data to a client side, so that the client side can download the target data according to the downloading information and update the high-precision map; and the downloading information is generated when the target data is stored and is stored in the corresponding data attribute in an associated mode. By adopting the mode, the automatic processing of receiving and sending the high-precision map data can be effectively realized, the data volume is relatively small during processing, and the processing efficiency is improved.

Description

Data processing method and device for high-precision map, electronic equipment and storage medium
Technical Field
The embodiment of the disclosure relates to the field of data processing, and in particular relates to a data processing method and device for a high-precision map, an electronic device and a storage medium.
Background
The high-precision map is an indispensable part of the vehicle in performing an autonomous driving task. In order to ensure timeliness of the high-precision map, data of the high-precision map is generally updated in time, and the updated high-precision map is distributed.
In the prior art, after a high-precision map development end completes generation of update data of a high-precision map, all data including the update data and original data need to be processed to obtain a data update package, and the data update package is directly sent to a client of a user in an online or offline mode so that the client can update the high-precision map of a vehicle based on the data update package.
However, since the data update package includes the update data and the original data, it is necessary to process a large amount of data of the high-precision map regardless of the process of generating the data update package by the development side or the process of updating based on the data update package by the client side. In the processing process, the original data of the non-updated data is required to be repeatedly processed, so that the overall processing efficiency is reduced, and the timeliness of the high-precision map is not guaranteed.
Disclosure of Invention
In view of the above problems, the present disclosure provides a data processing method and apparatus for a high-precision map, an electronic device, and a storage medium.
In a first aspect, an embodiment of the present disclosure provides a data processing method for a high-precision map, including:
receiving an update request of a high-precision map initiated by a client, wherein the update request comprises a target version of the high-precision map;
determining target data matched with the target version according to the data version of each data in the database;
sending the download information in the data attribute of the target data to a client, so that the client can download the target data according to the download information and update the high-precision map; and the download information is generated and stored in the corresponding data attribute in the process of storing the target data in an associated manner.
In a second aspect, an embodiment of the present disclosure provides a high-precision map data processing apparatus, including:
the system comprises an interface module, a database module and a database module, wherein the interface module is used for receiving an update request of a high-precision map initiated by a client, and the update request comprises a target version of the high-precision map;
the database is used for determining target data matched with the target version according to the data version of each data in the database;
the interface module is also used for sending download information in the data attribute of the target data to a client so that the client can download the target data according to the download information and update the high-precision map; and the downloading information is generated when the target data is stored and is stored in the corresponding data attribute in an associated mode.
Optionally, the interface module of the device is further configured to receive update data of the high-precision map uploaded by the request end; the update data comprises data content and metadata;
and the database is also used for storing the data content in the database, generating corresponding downloading information and updating the data attribute and the data version of the updated data in the database according to the metadata and the downloading information.
Optionally, the metadata of the update data includes an architecture identifier of the update data, and the data attribute of the data in the database includes the architecture identifier of the data; the database is specifically configured to: determining data to be updated corresponding to the updated data according to the architecture identifier of the updated data and the architecture identifier of each data attribute in the database; and updating the download information in the data attribute of the data to be updated by using the download information of the update data.
Optionally, the database is specifically configured to update the version number of the database after updating the data attribute of the update data in the database; wherein the version number of the database is related to the cumulative number of updates of the database; and updating the version number of the data version according to the version number of the database.
The database is specifically used for comparing the current data version of each data in the database with the target version; and for each data, taking the data as target data if the current data version is higher than or equal to the target version.
Optionally, the download information includes a data code and a download address; the interface module is further used for sending the data code and the download address of the target data to the client, so that the client can obtain the data content of the target data according to the download address, perform data verification on the obtained data content of the target data according to the database, and execute updating of the high-precision map after verification is passed.
Optionally, the apparatus further comprises: a compiling module;
and the compiling module is used for carrying out format compiling processing on the updating data according to a preset database compiling format to obtain the updating data which can be used for updating the database.
In a third aspect, the disclosed embodiment provides a data processing system of a high-precision map, comprising the data processing device of the high-precision map of any one of the second aspect, and a terminal installed with a client;
the data processing device of the high-precision map is used for receiving an update request of the high-precision map initiated by a client, wherein the update request comprises a target version of the high-precision map; determining target data matched with the target version according to the data version of each data in the database; sending the downloading information in the data attribute of the target data to a client; the data processing device of the high-precision map in the downloaded information generates and associates and stores the data in the corresponding data attribute when storing the target data;
and the client in the terminal downloads the target data according to the downloading information and executes the updating of the high-precision map.
In a fourth aspect, an embodiment of the present disclosure provides an electronic device, including: at least one processor and memory;
the memory stores computer-executable instructions;
the at least one processor executing the computer-executable instructions stored by the memory causes the at least one processor to perform the method of data processing of a high-precision map as described above in relation to the first aspect and the various possible references to the first aspect.
In a fifth aspect, the embodiments of the present disclosure provide a computer-readable storage medium, in which computer-executable instructions are stored, and when a processor executes the computer-executable instructions, the data processing method of the high-precision map is implemented as described in the first aspect and various possible references to the first aspect.
According to the data processing method, the device, the system, the electronic equipment and the storage medium of the high-precision map, the update data of the high-precision map uploaded by the request terminal is received, the data content of the update data is stored, the database is updated according to the data attribute of the update data, and the update request of the high-precision map initiated by the client is received, wherein the update request comprises the target version of the high-precision map; determining target data matched with the target version according to the data version corresponding to each data in the database; and sending the downloading information of the target data to a client so that the client can download the target data in the database according to the downloading information and execute updating. By adopting the mode, the automatic processing of the receiving and sending of the high-precision map data can be effectively realized, the data volume is relatively small during the processing, and the processing efficiency is improved.
Drawings
In order to more clearly illustrate the embodiments of the present disclosure or the technical solutions in the prior art, the drawings needed to be used in the description of the embodiments or the prior art will be briefly introduced below, and it is obvious that the drawings in the following description are some embodiments of the present disclosure, and other drawings can be obtained according to these drawings by those skilled in the art without inventive exercise.
FIG. 1 is a schematic diagram of a network architecture upon which the present disclosure is based;
fig. 2 is a schematic flow chart of a data processing method of a high-precision map according to an embodiment of the present disclosure;
fig. 3 is a schematic flow chart of another high-precision map data processing method according to an embodiment of the present disclosure;
fig. 4 is a data architecture diagram of a data processing method for a high-precision map according to an embodiment of the present disclosure;
fig. 5a is a schematic view of a data updating flow in a data processing method of a high-precision map according to an embodiment of the present disclosure;
fig. 5b is a schematic diagram of a data updating flow in another data processing method for a high-precision map according to an embodiment of the present disclosure;
fig. 6 is a schematic flow chart of another high-precision map data processing method according to an embodiment of the present disclosure;
fig. 7 is a block diagram of a high-precision map data processing apparatus according to an embodiment of the present disclosure;
fig. 8 is a schematic diagram of a hardware structure of an electronic device according to an embodiment of the present disclosure.
Detailed Description
To make the objects, technical solutions and advantages of the embodiments of the present disclosure more clear, the technical solutions of the embodiments of the present disclosure will be described clearly and completely with reference to the drawings in the embodiments of the present disclosure, and it is obvious that the described embodiments are some, but not all embodiments of the present disclosure. All other embodiments, which can be derived by a person skilled in the art from the embodiments disclosed herein without making any creative effort, shall fall within the protection scope of the present disclosure.
The high-precision map is an indispensable part of the vehicle in performing an autonomous driving task. In order to ensure timeliness of the high-precision map, data of the high-precision map is generally updated in time, and the updated high-precision map is distributed.
In the prior art, after a high-precision map development end completes generation of update data of a high-precision map, all data including the update data and original data need to be processed to obtain a data update package, and the data update package is directly sent to a client of a user in an online or offline mode so that the client can update the high-precision map of a vehicle based on the data update package.
However, since the data update package includes the update data and the original data, it is necessary to process a large amount of data of the high-precision map regardless of the process of generating the data update package by the development side or the process of updating based on the data update package by the client side. In the processing process, the original data of the non-updated data is required to be repeatedly processed, so that the overall processing efficiency is reduced, and the failure of the high-precision map is not facilitated.
In order to solve the problems, the present disclosure provides a data processing method, device, electronic device and storage medium for a high-precision map, where a data processing device for a high-precision map including a database is established between a request end and a client end, and an update request for a high-precision map initiated by the client end is received, where the update request includes a target version of the high-precision map, and target data matched with the target version is determined according to a data version of each data in the database; sending the downloading information in the data attribute of the target data to a client side, so that the client side can download the target data according to the downloading information and update the high-precision map; the downloaded information is generated when the target data is stored and is stored in the corresponding data attribute in a correlated manner, and the uploaded or downloaded updated data does not include original data any more, so that the data processing amount required by updating is small, and the data processing efficiency of the map is effectively improved.
Referring to fig. 1, fig. 1 is a schematic diagram of a network architecture based on which the present disclosure is based, and the network architecture shown in fig. 1 may specifically include an initiator 1, a high-precision map data processing apparatus 2, and a client 3.
The initiating terminal 1 and the client terminal 3 may be hardware devices such as a mobile phone, a desktop computer, an intelligent home device, and a tablet computer. Specifically, the initiator 1 may be a data issuer of the high-precision map, which may generate data of the high-precision map based on actual needs and upload the data to a database in the high-precision map data processing apparatus. The client 3 may be a user of a high-definition map, which is generally installed in a vehicle or a mobile device, and may perform a driving task based on the high-definition map, and may update the high-definition map thereof with data of the high-definition map downloaded from the database of the high-definition map data processing device 2.
The high-precision map data processing device 2 is hardware or software capable of interacting with multiple parties through a network, and is provided with a database and can be used for executing a data processing method of the high-precision map in each example described below so as to process and transmit the received update data.
In the network architecture shown in fig. 1, when the high-precision map data processing apparatus 1 is hardware, it may include a cloud server with an arithmetic function; when the high-precision map data processing apparatus 1 is software, it can be installed in an electronic device having an arithmetic function, including, but not limited to, a laptop computer, a desktop computer, and the like.
That is to say, the data processing method of the high-precision map based on the present disclosure can be based on the embodiment shown in fig. 1, and is widely applicable to the application scenario involving the high-precision map.
In a first aspect, referring to fig. 2, fig. 2 is a schematic flowchart of a data processing method for a high-precision map according to an embodiment of the present disclosure. The data processing method of the high-precision map provided by the embodiment of the disclosure comprises the following steps:
step 101, receiving an update request of a high-precision map initiated by a client, wherein the update request comprises a target version of the high-precision map.
And step 102, determining target data matched with the target version according to the data version of each data in the database.
103, sending download information in the data attribute of the target data to a client, so that the client can download the target data according to the download information and update the high-precision map; and the downloading information is generated when the target data is stored and is stored in the corresponding data attribute in an associated manner.
The execution subject of the processing method provided in this example is the aforementioned high-precision map data processing apparatus, which can interact with each other via a network.
In the embodiment provided by the present disclosure, steps 101 to 103 are processing manners of the data processing apparatus after receiving the update request initiated by the client.
Specifically, when a client wishes to update its own high-precision map, it initiates an update request to the data processing apparatus, in which its own requirements, i.e., target version, are shown.
That is, unlike the prior art, in order to reduce the amount of data received per update and avoid the client from reprocessing data that has been processed during a previous update, in embodiments provided by the present disclosure, the client may identify a target version of the demand in the update request. Of course, the target version may be the current latest version or the historical version, which is determined based on the user requirements of the client, and this disclosure does not limit this.
Then, the data processing device determines target data matched with the target version based on the data version corresponding to each data stored in the database, and sends download information in the data attribute of the target data to the client, so that the client can download the target data according to the download information and update the high-precision map; and the downloading information is generated when the target data is stored and is stored in the corresponding data attribute in an associated mode.
Optionally, in order to ensure data security, problems of data packet loss, hijacking, tampering and the like in the data transmission process are avoided. The download information provided by the data attribute also comprises a data code of the target data and a download address of the target data. Specifically, the data code and the download address of the target data can be sent to the client, so that the client can obtain the data content of the target data according to the download address, perform data verification on the obtained data content of the target data according to the database, and update the high-precision map after the verification is passed.
The data code in the download information is used for performing data verification on target data by using the data code after the target data is downloaded and obtained by the client, and updating is performed after the verification is passed, and the download address can be generated in real time.
When the data processing device is executed, the data code and the download address in the download information can be sent to the client, after the client acquires the target data according to the download address, the data code in the data attribute of the acquired target data is compared with the data code in the download information, and when the data code and the data code are consistent, the data processing device is updated based on the target data. The specific generation and comparison of the data codes can be based on the existing technologies of data signature, data encryption and the like, and the present disclosure does not limit this.
In the data processing method for the high-precision map provided by the embodiment, an update request of the high-precision map, which is initiated by a client, is received, where the update request includes a target version of the high-precision map; determining target data matched with the target version according to the data version of each data in the database; sending download information in the data attribute of the target data to a client side, so that the client side can download the target data according to the download information and update the high-precision map; and the downloading information is generated and stored in corresponding data attributes in an associated manner when the target data is stored. By adopting the mode, the automatic processing of receiving and sending the high-precision map data can be effectively realized, the data volume is relatively small during processing, and the processing efficiency is improved.
Referring to fig. 3, fig. 3 is a schematic flowchart of another data processing method for a high-precision map according to an embodiment of the present disclosure. The data processing method of the high-precision map provided by the embodiment of the disclosure comprises the following steps:
step 201, receiving update data of a high-precision map uploaded by a request end; the update data includes data content and metadata.
The execution subject of the processing method provided in this example is the aforementioned high-precision map data processing apparatus, which can interact with each other via a network.
Step 202, storing the data content in a database and generating corresponding download information, and updating the data attribute and the data version of the updated data in the database according to the metadata and the download information.
Step 203, receiving an update request of the high-precision map initiated by the client, wherein the update request comprises a target version of the high-precision map.
And 204, determining target data matched with the target version according to the data version of each data in the database.
Step 205, sending the download information in the data attribute of the target data to a client, so that the client can download the target data according to the download information and update the high-precision map; and the downloading information is generated when the target data is stored and is stored in the corresponding data attribute in an associated manner.
Different from the foregoing embodiment, the present embodiment further includes a process of receiving and storing the update data of the high-precision map uploaded by the request end.
For the present embodiment, in step 201, upon receiving the update data of the high-precision map uploaded to the database by the request end, the database of the data processing apparatus may receive the update data of the high-precision map requested to be uploaded by the developer. Wherein, the update data should be data in a preset format, such as data in a data exchange format (Map Info, abbreviated as MIF); dynamic traffic information data is also included; data for other needs may also be included.
In an optional embodiment, in order to further improve the automation degree, a compiling module may be disposed in the Data processing apparatus, so that after receiving the updated Data, the Data processing apparatus compiles the updated Data into Data of a Navigation Data Standard (NDS) through the compiling module, so as to be used by a back end, that is, a client.
In addition, in step 202, in order to improve data storage efficiency, update efficiency and distribution efficiency, the database provided in the embodiment of the present disclosure may adopt a Catalog data architecture manner, in which data stored in the database is to be composed of data content and data attributes, where the data attributes are used to represent architecture information of the data in the database, for example, the data is characterized by architecture identification of the data in the database architecture.
For example, fig. 4 is a schematic data architecture diagram of a data processing method for a high-precision map provided by an embodiment of the present disclosure, and as shown in fig. 4, Catalog is an organization manner of data, and generally stores all data whose contents are a certain single data version.
Corresponding to fig. 4, the architectural drawing layers, i.e. layers in the drawing, different drawing layers represent different object types, such as topographic data, signage data, etc. in a high-precision map, and each architectural drawing layer is relatively independent, and data of any architectural drawing layer is updated, so that data of other architectural drawing layers will not be affected. And all layer data will constitute a high-precision map, i.e. data of all object types will constitute a high-precision map.
For each architectural layer, there are multiple architectural views, i.e. partitions in the map. Wherein each architectural view corresponds to a different geographic region. That is, in the architecture diagram, data of a certain geographic area under the object type corresponding to the architecture diagram layer to which the architecture diagram belongs is stored; the geographic areas of the plurality of architectural views under the same architectural view layer may not overlap or may partially overlap. Illustratively, Partition uses the size of the NDS thirteen-level grid as the size of the map frame.
Meanwhile, as for data in the database, the content represented by the data and the stored architecture position are represented by layer identification of the architecture layer and map identification of the architecture map, and the layer identification and the map identification are stored in the database as data attributes of the data. When the database stores data, whether the data is the same data is determined by whether the architecture identifier and the map sheet identifier are the same, that is, the data corresponds to a map layer identifier-map sheet identifier shown in fig. 4, and the map layer identifier-map sheet identifier of different data are different.
In other words, data in the Catalog data schema will be stored according to the composition of the schema map layer and the schema map sheet. In order to associate the data content and the data attribute of any data in the database, the data content and the data attribute can be characterized by using the same over-architecture identifier. As for the same data, the naming of its data content may be as 0_1_29_557467385_2.BLOB and the naming of its data attributes may be as 0_1_29_557467385_2. json. In the above naming, 55747385 is the map sheet identifier, and 2 is the layer identifier, and since the map sheet identifier and the layer identifier of both are the same, both belong to one data.
In step 202 of this embodiment, the processing device stores the data content in the update data in the database and generates corresponding download information. Then, the generated download information and the metadata in the update data are used for updating the data attribute and the data version of the update data in the database.
The update data specifically includes data content and metadata. The data content may be data in NDS format, such as NDS. And the metadata can adopt NDS metadata, and object codes (used for recording the issuing times), picture frame numbers, check codes, data formats, data sizes and data codes of the data can be stored in the metadata.
Further, the metadata of the update data includes an architectural identification of the update data, and the data attributes of the data in the database include an architectural identification of the data.
That is to say, correspondingly, the updating the data attribute of the update data in the database according to the metadata and the download information in step 202 specifically includes: determining data to be updated corresponding to the updated data according to the architecture identifier of the updated data and the architecture identifier of each data attribute in the database; and updating the download information in the data attribute of the data to be updated by using the download information of the update data.
The database stores and updates the update data by using the data architecture. Specifically, the data attributes of the database include architecture identifiers, that is, map sheet identifiers and map layer identifiers. As mentioned above, each data in the database is stored in association with the schema identification in the data attribute. When the database is updated, the following modes can be adopted:
firstly, according to the architecture identification in the metadata of the update data, determining the data to be updated in the database corresponding to the update data. That is, in the database, since the data are stored according to the architecture identifier, after receiving the update data, the object type, such as the terrain, of the update may be determined based on the layer identifier in the metadata; and then, determining the geographic area updated this time, such as the first geographic area, based on the map sheet identifier in the metadata. That is, the data content of this update is an update to the terrain in the first geographic area.
At this time, the data to be updated in the database, which is the same as the layer identifier and the map identifier, may be determined according to the obtained layer identifier and map identifier, that is, the data to be updated corresponding to the data attribute of the topographic data in the first geographic area that needs to be updated in the database may be found based on the identifier.
After the database determines the data to be updated, an update process is also required.
The update process includes storage of data content, update of data attributes of data to be updated, and update of versions of data to be updated.
When the data content of the updated data is stored in the database, the database also generates download information corresponding to the data content, and the download information and the metadata of the data form the data attribute of the data to be updated in the database. Wherein the download information can be used to determine the storage location of the data content in the database. That is to say, the download information needs to be updated or stored in the data attribute of the data to be updated, so as to ensure that the storage position of the data content can be conveniently found, and the client-side download is facilitated.
In addition, in order to ensure the subsequent fast query and output of the current update data, the version of the data to be updated needs to be updated. Wherein the version number of the database is related to the cumulative number of updates of the database. In other words, after updating the data attribute of the update data in the database, the version number of the database is updated; wherein the version number of the database is related to the cumulative number of updates of the database; and updating the version number of the data version according to the version number of the database.
Fig. 5a and 5b are schematic diagrams of a data updating flow in a data processing method of a high-precision map according to an embodiment of the present disclosure, as shown in fig. 5a, before updating, the number of times of updating a database is 0, a version of the high-precision map is V0, and a version of an image frame under each layer is also V0.
When the database is updated for the 1 st time, the minimum update unit may be data corresponding to one Layer identifier-map identifier, such as Layer1-Partition1 and Layer1-Partition2 shown in fig. 5 a. Therefore, after the new data content of the data corresponding to the two layer identifiers and the map width identifier is stored and the data attribute is updated, the original version number of the data content needs to be updated, that is, the version number is changed to V1.
Similarly, as shown in FIG. 5b, when the database is updated for the 2 nd time, the data to be updated are Layer1-Partition2 and Layer1-Partition 1. At this time, after the new data content of the data corresponding to the two layer identifiers — the map identifier is stored and the data attribute is updated, the original version number of the data needs to be updated, that is, the data is changed to V2.
In the embodiment provided by the present disclosure, steps 203 to 205 are processing manners of the data processing apparatus after receiving the update request initiated by the client.
Specifically, different from the foregoing embodiment, the process that the data processing apparatus in this embodiment determines the target data matching the target version based on the data version corresponding to each data stored in the database may have a plurality of implementation manners in this embodiment:
one is to use the data completely consistent with the target version as the target data, for example, as shown in fig. 5b, if the version is V2, the client requests the target version to be V2, and at this time, the data corresponding to Layer1-Partition 2V 2 and Layer2-Partition 1V 2 are sent to the client as the target data.
The second is to use data higher than or equal to the target version as the target data, for example, as shown in fig. 5b, if the version is V2, the client requests that the target version is V2, and at this time, data corresponding to each layer identifier-map width identifier in Catalog V2 is used as the target data.
Of course, the two processing manners may exist simultaneously, and in implementation, the distinguishing processing may be performed based on other identifiers in the update request, for example, when the update manner identifier in the update request indicates a local update, a first processing manner may be used, and when the update manner identifier in the update request indicates a global update, a second processing manner may be used.
Finally, after the confirmation of the target data is completed, the downloading information of the target data can be sent to the client side, so that the client side can download the target data based on the downloading information.
In order to further provide diversified services for the client, the data processing device can also provide query services for the client on the basis of the above embodiments while ensuring the security of data transmission by the data processing device.
Fig. 6 is a schematic flowchart of another data processing method for a high-precision map according to an embodiment of the present disclosure, and as shown in fig. 6, the data processing method includes:
301, receiving update data of a high-precision map uploaded by a request end; the update data comprises data content and metadata;
step 302, storing the data content in a database and generating corresponding downloading information, and updating the data attribute and the data version of the updated data in the database according to the metadata and the downloading information;
step 303, receiving a version query request initiated by a client;
and step 304, sending the version number of the database to a client according to the version query request.
Step 305, receiving an update request of the high-precision map initiated by a client, wherein the update request comprises a target version of the high-precision map;
step 306, determining target data matched with the target version according to the data version of each data in the database;
307, sending the downloading information in the data attribute of the target data to a client, so that the client can download the target data according to the downloading information and update the high-precision map; and the downloading information is generated when the target data is stored and is stored in the corresponding data attribute in an associated manner.
Similarly to the foregoing embodiment, the execution subject of the processing method provided by the present example is the foregoing high-precision map data processing apparatus, which can interact with the parties via a network.
Steps 301 and 302 of this embodiment are similar to the implementation manners of steps 201 and 202 of the foregoing embodiments, and are not described herein again; the implementation manner of steps 305, 306, and 307 in this embodiment is similar to that of steps 101, 102, and 103, or steps 203, 204, and 205, and is not described herein again.
Unlike the foregoing embodiment, in the present embodiment, the data processing apparatus further receives a query request initiated by the client. The data processing device can send the version number of the database to the client according to the query request, wherein the version number of the database is determined according to the current updating times of the database.
And updating the current updating times of the database after the database is updated, namely updating the data attribute and the data version of the data to be updated in the database according to the metadata of the updating data, updating the accumulated updating times of the database by the data processing device, and updating the version number of the database according to the accumulated updating times of the database.
In addition, the query request includes client identity information. Based on the query request, the data processing device can authenticate the client according to the client identity information in the query request, and after the authentication is passed, the data processing device sends the current version of the high-precision map of the database to the client, so that the downloading safety of the client is ensured. The authentication process therein may be based on the prior art, which is not limited by this disclosure.
On the basis of the above embodiment, the present embodiment provides the query service to the client, so that the client can determine the required database version by using the query service, and the client can conveniently select the required target version based on the queried result for updating.
According to the data processing method of the high-precision map, the update data of the high-precision map uploaded by a request terminal is received, the data content of the update data is stored, the database is updated according to the metadata of the update data, and the update request of the high-precision map initiated by a client terminal is received, wherein the update request comprises the target version of the high-precision map; determining target data matched with the target version according to the data version corresponding to each data in the database; and sending the downloading information of the target data to a client so that the client can download the target data in the database according to the downloading information and execute updating. By adopting the mode, the automatic processing of receiving and sending the high-precision map data can be effectively realized, the data volume is relatively small during processing, and the processing efficiency is improved.
Fig. 7 is a block diagram of a high-precision map data processing device provided in an embodiment of the present disclosure, which corresponds to the data processing method of the high-precision map in the foregoing embodiment. For ease of illustration, only portions that are relevant to embodiments of the present disclosure are shown. Referring to fig. 7, the high-precision map data processing apparatus includes: an interface module 10 and a database 20.
The system comprises an interface module 10, a service module and a service module, wherein the interface module is used for receiving an update request of a high-precision map initiated by a client, and the update request comprises a target version of the high-precision map;
the database 20 is used for determining target data matched with the target version according to the data version of each data in the database 20;
the interface module 10 is further configured to send download information in the data attribute of the target data to a client, so that the client downloads the target data according to the download information and executes updating of the high-precision map; and the downloading information is generated when the target data is stored and is stored in the corresponding data attribute in an associated mode.
In an optional embodiment provided by the present disclosure, the interface module 10 is further configured to receive update data of a high-precision map uploaded by a request end; the update data comprises data content and metadata;
the database 20 is further configured to store the data content in the database 20 and generate corresponding download information, and update the data attribute and the data version of the update data in the database 20 according to the metadata and the download information.
In an optional embodiment provided by the present disclosure, the metadata of the update data includes an architecture identifier of the update data, and the data attribute of the data in the database 20 includes an architecture identifier of the data;
the database 20 is specifically configured to: determining data to be updated corresponding to the updated data according to the architecture identifier of the updated data and the architecture identifier of each data attribute in the database 20; and updating the download information in the data attribute of the data to be updated by using the download information of the updated data.
In an optional embodiment provided by the present disclosure, the database 20 is specifically configured to update the version number of the database 20 after updating the data attribute of the update data in the database 20; wherein the version number of the database 20 is related to the cumulative number of updates of the database 20; the version number of the data version is updated according to the version number of the database 20.
In an optional embodiment provided by the present disclosure, the database 20 is specifically configured to compare a current data version of each data in the database 20 with the target version; and for each data, the current data version of the data is higher than or equal to the target version, and the data is taken as target data.
In an optional embodiment provided by the present disclosure, the download information includes a data code and a download address;
the interface module 10 is further configured to send the data code and the download address of the target data to the client, so that the client obtains the data content of the target data according to the download address, performs data verification on the obtained data content of the target data according to the database 20, and executes updating of the high-precision map after the verification is passed.
In an optional embodiment provided by the present disclosure, the data processing apparatus further comprises: a compiling module;
the compiling module is configured to perform format compiling processing on the update data according to a preset database 20 compiling format, so as to obtain update data that can be used for updating the database 20.
In an optional embodiment provided by the present disclosure, the interface module 10 is further configured to receive a query request of a high-precision map initiated by a client;
the database 20 is further configured to send the version number of the database 20 to the client according to the version query request.
The data processing device for the high-precision map provided by the embodiment receives the update data of the high-precision map uploaded by a request terminal, stores the data content of the update data, updates the database according to the metadata of the update data, and receives the update request of the high-precision map initiated by a client, wherein the update request comprises the target version of the high-precision map; determining target data matched with the target version according to the data version corresponding to each data in the database; and sending the downloading information of the target data to a client so that the client can download the target data in the database according to the downloading information and execute updating. By adopting the mode, the automatic processing of receiving and sending the high-precision map data can be effectively realized, the data volume is relatively small during processing, and the processing efficiency is improved.
The embodiment also provides a data processing system of the high-precision map, which comprises the data processing device of the high-precision map in the embodiment and a terminal provided with a client.
The data processing device of the high-precision map is used for receiving an update request of the high-precision map initiated by a client, wherein the update request comprises a target version of the high-precision map; determining target data matched with the target version according to the data version of each data in the database; sending the downloading information in the data attribute of the target data to a client; the data processing device of the high-precision map in the downloaded information generates and associates and stores the data in the corresponding data attribute when storing the target data;
and the client in the terminal downloads the target data according to the downloading information and executes the updating of the high-precision map.
By adopting the mode, the automatic processing of receiving and sending the high-precision map data can be effectively realized, the data volume is relatively small during processing, and the processing efficiency is improved.
The electronic device provided in this embodiment may be used to implement the technical solution of the above method embodiment, and the implementation principle and technical effect are similar, which are not described herein again.
Referring to fig. 8, a schematic structural diagram of an electronic device 900 suitable for implementing the embodiment of the present disclosure is shown, where the electronic device 900 may be a terminal device or a server. Among them, the terminal Device may include, but is not limited to, a mobile terminal such as a mobile phone, a notebook computer, a Digital broadcast receiver, a Personal Digital Assistant (PDA), a tablet computer (PAD), a Portable Multimedia Player (PMP), a vehicle mounted terminal (e.g., car navigation terminal), etc., and a fixed terminal such as a Digital TV, a desktop computer, etc. The electronic device shown in fig. 8 is only an example, and should not bring any limitation to the functions and the scope of use of the embodiments of the present disclosure.
As shown in fig. 8, the electronic apparatus 900 may include a high-precision map data processing device (e.g., a central processor, a graphic processor, etc.) 901, which may perform various appropriate actions and processes according to a program stored in a Read Only Memory (ROM) 902 or a program loaded from a storage device 908 into a Random Access Memory (RAM) 903. In the RAM 903, various programs and data necessary for the operation of the electronic apparatus 900 are also stored. The high-precision map data processing apparatus 901, the ROM 902, and the RAM 903 are connected to each other by a bus 904. An input/output (I/O) interface 905 is also connected to bus 904.
Generally, the following devices may be connected to the I/O interface 905: input devices 906 including, for example, a touch screen, touch pad, keyboard, mouse, camera, microphone, accelerometer, gyroscope, etc.; an output device 907 including, for example, a Liquid Crystal Display (LCD), a speaker, a vibrator, and the like; storage 908 including, for example, magnetic tape, hard disk, etc.; and a communication device 909. The communication device 909 may allow the electronic apparatus 900 to perform wireless or wired communication with other apparatuses to exchange data. While fig. 8 illustrates an electronic device 900 having various means, it is to be understood that not all illustrated means are required to be implemented or provided. More or fewer devices may alternatively be implemented or provided.
In particular, according to an embodiment of the present disclosure, the processes described above with reference to the flowcharts may be implemented as computer software programs. For example, embodiments of the present disclosure include a computer program product comprising a computer program embodied on a computer readable medium, the computer program comprising program code for performing the method illustrated by the flow chart. In such an embodiment, the computer program may be downloaded and installed from a network through the communication device 909, or installed from the storage device 908, or installed from the ROM 902. The above-described functions defined in the method of the embodiment of the present disclosure are executed when this computer program is executed by the high-precision map data processing apparatus 901.
It should be noted that the computer readable medium mentioned in the present disclosure may be a computer readable signal medium or a computer readable storage medium or any combination of the two. A computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination of the foregoing. More specific examples of the computer readable storage medium may include, but are not limited to: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the present disclosure, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. In contrast, in the present disclosure, a computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, either in baseband or as part of a carrier wave. Such a propagated data signal may take many forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal medium may be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device. Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to: electrical wires, optical cables, RF (radio frequency), etc., or any suitable combination of the foregoing.
The computer readable medium may be embodied in the electronic device; or may exist separately without being assembled into the electronic device.
The computer readable medium carries one or more programs which, when executed by the electronic device, cause the electronic device to perform the method shown in the above embodiments.
Computer program code for carrying out operations for aspects of the present disclosure may be written in any combination of one or more programming languages, including an object oriented programming language such as Java, Smalltalk, C + +, and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the case of a remote computer, the remote computer may be connected to the user's computer through any type of Network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet service provider).
The flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present disclosure. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
The units described in the embodiments of the present disclosure may be implemented by software, and may also be implemented by hardware. Where the name of a unit does not in some cases constitute a limitation of the unit itself, for example, the first retrieving unit may also be described as a "unit for retrieving at least two internet protocol addresses".
The functions described herein above may be performed, at least in part, by one or more hardware logic components. For example, without limitation, exemplary types of hardware logic components that may be used include: field Programmable Gate Arrays (FPGAs), Application Specific Integrated Circuits (ASICs), Application Specific Standard Products (ASSPs), systems on a chip (SOCs), Complex Programmable Logic Devices (CPLDs), and the like.
In the context of this disclosure, a machine-readable medium may be a tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. The machine-readable medium may be a machine-readable signal medium or a machine-readable storage medium. A machine-readable medium may include, but is not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any suitable combination of the foregoing. More specific examples of a machine-readable storage medium would include an electrical connection based on one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing.
The following are some embodiments of the disclosure.
In a first aspect, according to one or more embodiments of the present disclosure, a method for processing data of a high-precision map includes:
receiving an update request of a high-precision map initiated by a client, wherein the update request comprises a target version of the high-precision map;
determining target data matched with the target version according to the data version of each data in the database;
sending the download information in the data attribute of the target data to a client, so that the client can download the target data according to the download information and update the high-precision map; and the download information is generated and stored in the corresponding data attribute in the process of storing the target data in an associated manner.
In an optional embodiment provided by the disclosure, receiving update data of a high-precision map uploaded by a request terminal; the update data comprises data content and metadata;
and storing the data content in a database, generating corresponding downloading information, and updating the data attribute and the data version of the updated data in the database according to the metadata and the downloading information.
In an optional embodiment provided by the present disclosure, the metadata of the update data includes an architecture identifier of the update data, and the data attribute of the data in the database includes an architecture identifier of the data;
the updating the data attribute of the updated data in the database according to the metadata and the downloading information comprises:
determining data to be updated corresponding to the updated data according to the architecture identifier of the updated data and the architecture identifier of each data attribute in the database;
and updating the download information in the data attribute of the data to be updated by using the download information of the update data.
In an optional embodiment provided by the present disclosure, updating the data version of the update data in the database includes:
updating the version number of the database after updating the data attribute of the updated data in the database; wherein the version number of the database is related to the cumulative number of updates of the database;
and updating the version number of the data version according to the version number of the database.
In an optional embodiment provided by the present disclosure, the determining, according to the data version of each data in the database, the target data that matches the target version includes:
comparing the current data version of each data in the database with the target version;
and for each data, the current data version of the data is higher than or equal to the target version, and the data is taken as the target data.
In an optional embodiment provided by the present disclosure, the download information includes a data code and a download address;
the sending of the download information in the data attribute of the target data to a client for the client to download the target data according to the download information and execute the update of the high-precision map comprises:
and sending the data code and the download address of the target data to a client so that the client can acquire the data content of the target data according to the download address, perform data verification on the acquired data content of the target data according to the database, and update the high-precision map after the verification is passed.
In an optional embodiment provided by the present disclosure, the receiving update data of the high-precision map uploaded by the request end further includes:
and according to a preset database compiling format, carrying out format compiling processing on the updating data to obtain the updating data which can be used for updating the database.
In a second aspect, according to one or more embodiments of the present disclosure, a data processing apparatus of a high-precision map includes:
the system comprises an interface module, a database module and a database module, wherein the interface module is used for receiving an update request of a high-precision map initiated by a client, and the update request comprises a target version of the high-precision map;
the database is used for determining target data matched with the target version according to the data version of each data in the database;
the interface module is also used for sending download information in the data attribute of the target data to a client so that the client can download the target data according to the download information and update the high-precision map; and the downloading information is generated when the target data is stored and is stored in the corresponding data attribute in an associated mode.
In an optional embodiment provided by the present disclosure, the interface module is further configured to receive update data of the high-precision map uploaded by the request end; the update data comprises data content and metadata;
and the database is also used for storing the data content in the database, generating corresponding downloading information and updating the data attribute and the data version of the updated data in the database according to the metadata and the downloading information.
In an optional embodiment provided by the present disclosure, the metadata of the update data includes an architecture identifier of the update data, and the data attribute of the data in the database includes an architecture identifier of the data;
the database is specifically configured to: determining data to be updated corresponding to the updated data according to the architecture identifier of the updated data and the architecture identifier of each data attribute in the database; and updating the download information in the data attribute of the data to be updated by utilizing the download information of the update data.
In an optional embodiment provided by the present disclosure, the database is specifically configured to update the version number of the database after updating the data attribute of the updated data in the database; wherein the version number of the database is related to the cumulative number of updates of the database; and updating the version number of the data version according to the version number of the database.
In an optional embodiment provided by the present disclosure, the database is specifically configured to compare a current data version of each data in the database with the target version; and for each data, the current data version is higher than or equal to the target version, and the data is taken as the target data.
In an optional embodiment provided by the present disclosure, the download information includes a data code and a download address;
the interface module is further used for sending the data code and the download address of the target data to the client, so that the client can obtain the data content of the target data according to the download address, perform data verification on the obtained data content of the target data according to the database, and execute updating of the high-precision map after verification is passed.
In an optional embodiment provided by the present disclosure, further comprising: a compiling module;
and the compiling module is used for carrying out format compiling processing on the updating data according to a preset database compiling format to obtain the updating data which can be used for updating the database.
In an optional embodiment provided by the present disclosure, the interface module is further configured to receive a query request of a high-precision map initiated by a client;
and the database is also used for sending the version number of the database to the client according to the version query request.
In a third aspect, according to one or more embodiments of the present disclosure, a high-precision map data processing system includes 17, a high-precision map data processing system, characterized by comprising the high-precision map data processing apparatus of any one of claims 9 to 16, and a terminal installed with a client;
the data processing device of the high-precision map is used for receiving an update request of the high-precision map initiated by a client, wherein the update request comprises a target version of the high-precision map; determining target data matched with the target version according to the data version of each data in the database; sending the downloading information in the data attribute of the target data to a client; the data processing device of the high-precision map in the downloaded information generates and associates and stores the data in the corresponding data attribute when storing the target data;
and the client in the terminal downloads the target data according to the downloading information and executes the updating of the high-precision map.
In a fourth aspect, in accordance with one or more embodiments of the present disclosure, an electronic device comprises: at least one processor and memory;
the memory stores computer-executable instructions;
the at least one processor executing the computer-executable instructions stored by the memory causes the at least one processor to perform the method of data processing for high-precision maps of any of the preceding claims.
In a fifth aspect, according to one or more embodiments of the present disclosure, a computer-readable storage medium has stored therein computer-executable instructions that, when executed by a processor, implement a data processing method of a high-precision map as described in any one of the preceding items.
The foregoing description is only exemplary of the preferred embodiments of the disclosure and is illustrative of the principles of the technology employed. It will be appreciated by those skilled in the art that the scope of the disclosure herein is not limited to the particular combination of features described above, but also encompasses other embodiments in which any combination of the features described above or their equivalents does not depart from the spirit of the disclosure. For example, the above features may be replaced with (but not limited to) features having similar functions disclosed in the present disclosure.
Further, while operations are depicted in a particular order, this should not be understood as requiring that such operations be performed in the particular order shown or in sequential order. Under certain circumstances, multitasking and parallel processing may be advantageous. Likewise, while several specific implementation details are included in the above discussion, these should not be construed as limitations on the scope of the disclosure. Certain features that are described in the context of separate embodiments can also be implemented in combination in a single embodiment. Conversely, various features that are described in the context of a single embodiment can also be implemented in multiple embodiments separately or in any suitable subcombination.
Although the subject matter has been described in language specific to structural features and/or methodological acts, it is to be understood that the subject matter defined in the appended claims is not necessarily limited to the specific features or acts described above. Rather, the specific features and acts described above are disclosed as example forms of implementing the claims.

Claims (13)

1. A data processing method of a high-precision map is characterized by comprising the following steps:
receiving an update request of a high-precision map initiated by a client, wherein the update request comprises a target version of the high-precision map;
determining target data matched with the target version according to the data version of each data in the database;
sending the downloading information in the data attribute of the target data to a client side, so that the client side can download the target data according to the downloading information and update the high-precision map; and the downloading information is generated when the target data is stored and is stored in the corresponding data attribute in an associated mode.
2. The data processing method of claim 1, further comprising:
receiving update data of a high-precision map uploaded by a request terminal; the update data comprises data content and metadata;
and storing the data content in a database, generating corresponding downloading information, and updating the data attribute and the data version of the updated data in the database according to the metadata and the downloading information.
3. The data processing method according to claim 2, wherein the metadata of the update data includes an architecture identifier of the update data, and the data attribute of the data in the database includes the architecture identifier of the data;
the updating the data attribute of the updated data in the database according to the metadata and the downloading information comprises:
determining data to be updated corresponding to the updated data according to the architecture identifier of the updated data and the architecture identifier of each data attribute in the database;
and updating the download information in the data attribute of the data to be updated by using the download information of the update data.
4. The data processing method of claim 2, wherein updating the data version of the update data in the database comprises:
updating the version number of the database after updating the data attribute of the updated data in the database; wherein the version number of the database is related to the cumulative number of updates of the database;
and updating the version number of the data version according to the version number of the database.
5. The data processing method of claim 1, wherein the determining target data matching the target version according to the data version of each data in the database comprises:
comparing the current data version of each data in the database with the target version;
and for each data, the current data version of the data is higher than or equal to the target version, and the data is taken as the target data.
6. The data processing method of claim 1, wherein the download information comprises a data code and a download address;
the sending of the download information in the data attribute of the target data to a client for the client to download the target data according to the download information and execute the update of the high-precision map comprises:
and sending the data code and the download address of the target data to a client so that the client can acquire the data content of the target data according to the download address, perform data verification on the acquired data content of the target data according to the database, and update the high-precision map after the verification is passed.
7. The data processing method according to claim 2, wherein the receiving of the update data of the high-precision map uploaded by the request side further comprises:
and according to a preset database compiling format, carrying out format compiling processing on the updating data to obtain the updating data which can be used for updating the database.
8. The data processing method according to any one of claims 1 to 7, wherein before receiving the client-initiated update request of the high-precision map, the method further comprises:
receiving a version query request initiated by a client;
and sending the version number of the database to a client according to the version query request.
9. A data processing device of a high-precision map is characterized by comprising:
the system comprises an interface module, a database module and a database module, wherein the interface module is used for receiving an update request of a high-precision map initiated by a client, and the update request comprises a target version of the high-precision map;
the database is used for determining target data matched with the target version according to the data version of each data in the database;
the interface module is also used for sending download information in the data attribute of the target data to a client so that the client can download the target data according to the download information and update the high-precision map; and the downloading information is generated when the target data is stored and is stored in the corresponding data attribute in an associated mode.
10. The data processing apparatus of claim 9, wherein the interface module is further configured to receive a client-initiated query request for a high-precision map;
and the database is also used for sending the version number of the database to the client according to the version query request.
11. A high-precision map data processing system, characterized by comprising the high-precision map data processing device of any one of claims 9-10, and a terminal installed with a client;
the data processing device of the high-precision map is used for receiving an update request of the high-precision map initiated by a client, wherein the update request comprises a target version of the high-precision map; determining target data matched with the target version according to the data version of each data in the database; sending the downloading information in the data attribute of the target data to a client; the data processing device which is a high-precision map in the downloaded information generates and associates data attributes stored in the data processing device when the target data is stored;
and the client in the terminal downloads the target data according to the downloading information and executes the updating of the high-precision map.
12. An electronic device, comprising: at least one processor and memory;
the memory stores computer-executable instructions;
the at least one processor executing the computer-executable instructions stored by the memory causes the at least one processor to perform the method of data processing of high-precision maps according to any of claims 1-8.
13. A computer-readable storage medium, wherein a computer-executable instruction is stored in the computer-readable storage medium, and when a processor executes the computer-executable instruction, the data processing method of the high-precision map according to any one of claims 1 to 8 is implemented.
CN202010799979.9A 2020-08-11 2020-08-11 Data processing method and device for high-precision map, electronic equipment and storage medium Pending CN112115217A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010799979.9A CN112115217A (en) 2020-08-11 2020-08-11 Data processing method and device for high-precision map, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010799979.9A CN112115217A (en) 2020-08-11 2020-08-11 Data processing method and device for high-precision map, electronic equipment and storage medium

Publications (1)

Publication Number Publication Date
CN112115217A true CN112115217A (en) 2020-12-22

Family

ID=73804686

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010799979.9A Pending CN112115217A (en) 2020-08-11 2020-08-11 Data processing method and device for high-precision map, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN112115217A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113377402A (en) * 2021-06-23 2021-09-10 北京百度网讯科技有限公司 Multi-version concurrent storage method and device
CN113377887A (en) * 2021-06-25 2021-09-10 北京百度网讯科技有限公司 Map data updating method and device, electronic equipment and storage medium
WO2023279336A1 (en) * 2021-07-08 2023-01-12 华为技术有限公司 Data updating method, apparatus and system

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101319911A (en) * 2008-07-02 2008-12-10 凯立德欣技术(深圳)有限公司 Client terminal and server terminal of navigation system, and map updating method
CN106708537A (en) * 2017-01-22 2017-05-24 百度在线网络技术(北京)有限公司 Application updating method and application updating device
CN108132994A (en) * 2017-12-20 2018-06-08 江西爱驰亿维实业有限公司 Vehicle device map updating method, device, computing device and computer storage media
CN109612475A (en) * 2018-10-31 2019-04-12 百度在线网络技术(北京)有限公司 Update method, device and the readable storage medium storing program for executing of high-precision electronic map
CN109918463A (en) * 2019-02-22 2019-06-21 广州多益网络股份有限公司 Map data processing method, device, equipment and storage medium

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101319911A (en) * 2008-07-02 2008-12-10 凯立德欣技术(深圳)有限公司 Client terminal and server terminal of navigation system, and map updating method
CN106708537A (en) * 2017-01-22 2017-05-24 百度在线网络技术(北京)有限公司 Application updating method and application updating device
CN108132994A (en) * 2017-12-20 2018-06-08 江西爱驰亿维实业有限公司 Vehicle device map updating method, device, computing device and computer storage media
CN109612475A (en) * 2018-10-31 2019-04-12 百度在线网络技术(北京)有限公司 Update method, device and the readable storage medium storing program for executing of high-precision electronic map
CN109918463A (en) * 2019-02-22 2019-06-21 广州多益网络股份有限公司 Map data processing method, device, equipment and storage medium

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113377402A (en) * 2021-06-23 2021-09-10 北京百度网讯科技有限公司 Multi-version concurrent storage method and device
CN113377887A (en) * 2021-06-25 2021-09-10 北京百度网讯科技有限公司 Map data updating method and device, electronic equipment and storage medium
WO2023279336A1 (en) * 2021-07-08 2023-01-12 华为技术有限公司 Data updating method, apparatus and system

Similar Documents

Publication Publication Date Title
CN111581563B (en) Page response method and device, storage medium and electronic equipment
CN112115217A (en) Data processing method and device for high-precision map, electronic equipment and storage medium
CN110781373B (en) List updating method and device, readable medium and electronic equipment
CN111246228B (en) Method, device, medium and electronic equipment for updating gift resources of live broadcast room
CN110909521A (en) Synchronous processing method and device for online document information and electronic equipment
CN109408481B (en) Log collection rule updating method and device, electronic equipment and readable medium
CN110704833A (en) Data permission configuration method, device, electronic device and storage medium
CN111163336A (en) Video resource pushing method and device, electronic equipment and computer readable medium
CN111596992B (en) Navigation bar display method and device and electronic equipment
CN109614089B (en) Automatic generation method, device, equipment and storage medium of data access code
CN112148744A (en) Page display method and device, electronic equipment and computer readable medium
CN111798251A (en) Verification method and device of house source data and electronic equipment
CN111756953A (en) Video processing method, device, equipment and computer readable medium
CN111212296B (en) Live broadcast room gift list configuration method, device, medium and electronic equipment
CN114428925A (en) Page rendering method and device, electronic equipment and computer readable medium
CN111753238A (en) Data mapping method and device and electronic equipment
CN112131181A (en) Storage path display method and device and electronic equipment
CN111367590A (en) Interrupt event processing method and device
CN111240657A (en) Method and device for generating SDK and electronic equipment
CN111294657A (en) Information processing method and device
CN115225916B (en) Video processing method, device and equipment
CN111294611B (en) Video insertion method and device, electronic equipment and computer readable storage medium
CN113448550B (en) Method and device for realizing collection management of classes, electronic equipment and computer medium
CN113254183A (en) Resource processing method and device, storage medium and electronic equipment
CN117093612A (en) Private number allocation method and device, readable medium and electronic equipment

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination