CN111198927A - Geographic position data matching method and device, electronic equipment and storage medium - Google Patents

Geographic position data matching method and device, electronic equipment and storage medium Download PDF

Info

Publication number
CN111198927A
CN111198927A CN202010009222.5A CN202010009222A CN111198927A CN 111198927 A CN111198927 A CN 111198927A CN 202010009222 A CN202010009222 A CN 202010009222A CN 111198927 A CN111198927 A CN 111198927A
Authority
CN
China
Prior art keywords
geographic position
coordinate
geographic
distance
geographical
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.)
Granted
Application number
CN202010009222.5A
Other languages
Chinese (zh)
Other versions
CN111198927B (en
Inventor
喻宁
陈克炎
朱艳乔
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Ping An Technology Shenzhen Co Ltd
Original Assignee
Ping An Technology Shenzhen 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 Ping An Technology Shenzhen Co Ltd filed Critical Ping An Technology Shenzhen Co Ltd
Priority to CN202010009222.5A priority Critical patent/CN111198927B/en
Publication of CN111198927A publication Critical patent/CN111198927A/en
Priority to PCT/CN2020/098987 priority patent/WO2021135106A1/en
Application granted granted Critical
Publication of CN111198927B publication Critical patent/CN111198927B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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/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

Abstract

The invention relates to a big data technology, and discloses a matching method of geographic position data, which comprises the following steps: dividing an original geographic position set into one or more groups of standard geographic position sets, mapping the standard geographic position sets and geographic position interest points to a multi-dimensional coordinate system to obtain a geographic position coordinate set and a geographic position interest point coordinate, solving diagonal distances of the geographic position coordinate set and the geographic position interest point coordinate to obtain a diagonal distance set, selecting a minimum diagonal distance from the diagonal distances smaller than a preset threshold value, and completing matching of the geographic position interest points according to the original geographic position corresponding to the minimum diagonal distance. The invention also provides a geographic position data matching device, electronic equipment and a computer readable storage medium. The invention can solve the problem of occupying excessive computing resources when the geographic position data is matched.

Description

Geographic position data matching method and device, electronic equipment and storage medium
Technical Field
The invention relates to the technical field of big data, in particular to a geographic position data matching method and device, electronic equipment and a readable storage medium.
Background
At present, there are many methods for performing matching recommendation based on geographic location data, including collaborative filtering recommendation methods and hybrid recommendation methods based on geographic locations. The method mainly comprises the steps of constructing a user-geographical position interest point matrix, decomposing the user-geographical position interest point matrix into a product of two or more low-dimensional matrixes to realize a dimension reduction, and researching the properties of high-dimensional data by using low-dimensional spatial data so as to achieve the purpose of matching geographical position data. However, due to the diversity of geographic position data, when a user-geographic position interest point matrix is constructed, the matrix is sparse, the calculation is complex, excessive calculation resources are occupied, and the problem that a calculation server is crashed is seriously caused.
Disclosure of Invention
The invention provides a geographic position data matching method and device, electronic equipment and a computer readable storage medium, and mainly aims to solve the problem that excessive computing resources are occupied due to complex computation when geographic position data is matched.
In order to achieve the above object, the present invention provides a method for matching geographical location data, comprising:
acquiring a geographical position interest point and an original geographical position set from geographical position positioning equipment, and dividing the original geographical position set into one or more groups of standard geographical position sets;
pre-constructing a multi-dimensional coordinate system, and mapping the standard geographic position set and the geographic position interest points to the multi-dimensional coordinate system to obtain a geographic position coordinate set and geographic position interest point coordinates;
solving the diagonal distance between each geographic position coordinate in the geographic position coordinate set and the geographic position interest point coordinate to obtain a diagonal distance set;
when at least one diagonal distance smaller than a preset threshold exists in the diagonal distance set, selecting the minimum diagonal distance from the diagonal distance set, obtaining an original geographic position corresponding to the minimum diagonal distance, and obtaining a geographic position matched with the geographic position interest point;
and sending the geographic position matched with the geographic position interest point to the geographic position positioning equipment.
Optionally, the dividing the original set of geographic locations into one or more groups of standard sets of geographic locations includes:
performing primary division on the original geographic position set by taking the administrative region as a division basis to obtain one or more groups of primary geographic position sets;
and taking a preset plane range as a dividing basis, and dividing the primary geographic position set again to obtain one or more groups of standard geographic position sets.
Optionally, the solving a diagonal distance between each geographic position coordinate in the geographic position coordinate set and the geographic position interest point coordinate to obtain a diagonal distance set includes:
respectively solving the longitude distance and the latitude distance of each geographic position coordinate and the geographic position interest point coordinate in the geographic position coordinate set according to a preset geographic longitude and latitude vertical relation;
and solving according to the warp distance and the weft distance to obtain a diagonal distance in the plane range, and collecting the diagonal distance to obtain the diagonal distance set.
Optionally, the solving for the longitude distance and the latitude distance of each geographic location coordinate and the geographic location interest point coordinate in the geographic location coordinate set includes:
solving the longitude distance and the latitude distance of each geographic position coordinate and the geographic position interest point coordinate in the geographic position coordinate set by adopting the following calculation method:
d1=|x1-x2|
d2=|y1-y2|
wherein d is1Is the distance of the warp threads, x1Is the meridian coordinate value, x, of the geographic position coordinate2A meridian coordinate value, d, of the geographic location point of interest coordinate2Is the weft distance, y1A latitude coordinate value, y, of said geographic position coordinate2And the coordinate value of the latitude line of the geographic position interest point coordinate.
Optionally, the method further comprises:
and when the diagonal distance smaller than the preset threshold value does not exist in the diagonal distance set, sending a result of failed matching of the geographical position interest points to the geographical position positioning equipment, and returning to the step of obtaining the geographical position interest points.
In order to solve the above problem, the present invention further provides a matching apparatus for geographical location data, the apparatus comprising:
the geographical position dividing module is used for acquiring geographical position interest points and an original geographical position set, and dividing the original geographical position set into one or more groups of standard geographical position sets;
the coordinate mapping module is used for pre-constructing a multi-dimensional coordinate system, mapping the standard geographic position set and the geographic position interest point to the multi-dimensional coordinate system, and obtaining a geographic position coordinate set and a geographic position interest point coordinate;
the diagonal distance calculation module is used for solving the diagonal distance between each geographic position coordinate in the geographic position coordinate set and the geographic position interest point coordinate to obtain a diagonal distance set;
and the position matching module is used for selecting the minimum diagonal distance from the diagonal distance set when at least one diagonal distance smaller than a preset threshold exists in the diagonal distance set, acquiring the original geographic position corresponding to the minimum diagonal distance, and acquiring the geographic position matched with the geographic position interest point.
In order to solve the above problem, the present invention also provides an electronic device, including:
a memory storing at least one instruction; and
and the processor executes the instructions stored in the memory to realize the matching method of the geographic position data.
In order to solve the above problem, the present invention further provides a computer-readable storage medium, in which at least one instruction is stored, and the at least one instruction is executed by a processor in an electronic device to implement the matching method of geographic location data described above.
The method comprises the steps of firstly obtaining an original geographic position set, dividing the original geographic position set to obtain one or more groups of standard geographic position sets, reducing the calculation pressure of simultaneously calculating a plurality of data when geographic position data are matched due to the fact that the original geographic position set is divided in advance, obtaining a diagonal distance set by solving the diagonal distance between each geographic position coordinate in the geographic position coordinate set and a geographic position interest point coordinate, and completing the geographic position data matching by utilizing the judgment of the diagonal distance set. Therefore, the geographic position data matching method, the geographic position data matching device, the electronic equipment and the computer readable storage medium can solve the problem that excessive computing resources are occupied due to complex computation when the geographic position data are matched.
Drawings
Fig. 1 is a schematic flowchart of a matching method of geographic location data according to an embodiment of the present invention;
fig. 2 is a schematic diagram illustrating a longitude and latitude line distance in a geographic location data matching method according to an embodiment of the present invention;
fig. 3 is a functional block diagram of a matching device for geographic location data according to an embodiment of the present invention;
fig. 4 is a schematic internal structural diagram of an electronic device implementing the matching method for geographic location data according to an embodiment of the present invention;
the implementation, functional features and advantages of the objects of the present invention will be further explained with reference to the accompanying drawings.
Detailed Description
It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
The invention provides a matching method of geographic position data. Fig. 1 is a schematic flow chart of a matching method of geographic location data according to an embodiment of the present invention. The method may be performed by an apparatus, which may be implemented by software and/or hardware.
In this embodiment, the matching method of the geographic location data includes:
s1, obtaining the geographic position interest points and the original geographic position set from the geographic position positioning equipment, and dividing the original geographic position set into one or more groups of standard geographic position sets.
In detail, the S1 includes: performing primary division on the original geographic position set by taking the administrative region as a division basis to obtain one or more groups of primary geographic position sets; and taking a preset plane range as a dividing basis, and dividing the primary geographic position set again to obtain one or more groups of standard geographic position sets.
The geographic position Interest Point refers to Point of Interest (POI) for short, and can be a house, a shop, a mailbox, a bus station and the like. In the embodiment of the present invention, the geographic location interest points may include accommodation interest points, traffic interest points, restaurant interest points, and the like. If zhao tao is a technical support staff of a certain company which is frequently on business trip, the online hotel reservation APP is used for reserving the chain hotel A _1 in advance every business trip, the geographical position of the chain hotel A _1 is the interest point of the lodging, and further, if the restaurant accessories of the chain hotel A _1 are in a state that zhao likes going to restaurants such as sha county snacks and Lanzhou pulled noodles for eating, the geographical positions of the sha county snacks and the Lanzhou pulled noodles constitute the interest point of the restaurant and the like.
The original geographic location set comprises a plurality of data groups consisting of geographic location tags and geographic locations corresponding to the geographic location tags. Furthermore, the geographical position positioning equipment comprises an aerial photography system, a satellite shooting system, an airborne remote sensing system, a three-dimensional laser scanning satellite positioning system and the like, different geographical position sets are obtained through the geographical position positioning equipment, then the geographical position range of the frequent activities of the user is obtained through accessing the user terminal, such as a mobile phone, a tablet and other related tourism, a trip APP and the like, and the original geographical position set is obtained through screening from the geographical position set according to the geographical position range of the frequent activities of the user. Such as the geographic locations of hotels [ Hotel A _1, Hotel A _2, Hotel A _3 … ], [ Hotel A _1, Hotel A _2, Hotel A _3 … ], restaurants [ restaurant B _2_1, restaurant B _2, restaurant B _3 … ], restaurant B _2_1, restaurant B _2, restaurant B _3 … ], department store [ mall C _1, mall C _2, mall C _3 … ], department store [ C _1, mall C _2, mall C _3 … ], and the like. In the embodiment of the present invention, the geographic location refers to longitude and latitude, for example, the geographic location of hotel a _1 is east longitude and 32 ° north latitude 47 °.
When the geographic locations in the original geographic location set are judged to belong to different administrative regions according to the longitude and latitude of the original geographic location set, such as city a1 and city b1, the embodiment of the present invention can divide the original geographic location set into city a1_ hotel [ hotel a _1, hotel a _2, hotel a _3 … ] with city a1 as a label, and city b1 is city b1_ hotel [ hotel a _1, hotel a _2, hotel a _3 … ] with labels through the administrative regions.
In other preferred embodiments of the present invention, the primary geographic location set is further divided into a plurality of divisions based on a preset planar range, for example, a square frame with a preset size of 100 × 100 (unit meter) may be used to perform label division on the primary geographic location set, and a rectangular frame with a preset size of 90 × 300 (unit meter) may be used to perform label division on the primary geographic location set, which needs to be determined according to an actual application scenario of the present invention.
As described above, city a1_ hotel [ hotel a _1, hotel a _2, hotel a _3 … ] labeled with a1 is labeled, and city b1 is labeled city b1_ hotel [ hotel a _1, hotel a _2, hotel a _3 … ], and if the city is divided by a square frame with 100 × 100 (unit meter), the city can be embodied as city a1_ hotel [ hotel a _1_ first rectangular frame, hotel a _2_ second rectangular frame, hotel a _3_ third rectangular frame … ], city b1_ hotel [ hotel a _1_ fourth rectangular frame, hotel a _2_ fifth rectangular frame, hotel a _3_ sixth rectangular frame … ].
S2, pre-constructing a multi-dimensional coordinate system, and mapping the standard geographic position set and the geographic position interest points to the multi-dimensional coordinate system to obtain a geographic position coordinate set and geographic position interest point coordinates.
The existing geographic position data matching generally adopts longitude and latitude to calculate the earth spherical distance or calculate the three-dimensional coordinate linear distance, and both methods can achieve the calculation effect, but because the calculation of the longitude and latitude consumes the calculation memory, the calculation of the three-dimensional coordinate linear distance is not accurate enough, and the three-dimensional coordinate is converted from the spherical coordinate, and the conversion of the spherical coordinate into the three-dimensional coordinate consumes a large amount of the memory, thereby being not beneficial to the data matching of the geographic position.
The embodiment of the invention obtains the geographic position coordinate set and the coordinates of the geographic position interest points by constructing the spherical coordinate system. The spherical coordinate system is a way of representing a point in three-dimensional space, where a point is represented by three values, two of which are angles and the third value is a distance, where two angle values determine the direction of the point and a distance value determines the size of the point. For example, the city a1_ Hotel [ Hotel A _1_ first rectangular box, Hotel A _2_ second rectangular box, Hotel A _3_ third rectangular box …]In hotel a _1_ first rectangular box is regarded as point P, and the spherical coordinate representation of point P includes two angles and a distance, which may be specifically
Figure BDA0002353873780000061
Where r is the distance between the origin O of the spherical coordinate and the point P, theta is the included angle between the directed line segment OP and the positive direction of the z-axis,
Figure BDA0002353873780000062
Is the angle from the x-axis in the counter-clockwise direction to the OP as viewed from the positive z-axis.
S3, solving the diagonal distance between each geographic position coordinate in the geographic position coordinate set and the geographic position interest point coordinate to obtain a diagonal distance set.
In detail, the S3 includes: respectively solving the longitude distance and the latitude distance of each geographic position coordinate and the geographic position interest point coordinate in the geographic position coordinate set according to a preset geographic longitude and latitude vertical relation, solving the diagonal distance in the plane range according to the longitude distance and the latitude distance, and collecting the diagonal distance to obtain the diagonal distance set.
Preferably, the embodiment of the present invention adopts the following calculation method to solve the longitude distance and the latitude distance of each geographic position coordinate and the geographic position interest point coordinate in the geographic position coordinate set:
d1=|x1-x2|
d2=|y1-y2|
wherein d is1Is the distance of the warp threads, x1Is the meridian coordinate value, x, of the geographic position coordinate2A meridian coordinate value, d, of the geographic location point of interest coordinate2Is the weft distance, y1A latitude coordinate value, y, of said geographic position coordinate2And the coordinate value of the latitude line of the geographic position interest point coordinate.
From geographical knowledge, strictly speaking, the longitude and latitude of the earth are not in a vertical relation, and for convenience of calculation, the longitude and latitude of the geography are preset to be in a vertical relation, further, as shown in figure 2, a point A is a geographical position interest point coordinate, a point B is a geographical position coordinate, the longitude distance of the point AB is AM, the latitude distance is BM, and the distance AB is the diagonal distance of the point A and the point B.
According to the Pythagorean theorem, the diagonal distance of AB can be obtained by combining the AM and BM.
And S4, judging whether at least one diagonal distance smaller than a preset threshold exists in the diagonal distance set.
And S5, if the diagonal distance smaller than the preset threshold value does not exist in the diagonal distance set, the geographical location interest point fails to be matched, the result of the failure of the geographical location interest point matching is sent to the geographical location positioning equipment, and the step S1 is returned to obtain the geographical location interest point again.
In the diagonal distance set composed of AB, AC, AD, AE, etc., as described above, the minimum diagonal distance is 31m, and the preset threshold is 29m, so that the geo-location interest point and the original geo-location set cannot be reasonably matched, and thus the matching fails.
S6, if the diagonal distance smaller than the preset threshold exists in the diagonal distance set, selecting the minimum diagonal distance from the diagonal distance set, obtaining the original geographic position corresponding to the minimum diagonal distance, obtaining the geographic position matched with the geographic position interest point, and sending the geographic position matched with the geographic position interest point to the geographic position positioning equipment.
As described above, in the diagonal distance set composed of AB, AC, AD, AE, etc., the minimum diagonal distance is 31mm, the preset threshold value is 32mm, the geographic location coordinate corresponding to the minimum diagonal distance is C point, and the original geographic location corresponding to C point in the original geographic location set obtained by C point query is matched with the geographic location interest point.
Hotels in the city a1 hotel [ hotel a _1_ first rectangular box, hotel a _2_ second rectangular box, hotel a _3_ third rectangular box … ], and in the city b1_ hotel [ hotel a _1_ fourth rectangular box, hotel a _2_ fifth rectangular box, and hotel a _3_ sixth rectangular box … ] labeled as a1 described above, map hotels in the city a1 and hotels in the city b1 in the same coordinate system, and select hotels in the cities a1 and b1 matching the geographic location interest point by calculating diagonal distances of the geographic location interest point and the geographic location coordinate in the coordinate system, and in the same way, restaurant interest points are calculated in the hotels described above, thereby obtaining restaurants in the cities a1 and b1 matching the geographic location interest point.
Fig. 3 is a functional block diagram of the matching device for geographical location data according to the present invention.
The matching device 100 of the geographical position data according to the present invention may be installed in an electronic device. According to the implemented functions, the matching device 100 of the geographic position data may include a geographic position dividing module 101, a coordinate mapping module 102, a diagonal distance calculating module 103 and a position matching module 104. The module of the present invention, which may also be referred to as a unit, refers to a series of computer program segments that can be executed by a processor of an electronic device and can perform a fixed function, and is stored in a memory of the electronic device.
In the present embodiment, the functions regarding the respective modules/units are as follows:
the geographic position dividing module 101 is configured to obtain a geographic position interest point and an original geographic position set from a geographic position locating device, and divide the original geographic position set into one or more standard geographic position sets;
the coordinate mapping module 102 is configured to pre-construct a multidimensional coordinate system, map the standard geographic position set and the geographic position interest point to the multidimensional coordinate system, and obtain a geographic position coordinate set and a geographic position interest point coordinate;
the diagonal distance calculation module 103 is configured to solve a diagonal distance between each geographic position coordinate in the geographic position coordinate set and the geographic position interest point coordinate to obtain a diagonal distance set;
the position matching module 104 is configured to, when at least one diagonal distance smaller than a preset threshold exists in the diagonal distance set, select a minimum diagonal distance from the diagonal distance set, obtain an original geographic position corresponding to the minimum diagonal distance, and send a geographic position matched with the geographic position interest point to the geographic position locating device.
In detail, when being executed by a processor of an electronic device, the modules of the matching device of the geographic position data can realize the following method steps:
the geographic location partitioning module 101 obtains a geographic location interest point and an original geographic location set from a geographic location positioning device, and partitions the original geographic location set into one or more standard geographic location sets.
In detail, the geographic location division module 101 mainly functions to include: performing primary division on the original geographic position set by taking the administrative region as a division basis to obtain one or more groups of primary geographic position sets; and taking a preset plane range as a dividing basis, and dividing the primary geographic position set again to obtain one or more groups of standard geographic position sets.
The geographic position Interest Point refers to Point of Interest (POI) for short, and can be a house, a shop, a mailbox, a bus station and the like. In the embodiment of the present invention, the geographic location interest points may include accommodation interest points, traffic interest points, restaurant interest points, and the like. If zhao tao is a technical support staff of a certain company which is frequently on business trip, the online hotel reservation APP is used for reserving the chain hotel A _1 in advance every business trip, the geographical position of the chain hotel A _1 is the interest point of the lodging, and further, if the restaurant accessories of the chain hotel A _1 are in a state that zhao likes going to restaurants such as sha county snacks and Lanzhou pulled noodles for eating, the geographical positions of the sha county snacks and the Lanzhou pulled noodles constitute the interest point of the restaurant and the like.
The original geographic location set comprises a plurality of data groups consisting of geographic location tags and geographic locations corresponding to the geographic location tags. Furthermore, the geographical position positioning equipment comprises an aerial photography system, a satellite shooting system, an airborne remote sensing system, a three-dimensional laser scanning satellite positioning system and the like, different geographical position sets are obtained through the geographical position positioning equipment, then the geographical position range of the frequent activities of the user is obtained through accessing the user terminal, such as a mobile phone, a tablet and other related tourism, a trip APP and the like, and the original geographical position set is obtained through screening from the geographical position set according to the geographical position range of the frequent activities of the user. Such as the geographic locations of hotels [ Hotel A _1, Hotel A _2, Hotel A _3 … ], [ Hotel A _1, Hotel A _2, Hotel A _3 … ], restaurants [ restaurant B _2_1, restaurant B _2, restaurant B _3 … ], restaurant B _2_1, restaurant B _2, restaurant B _3 … ], department store [ mall C _1, mall C _2, mall C _3 … ], department store [ C _1, mall C _2, mall C _3 … ], and the like. In the embodiment of the present invention, the geographic location refers to longitude and latitude, for example, the geographic location of hotel a _1 is east longitude and 32 ° north latitude 47 °.
When the geographic locations in the original geographic location set are judged to belong to different administrative regions according to the longitude and latitude of the original geographic location set, such as city a1 and city b1, the embodiment of the present invention can divide the original geographic location set into city a1_ hotel [ hotel a _1, hotel a _2, hotel a _3 … ] with city a1 as a label, and city b1 is city b1_ hotel [ hotel a _1, hotel a _2, hotel a _3 … ] with labels through the administrative regions.
In other preferred embodiments of the present invention, the primary geographic location set is further divided into a plurality of divisions based on a preset planar range, for example, a square frame with a preset size of 100 × 100 (unit meter) may be used to perform label division on the primary geographic location set, and a rectangular frame with a preset size of 90 × 300 (unit meter) may be used to perform label division on the primary geographic location set, which needs to be determined according to an actual application scenario of the present invention.
As described above, city a1_ hotel [ hotel a _1, hotel a _2, hotel a _3 … ] labeled with a1 is labeled, and city b1 is labeled city b1_ hotel [ hotel a _1, hotel a _2, hotel a _3 … ], and if the city is divided by a square frame with 100 × 100 (unit meter), the city can be embodied as city a1_ hotel [ hotel a _1_ first rectangular frame, hotel a _2_ second rectangular frame, hotel a _3_ third rectangular frame … ], city b1_ hotel [ hotel a _1_ fourth rectangular frame, hotel a _2_ fifth rectangular frame, hotel a _3_ sixth rectangular frame … ].
The coordinate mapping module 102 pre-constructs a multi-dimensional coordinate system, and maps the standard geographic position set and the geographic position interest point to the multi-dimensional coordinate system to obtain a geographic position coordinate set and a geographic position interest point coordinate.
The existing geographic position data matching generally adopts longitude and latitude to calculate the earth spherical distance or calculate the three-dimensional coordinate linear distance, and both methods can achieve the calculation effect, but because the calculation of the longitude and latitude consumes the calculation memory, the calculation of the three-dimensional coordinate linear distance is not accurate enough, and the three-dimensional coordinate is converted from the spherical coordinate, and the conversion of the spherical coordinate into the three-dimensional coordinate consumes a large amount of the memory, thereby being not beneficial to the data matching of the geographic position.
The embodiment of the invention obtains the geographic position coordinate set and the geographic position by constructing the spherical coordinate systemThe coordinates of the point of interest. The spherical coordinate system is a way of representing a point in three-dimensional space, where a point is represented by three values, two of which are angles and the third value is a distance, where two angle values determine the direction of the point and a distance value determines the size of the point. For example, the city a1_ Hotel [ Hotel A _1_ first rectangular box, Hotel A _2_ second rectangular box, Hotel A _3_ first rectangular box …]In hotel a _1_ first rectangular box is regarded as point P, and the spherical coordinate representation of point P includes two angles and a distance, which may be specifically
Figure BDA0002353873780000101
Where r is the distance between the origin O of the spherical coordinate and the point P, theta is the included angle between the directed line segment OP and the positive direction of the z-axis,
Figure BDA0002353873780000102
Is the angle from the x-axis in the counter-clockwise direction to the OP as viewed from the positive z-axis.
The diagonal distance calculation module 103 solves the diagonal distance between each geographic position coordinate in the geographic position coordinate set and the geographic position interest point coordinate to obtain a diagonal distance set.
In detail, the diagonal distance calculation module 103 includes: respectively solving the longitude distance and the latitude distance of each geographic position coordinate and the geographic position interest point coordinate in the geographic position coordinate set according to a preset geographic longitude and latitude vertical relation, solving the diagonal distance in the plane range according to the longitude distance and the latitude distance, and collecting the diagonal distance to obtain the diagonal distance set.
Preferably, the embodiment of the present invention adopts the following calculation method to solve the longitude distance and the latitude distance of each geographic position coordinate and the geographic position interest point coordinate in the geographic position coordinate set:
d1=|x1-x2|
d2=|y1-y2|
wherein d is1Is the distance of the warp threads, x1Is the meridian coordinate value, x, of the geographic position coordinate2A meridian coordinate value, d, of the geographic location point of interest coordinate2Is the weft distance, y1A latitude coordinate value, y, of said geographic position coordinate2And the coordinate value of the latitude line of the geographic position interest point coordinate.
From geographical knowledge, strictly speaking, the longitude and latitude of the earth are not in a vertical relation, and for convenience of calculation, the longitude and latitude of the geography are preset to be in a vertical relation, further, as shown in figure 2, a point A is a geographical position interest point coordinate, a point B is a geographical position coordinate, the longitude distance of the point AB is AM, the latitude distance is BM, and the distance AB is the diagonal distance of the point A and the point B.
According to the Pythagorean theorem, the diagonal distance of AB can be obtained by combining the AM and BM.
The position matching module 104 determines whether at least one diagonal distance smaller than a preset threshold exists in the diagonal distance set, selects a minimum diagonal distance from the diagonal distance set if the diagonal distance smaller than the preset threshold exists in the diagonal distance set, obtains an original geographic position corresponding to the minimum diagonal distance, obtains a geographic position matched with the geographic position interest point, and sends the geographic position matched with the geographic position interest point to the geographic position locating device.
Further, if the diagonal distance smaller than the preset threshold does not exist in the diagonal distance set, the geographic location interest point fails to be matched, a result of the failure in matching the geographic location interest point is sent to the geographic location positioning device, and the result is returned to the geographic location division module 101 to obtain the geographic location interest point again.
As described above for the diagonal distance set composed of AB, AC, AD, AE, etc., the minimum diagonal distance is 31mm, and the preset threshold is 29mm, so that the geographic location interest point and the original geographic location set cannot be reasonably matched, and thus the matching fails.
As described above, in the diagonal distance set composed of AB, AC, AD, AE, etc., the minimum diagonal distance is 31mm, the preset threshold value is 32mm, the geographic location coordinate corresponding to the minimum diagonal distance is C point, and the original geographic location corresponding to C point in the original geographic location set obtained by C point query is matched with the geographic location interest point.
Hotels in the city a1 hotel [ hotel a _1_ first rectangular box, hotel a _2_ second rectangular box, hotel a _3_ third rectangular box … ], and in the city b1_ hotel [ hotel a _1_ fourth rectangular box, hotel a _2_ fifth rectangular box, and hotel a _3_ sixth rectangular box … ] labeled as a1 described above, map hotels in the city a1 and hotels in the city b1 in the same coordinate system, and select hotels in the cities a1 and b1 matching the geographic location interest point by calculating diagonal distances of the geographic location interest point and the geographic location coordinate in the coordinate system, and in the same way, restaurant interest points are calculated in the hotels described above, thereby obtaining restaurants in the cities a1 and b1 matching the geographic location interest point.
Fig. 4 is a schematic structural diagram of an electronic device implementing the matching method of geographic location data according to the present invention.
The electronic device 1 may comprise a processor 10, a memory 11 and a bus, and may further comprise a computer program, such as a matching program 12 of geographical location data, stored in the memory 11 and executable on the processor 10.
The memory 11 includes at least one type of readable storage medium, which includes flash memory, removable hard disk, multimedia card, card-type memory (e.g., SD or DX memory, etc.), magnetic memory, magnetic disk, optical disk, etc. The memory 11 may in some embodiments be an internal storage unit of the electronic device 1, such as a removable hard disk of the electronic device 1. The memory 11 may also be an external storage device of the electronic device 1 in other embodiments, such as a plug-in mobile hard disk, a Smart Media Card (SMC), a Secure Digital (SD) Card, a Flash memory Card (Flash Card), and the like, which are provided on the electronic device 1. Further, the memory 11 may also include both an internal storage unit and an external storage device of the electronic device 1. The memory 11 may be used not only to store application software installed in the electronic device 1 and various types of data, such as codes matching geographical location data, etc., but also to temporarily store data that has been output or is to be output.
The processor 10 may be composed of an integrated circuit in some embodiments, for example, a single packaged integrated circuit, or may be composed of a plurality of integrated circuits packaged with the same or different functions, including one or more Central Processing Units (CPUs), microprocessors, digital Processing chips, graphics processors, and combinations of various control chips. The processor 10 is a Control Unit (Control Unit) of the electronic device, connects various components of the whole electronic device by using various interfaces and lines, and executes various functions and processes data of the electronic device 1 by running or executing programs or modules (e.g., performing matching of geographical location data, etc.) stored in the memory 11 and calling data stored in the memory 11.
The bus may be a Peripheral Component Interconnect (PCI) bus, an Extended Industry Standard Architecture (EISA) bus, or the like. The bus may be divided into an address bus, a data bus, a control bus, etc. The bus is arranged to enable connection communication between the memory 11 and at least one processor 10 or the like.
Fig. 4 only shows an electronic device with components, and it will be understood by those skilled in the art that the structure shown in fig. 4 does not constitute a limitation of the electronic device 1, and may comprise fewer or more components than those shown, or some components may be combined, or a different arrangement of components.
For example, although not shown, the electronic device 1 may further include a power supply (such as a battery) for supplying power to each component, and preferably, the power supply may be logically connected to the at least one processor 10 through a power management device, so as to implement functions of charge management, discharge management, power consumption management, and the like through the power management device. The power supply may also include any component of one or more dc or ac power sources, recharging devices, power failure detection circuitry, power converters or inverters, power status indicators, and the like. The electronic device 1 may further include various sensors, a bluetooth module, a Wi-Fi module, and the like, which are not described herein again.
Further, the electronic device 1 may further include a network interface, and 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 are generally used for establishing a communication connection between the electronic device 1 and other electronic devices.
Optionally, the electronic device 1 may further comprise a user interface, which may be a Display (Display), an input unit (such as a Keyboard), and optionally a standard wired interface, a wireless interface. Alternatively, 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) touch device, or the like. The display, which may also be referred to as a display screen or display unit, is suitable for displaying information processed in the electronic device 1 and for displaying a visualized user interface, among other things.
It is to be understood that the described embodiments are for purposes of illustration only and that the scope of the appended claims is not limited to such structures.
The matching 12 of the geographical location data stored by the memory 11 in the electronic device 1 is a combination of instructions which, when executed in the processor 10, may enable:
the method comprises the steps of obtaining geographic position interest points and an original geographic position set from geographic position positioning equipment, and dividing the original geographic position set into one or more groups of standard geographic position sets.
And pre-constructing a multi-dimensional coordinate system, and mapping the standard geographic position set and the geographic position interest point to the multi-dimensional coordinate system to obtain a geographic position coordinate set and a geographic position interest point coordinate.
And solving the diagonal distance between each geographic position coordinate in the geographic position coordinate set and the geographic position interest point coordinate to obtain a diagonal distance set.
When at least one diagonal distance smaller than a preset threshold exists in the diagonal distance set, selecting the minimum diagonal distance from the diagonal distance set, obtaining an original geographic position corresponding to the minimum diagonal distance, obtaining a geographic position matched with the geographic position interest point, and sending the geographic position matched with the geographic position interest point to the geographic position positioning equipment. Specifically, the specific implementation method of the processor 10 for the above instruction may refer to the description of the relevant steps in the embodiment corresponding to fig. 3, which is not repeated herein.
Further, the integrated modules/units of the electronic device 1, if implemented in the form of software functional units and sold or used as separate products, may be stored in a non-volatile computer-readable storage medium. The computer-readable medium may include: any entity or device capable of carrying said computer program code, recording medium, U-disk, removable hard disk, magnetic disk, optical disk, computer Memory, Read-Only Memory (ROM).
In the embodiments provided in the present invention, it should be understood that the disclosed apparatus, device and method can be implemented in other ways. For example, the above-described apparatus embodiments are merely illustrative, and for example, the division of the modules is only one logical functional division, and other divisions may be realized in practice.
The modules described as separate parts may or may not be physically separate, and parts displayed as modules may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of the present embodiment.
In addition, functional modules in the embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in a form of hardware, or in a form of hardware plus a software functional module.
It will be evident to those skilled in the art that the invention is not limited to the details of the foregoing illustrative embodiments, and that the present invention may be embodied in other specific forms without departing from the spirit or essential attributes thereof.
The present embodiments are therefore to be considered in all respects as illustrative and not restrictive, the scope of the invention being indicated by the appended claims rather than by the foregoing description, and all changes which come within the meaning and range of equivalency of the claims are therefore intended to be embraced therein. Any reference signs in the claims shall not be construed as limiting the claim concerned.
Furthermore, it is obvious that the word "comprising" does not exclude other elements or steps, and the singular does not exclude the plural. A plurality of units or means recited in the system claims may also be implemented by one unit or means in software or hardware. The terms second, etc. are used to denote names, but not any particular order.
Finally, it should be noted that the above embodiments are only for illustrating the technical solutions of the present invention and not for limiting, and although the present invention is described in detail with reference to the preferred embodiments, it should be understood by those skilled in the art that modifications or equivalent substitutions may be made on the technical solutions of the present invention without departing from the spirit and scope of the technical solutions of the present invention.

Claims (10)

1. A method of matching geo-location data, the method comprising:
acquiring a geographical position interest point and an original geographical position set from geographical position positioning equipment, and dividing the original geographical position set into one or more groups of standard geographical position sets;
pre-constructing a multi-dimensional coordinate system, and mapping the standard geographic position set and the geographic position interest points to the multi-dimensional coordinate system to obtain a geographic position coordinate set and geographic position interest point coordinates;
solving the diagonal distance between each geographic position coordinate in the geographic position coordinate set and the geographic position interest point coordinate to obtain a diagonal distance set;
when at least one diagonal distance smaller than a preset threshold exists in the diagonal distance set, selecting the minimum diagonal distance from the diagonal distance set, obtaining an original geographic position corresponding to the minimum diagonal distance, and obtaining a geographic position matched with the geographic position interest point;
and sending the geographic position matched with the geographic position interest point to the geographic position positioning equipment.
2. The method of matching geographical location data of claim 1, wherein said dividing the original set of geographical locations into one or more sets of standard geographical locations comprises:
performing primary division on the original geographic position set by taking the administrative region as a division basis to obtain one or more groups of primary geographic position sets;
and taking a preset plane range as a dividing basis, and dividing the primary geographic position set again to obtain one or more groups of standard geographic position sets.
3. The method for matching geographical location data of claim 2, wherein said solving for a diagonal distance between each geographical location coordinate in said set of geographical location coordinates and said geographical location interest point coordinate to obtain a set of diagonal distances comprises:
respectively solving the longitude distance and the latitude distance of each geographic position coordinate and the geographic position interest point coordinate in the geographic position coordinate set according to a preset geographic longitude and latitude vertical relation;
and solving according to the warp distance and the weft distance to obtain a diagonal distance in the plane range, and collecting the diagonal distance to obtain the diagonal distance set.
4. The method of matching geographic location data of claim 3, wherein said solving for longitude and latitude distances for each geographic location coordinate and said geographic location point of interest coordinate within said set of geographic location coordinates comprises:
solving the longitude distance and the latitude distance of each geographic position coordinate and the geographic position interest point coordinate in the geographic position coordinate set by adopting the following calculation method:
d1=|x1-x2|
d2=|y1-y2|
wherein d is1Is the distance of the warp threads, x1Is the meridian coordinate value, x, of the geographic position coordinate2A meridian coordinate value, d, of the geographic location point of interest coordinate2Is the weft distance, y1A latitude coordinate value, y, of said geographic position coordinate2And the coordinate value of the latitude line of the geographic position interest point coordinate.
5. The method of matching geographical location data of claim 1, the method further comprising:
and when the diagonal distance smaller than the preset threshold value does not exist in the diagonal distance set, sending a result of failed matching of the geographical position interest points to the geographical position positioning equipment, and returning to the step of obtaining the geographical position interest points.
6. An apparatus for matching geographical location data, the apparatus comprising:
the geographical position dividing module is used for acquiring geographical position interest points and an original geographical position set from geographical position positioning equipment, and dividing the original geographical position set into one or more groups of standard geographical position sets;
the coordinate mapping module is used for pre-constructing a multi-dimensional coordinate system, mapping the standard geographic position set and the geographic position interest point to the multi-dimensional coordinate system, and obtaining a geographic position coordinate set and a geographic position interest point coordinate;
the diagonal distance calculation module is used for solving the diagonal distance between each geographic position coordinate in the geographic position coordinate set and the geographic position interest point coordinate to obtain a diagonal distance set;
and the position matching module is used for selecting the minimum diagonal distance from the diagonal distance set when at least one diagonal distance smaller than a preset threshold exists in the diagonal distance set, acquiring the original geographic position corresponding to the minimum diagonal distance, obtaining the geographic position matched with the geographic position interest point, and sending the geographic position matched with the geographic position interest point to the geographic position positioning equipment.
7. The apparatus for matching geographical location data of claim 6, wherein said dividing the original set of geographical locations into one or more sets of standard geographical locations comprises:
performing primary division on the original geographic position set by taking the administrative region as a division basis to obtain one or more groups of primary geographic position sets;
and taking a preset plane range as a dividing basis, and dividing the primary geographic position set again to obtain one or more groups of standard geographic position sets.
8. The apparatus for matching geographical location data of claim 7, wherein said solving for a diagonal distance between each geographical location coordinate in said set of geographical location coordinates and said geographical location interest point coordinate to obtain a set of diagonal distances comprises:
respectively solving the longitude distance and the latitude distance of each geographic position coordinate and the geographic position interest point coordinate in the geographic position coordinate set according to a preset geographic longitude and latitude vertical relation;
and solving according to the warp distance and the weft distance to obtain a diagonal distance in the plane range, and collecting the diagonal distance to obtain the diagonal distance set.
9. An electronic device, characterized in that the electronic device comprises:
at least one processor; and the number of the first and second groups,
a memory communicatively coupled to the at least one processor; wherein the content of the first and second substances,
the memory stores instructions executable by the at least one processor to enable the at least one processor to perform a method of matching geographical location data as claimed in any one of claims 1 to 5.
10. A computer-readable storage medium, in which a computer program is stored which, when being executed by a processor, carries out a method of matching geographical location data according to any one of claims 1 to 5.
CN202010009222.5A 2020-01-02 2020-01-02 Geographic position data matching method and device, electronic equipment and storage medium Active CN111198927B (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN202010009222.5A CN111198927B (en) 2020-01-02 2020-01-02 Geographic position data matching method and device, electronic equipment and storage medium
PCT/CN2020/098987 WO2021135106A1 (en) 2020-01-02 2020-06-29 Geographic position data matching method, apparatus, electronic device and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010009222.5A CN111198927B (en) 2020-01-02 2020-01-02 Geographic position data matching method and device, electronic equipment and storage medium

Publications (2)

Publication Number Publication Date
CN111198927A true CN111198927A (en) 2020-05-26
CN111198927B CN111198927B (en) 2020-11-17

Family

ID=70746808

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010009222.5A Active CN111198927B (en) 2020-01-02 2020-01-02 Geographic position data matching method and device, electronic equipment and storage medium

Country Status (2)

Country Link
CN (1) CN111198927B (en)
WO (1) WO2021135106A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2021135106A1 (en) * 2020-01-02 2021-07-08 平安科技(深圳)有限公司 Geographic position data matching method, apparatus, electronic device and storage medium

Citations (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101702165A (en) * 2009-10-30 2010-05-05 高翔 Live-action information system and method thereof based on GPS positioning and direction identification technology
CN102999859A (en) * 2012-12-25 2013-03-27 李亚星 Information promotion service platform and service method based on global positioning system (GPS)
CN103248999A (en) * 2012-02-02 2013-08-14 苹果公司 Location-based methods, systems, and program products for performing an action at a user device
CN104537606A (en) * 2014-12-09 2015-04-22 中国农业大学 Geographical coordinate projection transformation method
CN105095314A (en) * 2014-05-22 2015-11-25 北京四维图新科技股份有限公司 Point of interest (POI) marking method, terminal, navigation server and navigation system
CN106228160A (en) * 2016-08-03 2016-12-14 浙江宇视科技有限公司 Headend equipment localization method and device
CN106611281A (en) * 2016-06-08 2017-05-03 四川用联信息技术有限公司 Algorithm based on two-dimensional plane domain distance for solving job shop scheduling problem
CN107436925A (en) * 2017-07-07 2017-12-05 杭州冉驰科技有限公司 A kind of POI data search method and correlating method
CN107506499A (en) * 2017-09-30 2017-12-22 百度在线网络技术(北京)有限公司 The method, apparatus and server of logical relation are established between point of interest and building
CN107729567A (en) * 2017-11-14 2018-02-23 程桂平 Geographical position matching process and system and smart mobile phone
CN107845060A (en) * 2017-10-31 2018-03-27 广东中星电子有限公司 Geographical position and corresponding image position coordinates conversion method and system
CN109274732A (en) * 2018-09-05 2019-01-25 北京达佳互联信息技术有限公司 Geographical location acquisition methods, device, electronic equipment and storage medium
CN109670005A (en) * 2018-12-18 2019-04-23 广州轨道交通建设监理有限公司 A kind of location matching method of BIM model and three-dimensional geographic scenes
CN109974716A (en) * 2019-02-27 2019-07-05 上海晶赞融宣科技有限公司 Geographical location matching process and device, storage medium, server
CN109994038A (en) * 2019-02-20 2019-07-09 北京三快在线科技有限公司 Point of interest determines method, apparatus, electronic equipment in irregular area
CN110035180A (en) * 2019-04-11 2019-07-19 Oppo广东移动通信有限公司 Card display methods, device, terminal and storage medium
CN110599717A (en) * 2019-07-30 2019-12-20 华为技术有限公司 Electronic fence detection method and electronic equipment

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6697730B2 (en) * 2000-04-04 2004-02-24 Georgia Tech Research Corp. Communications and computing based urban transit system
CN105468631A (en) * 2014-09-04 2016-04-06 阿里巴巴集团控股有限公司 Point-of-interest query method and apparatus
CN111198927B (en) * 2020-01-02 2020-11-17 平安科技(深圳)有限公司 Geographic position data matching method and device, electronic equipment and storage medium

Patent Citations (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101702165A (en) * 2009-10-30 2010-05-05 高翔 Live-action information system and method thereof based on GPS positioning and direction identification technology
CN103248999A (en) * 2012-02-02 2013-08-14 苹果公司 Location-based methods, systems, and program products for performing an action at a user device
CN105809412A (en) * 2012-02-02 2016-07-27 苹果公司 Location-based methods, systems, and program products for performing an action at a user device
CN102999859A (en) * 2012-12-25 2013-03-27 李亚星 Information promotion service platform and service method based on global positioning system (GPS)
CN105095314A (en) * 2014-05-22 2015-11-25 北京四维图新科技股份有限公司 Point of interest (POI) marking method, terminal, navigation server and navigation system
CN104537606A (en) * 2014-12-09 2015-04-22 中国农业大学 Geographical coordinate projection transformation method
CN106611281A (en) * 2016-06-08 2017-05-03 四川用联信息技术有限公司 Algorithm based on two-dimensional plane domain distance for solving job shop scheduling problem
CN106228160A (en) * 2016-08-03 2016-12-14 浙江宇视科技有限公司 Headend equipment localization method and device
CN107436925A (en) * 2017-07-07 2017-12-05 杭州冉驰科技有限公司 A kind of POI data search method and correlating method
CN107506499A (en) * 2017-09-30 2017-12-22 百度在线网络技术(北京)有限公司 The method, apparatus and server of logical relation are established between point of interest and building
CN107845060A (en) * 2017-10-31 2018-03-27 广东中星电子有限公司 Geographical position and corresponding image position coordinates conversion method and system
CN107729567A (en) * 2017-11-14 2018-02-23 程桂平 Geographical position matching process and system and smart mobile phone
CN109274732A (en) * 2018-09-05 2019-01-25 北京达佳互联信息技术有限公司 Geographical location acquisition methods, device, electronic equipment and storage medium
CN109670005A (en) * 2018-12-18 2019-04-23 广州轨道交通建设监理有限公司 A kind of location matching method of BIM model and three-dimensional geographic scenes
CN109994038A (en) * 2019-02-20 2019-07-09 北京三快在线科技有限公司 Point of interest determines method, apparatus, electronic equipment in irregular area
CN109974716A (en) * 2019-02-27 2019-07-05 上海晶赞融宣科技有限公司 Geographical location matching process and device, storage medium, server
CN110035180A (en) * 2019-04-11 2019-07-19 Oppo广东移动通信有限公司 Card display methods, device, terminal and storage medium
CN110599717A (en) * 2019-07-30 2019-12-20 华为技术有限公司 Electronic fence detection method and electronic equipment

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2021135106A1 (en) * 2020-01-02 2021-07-08 平安科技(深圳)有限公司 Geographic position data matching method, apparatus, electronic device and storage medium

Also Published As

Publication number Publication date
CN111198927B (en) 2020-11-17
WO2021135106A1 (en) 2021-07-08

Similar Documents

Publication Publication Date Title
US9134886B2 (en) Providing indoor facility information on a digital map
US20150370828A1 (en) Tile-Based Distribution of Searchable Geospatial Data to Client Devices
US20140207368A1 (en) Variable Density Depthmap
CN102368259A (en) Electronic map data storage and query method, device and system
CN111210201B (en) Occupational label establishing method and device, electronic equipment and storage medium
CN103136232A (en) Method and device for displaying dynamic map
CN110781263A (en) House resource information display method and device, electronic equipment and computer storage medium
CN112050820A (en) Road matching method and device, electronic equipment and readable storage medium
CN111198927B (en) Geographic position data matching method and device, electronic equipment and storage medium
CN103426153A (en) Unmanned aerial vehicle remote sensing image quick splicing method
CN114236643A (en) Weather forecasting system based weather forecasting method, device, equipment and medium
CN114219023A (en) Data clustering method and device, electronic equipment and readable storage medium
CN114792111A (en) Data acquisition method and device, electronic equipment and storage medium
CN107133365A (en) A kind of sequential image dynamic Service method and device of subdivision coding
US20200097564A1 (en) Selecting points of interest for display on a personalized digital map
CN112601178A (en) Edge gateway positioning method and device, electronic equipment and storage medium
CN112100306A (en) Air quality drop area forecast map drawing method and device and storage medium
CN115482152A (en) Grid map import design software method and device and computer equipment
CN115527000A (en) Method and device for batch singularization of oblique photography models of unmanned aerial vehicle
CN114048364A (en) Disaster prediction layer generation method, device, equipment and storage medium
CN114913371A (en) Multitask learning model training method and device, electronic equipment and storage medium
CN111190980A (en) Late arrival early warning method and device, electronic equipment and storage medium
CN112256255A (en) Dynamic configuration display method and system for map layer of electronic map
CN111587429B (en) System and method for associating data sets
CN115268917B (en) Node structure diagram construction method, device, equipment and medium

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
GR01 Patent grant
GR01 Patent grant