WO2018059315A1 - 基于地理位置数据的热点区域确定方法及装置 - Google Patents
基于地理位置数据的热点区域确定方法及装置 Download PDFInfo
- Publication number
- WO2018059315A1 WO2018059315A1 PCT/CN2017/102886 CN2017102886W WO2018059315A1 WO 2018059315 A1 WO2018059315 A1 WO 2018059315A1 CN 2017102886 W CN2017102886 W CN 2017102886W WO 2018059315 A1 WO2018059315 A1 WO 2018059315A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- grid
- point
- area
- curve
- poi
- 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.)
- Ceased
Links
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/50—Network services
- H04L67/52—Network services specially adapted for the location of the user terminal
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T7/00—Image analysis
- G06T7/70—Determining position or orientation of objects or cameras
- G06T7/73—Determining position or orientation of objects or cameras using feature-based methods
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/29—Geographical information databases
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T7/00—Image analysis
- G06T7/10—Segmentation; Edge detection
- G06T7/11—Region-based segmentation
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L65/00—Network arrangements, protocols or services for supporting real-time applications in data packet communication
- H04L65/40—Support for services or applications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04W—WIRELESS COMMUNICATION NETWORKS
- H04W4/00—Services specially adapted for wireless communication networks; Facilities therefor
- H04W4/02—Services making use of location information
- H04W4/021—Services related to particular areas, e.g. point of interest [POI] services, venue services or geofences
Definitions
- the present application relates to the field of Internet technologies, and in particular, to a hotspot area determining method and apparatus based on geographic location data.
- the user may want to find a hot spot in the map, for example, the user wants to go to the hot spot for shopping, entertainment, dining, etc. Accordingly, the merchant also wants to open a store in the hot spot. Therefore, according to the needs of the user, a hot spot area is usually marked on the map.
- hotspot areas are often manually determined.
- the efficiency of manually determining the hot spot area is relatively low, and the cost is also large due to the use of labor.
- the present application provides a hotspot area determining method and apparatus based on geographic location data, so as to solve the problem that the existing hot spot area is inefficient and costly.
- a method for determining a hotspot region based on geographic location data includes:
- the grid value is the number of users corresponding to the geographic location data reported in the grid;
- the area within the curve is determined as a hot spot area.
- the processing, where the map area to be processed is meshed specifically includes:
- the map area to be processed is divided into at least one grid according to a preset side length.
- the positioning point is a center point of the grid.
- the method further includes:
- the type with the largest number of POI points is determined as the hotspot type of the hotspot area.
- the method further includes:
- a curve including all the positioning points and the POI point is calculated based on a preset algorithm.
- the preset algorithm is a convex hull algorithm
- the curve is a convex hull curve.
- the convex hull algorithm includes a graham algorithm, a jarvi s algorithm, a central method, a horizontal method, or a fast packet method.
- a hotspot area determining apparatus based on geographic location data includes:
- the processing unit performs meshing processing on the map area to be processed
- a statistical unit that counts a grid value of each grid within a preset duration, the grid value being a number of users corresponding to the geographic location data reported in the grid;
- the filtering unit filters out the grid value greater than the preset threshold from the statistically obtained grid values
- a first determining unit determining an positioning point in a grid corresponding to the filtered grid value
- a calculating unit according to the positioning point, calculating a curve including all the positioning points based on a preset algorithm
- the second determining unit determines the area within the curve as the hot spot area.
- the processing unit specifically includes:
- the map area to be processed is divided into at least one grid according to a preset side length.
- the positioning point is a center point of the grid.
- the device further includes:
- the subunit is determined, and the type with the largest number of POI points is determined as the hotspot type of the hotspot area.
- the device further includes:
- the calculating unit specifically includes:
- a curve including all the positioning points and the POI point is calculated based on a preset algorithm.
- the preset algorithm is a convex hull algorithm
- the curve is a convex hull curve.
- the convex hull algorithm includes a graham algorithm, a jarvis algorithm, a central method, a horizontal method, or a fast packet method.
- the map area to be processed is meshed; the grid value of each grid in the preset duration is counted, and the grid value is the number of users corresponding to the geographic location data reported in the grid; Filtering a grid value greater than a preset threshold from the statistically obtained grid values; determining an anchor point in the grid corresponding to the filtered grid value; and calculating a map based on the preset algorithm based on the preset algorithm A curve containing all the anchor points; the area within the curve is determined as the hot spot area.
- the server can automatically determine the hotspot area of the map area by using the geographical location data actually reported by the user, thereby avoiding the inefficiency and high cost caused by manually delimiting the hot spot area, thereby improving the efficiency of determining the hot spot area and reducing the efficiency. Determine the cost of the hotspot area.
- FIG. 1 is a flowchart of a method for determining a hotspot area based on geographic location data according to an embodiment of the present application
- FIG. 2 is a schematic diagram of a map area provided by the present application.
- FIG. 3 is a schematic diagram of the map area gridding process provided by the present application.
- FIG. 4 is a schematic diagram of a map area marked with a grid value provided by the present application.
- FIG. 5 is a schematic diagram of filtered grid values provided by the present application.
- Figure 6 is a schematic diagram of a coordinate system established by the present application.
- FIG. 7 is a schematic diagram of a hot spot area determined according to an anchor point provided by the present application.
- Figure 8 is a schematic diagram showing the addition of POI points on the map area shown in Figure 2;
- FIG. 9 is a schematic diagram of a hot spot area determined according to a POI point and a positioning point provided by the present application.
- FIG. 10 is a hardware structural diagram of a device where a hotspot area determining apparatus based on geographic location data provided by the present application is located;
- FIG. 11 is a schematic block diagram of a hotspot area determining apparatus based on geographic location data according to an embodiment of the present application.
- first, second, third, etc. may be used to describe various information in this application, such information should not be limited to these terms. These terms are only used to distinguish the same type of information from each other.
- first information may also be referred to as the second information without departing from the scope of the present application.
- second information may also be referred to as the first information.
- word "if” as used herein may be interpreted as "when” or “when” or “in response to a determination.”
- the hotspot regions in the map are usually manually divided. Since the manual partitioning is often susceptible to subjective mapping, there is a large error in the final hotspot boundary. For example, it is easy to classify a place that is not a hot spot area into a hot spot area, or not to place a place that belongs to a hot spot area into a hot spot area.
- FIG. 1 is a flowchart of a method for determining a hotspot area based on geographic location data according to an embodiment of the present disclosure.
- the embodiment is described from the server side, and includes the following steps:
- Step 110 Perform meshing processing on the map area to be processed.
- the map area to be processed may be selected by a staff member, for example, an area circled by a staff member in a map;
- the server may also be determined according to a list of regions, which may be preset, and different regions are configured in the region list.
- the area list is configured with the A area, the B area, and the C area; wherein the hotspot area of the A area has been determined; the server can determine the B area as the to-be-processed map area according to the area list. After the hotspot area of the B area is also determined, the server can determine that the C area is the map area to be processed.
- the meshing process may include the server dividing the to-be-processed map area into at least one grid according to a preset side length.
- the preset side length may be an empirical value preset by a person.
- FIG. 2 is a schematic diagram of a map area provided by the present application, the map area having a length of 1,300 meters and a width of 1,050 meters.
- the preset side length is 200 meters, that is, the map area is divided into several grids with a side length of 200 meters.
- Figure 3 shows the grid area after the map area is processed. Schematic, as shown in Figure 3, each grid has a side length of 200 meters. Through gridding, the map area can be divided into grids of the same size.
- the meshing process may not be performed for the edge region of the map area that is less than the preset side length.
- the meshing process may further include: the server dividing the map area to be processed into a preset number of grids.
- the preset number may be an empirical value preset by an artificial one. For example, divide the map area into 100 grids.
- Step 120 Count the grid value of each grid in the preset duration, and the grid value is the number of users corresponding to the geographic location data reported in the grid.
- the reported geographical location data specifically, the mobile terminal uploads the geographic location data of the user by using an application installed on the mobile terminal under the control of the user.
- the mobile terminal may complete the payment process together with the interacting party at the same place.
- the interaction party may be a user holding another mobile terminal, or may be a fixed terminal device.
- the above process may involve a third party providing payment services in addition to two or more parties.
- Such third-party payment service providers provide secure interactive services during the interaction process.
- a third-party payment service provider can set up its own website or provide a server dedicated to payment, such as providing a payment platform. In this way, the payment party or parties can complete the payment through the service provided on the payment platform.
- payment platforms such as eBay and Al ibaba.
- the mobile terminal and/or the fixed terminal can access the payment platform provided by the third-party payment service provider framework through the Internet, and use the payment platform to complete the specific process involved in the payment.
- the mobile terminal and/or the fixed terminal may install a dedicated client (one of which is an application), such as an application provided by the third party payment service provider, to efficiently complete the payment.
- the geographic location data is, for example, a location where the mobile terminal where the client is located, and coordinate information representing the geographic location recorded by the positioning device that can record the geographic location data by the mobile terminal.
- Common positioning devices can use the US GPS satellite navigation system, Europe "Galileo" Star navigation system, Russian GLONASS satellite navigation system, or China “Beidou” satellite navigation system, etc., or a similar combination.
- the coordinate information of such positioning is also referred to as mobile positioning.
- the time-raising data is also reported to be the time-stamped time, which may be the time when the positioning device determines the geographical location data; or may be the time when the client reports the geographical location data.
- the geographical location data may be obtained by the network device based on the signal characteristics of the mobile terminal where the client is located, for example, by the network operator using the base station coverage principle, and the signal of the mobile terminal where the client is located is located through the base station.
- Calculated location information In the latter positioning calculation, the downlink pilot signals of different base stations are generally measured by the mobile terminal, and the time of arrival (Time of Arrival, TOA) or Time Difference of Arrival (TDOA) of the downlink pilots of different base stations is obtained, according to The measurement result is combined with the coordinates of the base station, and a triangulation formula estimation algorithm is generally used to calculate the position of the mobile terminal.
- TOA Time of Arrival
- TDOA Time Difference of Arrival
- the actual position estimation algorithm needs to consider the situation of multiple base stations (3 or more) positioning, and there are multiple algorithms in the prior art, which are complicated. In general, the more the number of base stations measured by the mobile station, the higher the measurement accuracy, and the more obvious the positioning performance improvement.
- the geographical location data may also be a relatively accurate location obtained by the base station assisted positioning and being jointly positioned by the positioning device in the mobile terminal.
- the uploaded geographical location data is represented by latitude and longitude, and according to the latitude and longitude, it can be determined in which grid of the map area the uploaded geographical location data is located. And according to the timestamp, the grid value in each grid within the preset duration can be counted.
- the preset duration may be an empirical value preset by a person. For example, 1 day, that is, the grid value in each grid within 1 day, that is, the number of users reporting location information in each grid.
- the heat of the area corresponding to each grid in the preset duration can be actually reflected.
- Step 130 Filter out grid values greater than a preset threshold from the statistically obtained grid values.
- the preset threshold may be an empirical value preset by a person.
- FIG. 5 is a schematic diagram of the filtered grid values, and the grid numbers corresponding to the grid values greater than 200 are numbered p0 to p9.
- Step 140 Determine an anchor point in a grid corresponding to the filtered grid value.
- the positioning point may be a center point of the grid.
- the positioning point may also be other points in the grid, such as a vertex of the grid, a point 1/2, 1/3 from the center point, etc., which is not limited in this application.
- the anchor point can also be determined by the following methods:
- the anchor point can be determined by the ratio of the two grid values.
- the anchor point can be set at 1/3 of the distance between the two grids.
- Step 150 Calculate a curve including all the positioning points according to the preset algorithm according to the positioning point.
- the preset algorithm may be used to calculate a curve including all the positioning points.
- a point set X ⁇ X1, X2, ..., Xn ⁇
- the outermost points are connected to form a set of included points X.
- the curve of all points may be used to calculate a curve including all the positioning points.
- the preset algorithm may be a convex hull algorithm
- the curve may be a convex hull curve
- the convex hull algorithm is used in a real vector space, for a given set of points X ⁇ X1, X2, ..., Xn ⁇ , the intersection of all convex sets containing the set of points X S is called the convex hull of X.
- the convex hull of X can be constructed with a linear combination of all points (X1, ... Xn) in X.
- a convex hull is a convex polygonal type formed by joining the outermost points, and the convex polygonal type can contain all the points in the point set.
- the convex hull algorithm may include a graham algorithm, a jarvis algorithm, a central method, a horizontal method, or a fast packet method.
- the coordinates of each point in the actual midpoint set ⁇ p0, p1, p2, p3, p4, p5, p6, p7, p8, p9 ⁇ are composed of latitude and longitude, the longitude is the X axis, and the latitude is the Y axis.
- the coordinates are simplified to integers, and in FIG.
- the p0 coordinate is (1, -2); the p1 coordinate is (1, 2); the p2 coordinate is (1, -2); p3 coordinates (1,2); p4 coordinates are (1,-2); p5 coordinates are (1,2); p6 coordinates are (1,-2); p7 coordinates are (1,2); p8 coordinates are (1) , -2); p9 coordinates are (1, -2).
- A1 Select one point among all points as the base point.
- selecting a base point may be any one of the following ways:
- the first type It can be the point that selects the smallest point of the Y coordinate among all the points. If there are multiple points with the smallest Y coordinate, the point with the smallest X coordinate is selected.
- Second It can be the point of choosing the smallest point of the X coordinate among all the points. If there are multiple points with the smallest X coordinate, the point with the smallest Y coordinate is selected.
- the third type It is possible to select the most basic point of the point where the Y coordinate is the largest among all the points. If there are multiple points with the largest Y coordinate, the point with the largest X coordinate is selected.
- the fourth type It is possible to select the most basic point of the X coordinate at all points. If there are multiple points with the largest X coordinate, the point with the largest Y coordinate is selected.
- the second method is adopted, that is, the point with the smallest X coordinate is selected. Since p0 and p1 exist, the point with the smallest y coordinate is selected, that is, p0 is selected as the base point.
- A2 Sort the vector formed by the other points and the base point with the cosine of the angle of the X-axis.
- the square of either side is equal to the sum of the squares of the other two sides. Subtract the two-fold product of the cosines of the two sides with their angles.
- the range of the cosine value is [-1, 1].
- the cosine value is positive in one quadrant, negative in the second and third quadrants, and zero on the X or Y axis.
- the cosine of the angle formed by each point and the base point is calculated, and then sorted from large to small, and the scanning order is: p0, p1, p2, p4, p3, p5, p6, p7, P8, p9.
- A3 Scan according to the sorted order, and retain the point where the vector product is greater than 0 to obtain a convex hull curve.
- the vector product is a binary operation of a vector in a vector space
- the calculation formula is as follows:
- the vector product of the vector AB and the vector BC is less than 0, the vector AB is represented in the counterclockwise direction of the vector BC; the point B is deleted, and the AC is connected to form the vector AC;
- the representation vector AB is collinear with the vector BC; the point B is deleted, and the connection AC constitutes the vector AC.
- the final reserved points include p0, p2, p4, p6, p9.
- the curve formed by the vector p0p2, the vector p2p4, the vector p4p6, the vector p6p9 and the vector p9p0 is a convex hull curve.
- Step 160 Determine an area within the curve as a hot spot area.
- FIG. 7 is a schematic diagram of a hot spot area determined according to an anchor point provided in the present application, and the curve (hot spot area boundary) in FIG. 7 includes a bit set (p0 to p9).
- the server maps the map area to be processed by the server, and counts the grid values in each grid, and filters the grid values larger than the preset threshold from the statistical grid values to determine The selected grid value corresponds to the anchor point of the grid, and then a curve including all the anchor points is calculated based on the preset algorithm, and finally the area in the curve is determined as the hot spot area.
- the server can automatically determine the hotspot area of the map area by using the geographical location data actually reported by the user, thereby avoiding the inefficiency and high cost caused by manually delimiting the hot spot area, thereby improving the efficiency of determining the hot spot area and reducing the efficiency. Determine the cost of the hotspot area.
- the type of food court is usually a type of food and the type of a residential circle is usually a type of community.
- the hotspot area obtained by the reported geographical location data in the above embodiment does not have a type.
- the method may further include:
- the type with the largest number of POI points is determined as the hotspot type of the hotspot area.
- the POI point (information point) is an information point provided by the map.
- the POI point can refer to an actual location. For example, large shopping malls, supermarkets, schools, residential areas, etc.
- POI points have types that are used to distinguish between different functions, such as meal type, community type, campus type, hospital type, shopping type, and the like.
- the POI point may be an information point provided by the map. It can also be an information point provided by other maps.
- the server may collect the POI point data of the same type according to the type of the POI point in the hot spot area, and determine the type with the largest number of POI points as the hotspot type of the hot spot area. In this way, the hotspot type can be marked on the hotspot area, so that the user can quickly know the type of the hotspot area and improve the user experience.
- the geographical location data reported by the user there may be a certain deviation due to the geographical location data reported by the user.
- the positioning of the positioning device of the mobile terminal is biased, and the reported geographical location data is also biased.
- the geographic location data may be last, but the uploaded geographic location data is a hotspot (such as wifi) connected to the mobile terminal or geographic location data of the base station, and the geographic location data may also have deviation.
- the method may further include:
- the POI point in the map area is acquired.
- the step 150 includes:
- a curve including all the positioning points and the POI point is calculated based on a preset algorithm.
- the POI point is an information point provided by the map.
- the POI point can refer to an actual location. For example, large shopping malls, supermarkets, schools, residential areas, etc.
- the POI point itself represents a certain degree of heat, and the geographical location data of the POI point is generally accurate.
- the POI point may be an information point provided by the map. It can also be an information point provided by other maps.
- the server calculates a curve including all the positioning points and the POI points based on the positioning point and the acquired POI point based on a preset algorithm.
- the calculation process of the preset algorithm is as shown in the foregoing embodiment, and details are not described in this embodiment.
- FIG. 8 a schematic diagram of a POI point is added to the map area shown in FIG. 2.
- FIG. 9 is a schematic diagram of a hot spot area determined according to a POI point and an anchor point.
- the hotspot area shown in FIG. 9 has more popular places, so that the hotspot area is more accurate.
- the POI point can be used to correct the geographical location data reported by the user, so that the final hot spot area is more accurate.
- the present application further provides an embodiment of the hotspot region determining device based on the geographic location data.
- the embodiments of the hotspot region determining apparatus based on the geographic location data of the present application may be separately applied to the server device.
- the device embodiment may be implemented by software, or may be implemented by hardware or a combination of hardware and software. Taking the software implementation as an example, as a logical means, the processor of the device in which it is located reads the corresponding computer program instructions in the non-volatile memory into the memory. From a hardware level, as shown in FIG. 10, a hardware structure diagram of a device where the hotspot area determining device is based on the geographic location data of the present application, except for the processor, the network interface, the memory, and the nonvolatile memory shown in FIG. In addition to the physical memory, the device in which the device is located in the embodiment is generally based on the actual function determined by the hotspot area based on the geographic location data, and may also include other hardware, and details are not described herein again.
- FIG. 11 is a schematic diagram of a module for determining a hotspot area based on geographic location data according to an embodiment of the present disclosure. The embodiment is described from a server side, where the apparatus includes: a processing unit 610, a statistics unit 620, and a screening unit. 630. The first determining unit 640, the calculating unit 650, and the second determining unit 660.
- the processing unit 610 performs a meshing process on the map area to be processed
- the statistic unit 620 is configured to count the grid value of each grid in the preset duration, and the grid value is the number of users corresponding to the geographic location data reported in the grid;
- the filtering unit 630 filters out the grid value greater than the preset threshold from the statistically obtained grid values
- the first determining unit 640 determines an anchor point in the grid corresponding to the filtered grid value
- the calculating unit 650 calculates, according to the positioning point, a curve including all the positioning points according to the positioning point;
- the second determining unit 660 determines the area within the curve as the hot spot area.
- the processing unit 610 specifically includes:
- the map area to be processed is divided into at least one grid according to a preset side length.
- the anchor point is the center point of the grid.
- the device also includes:
- the subunit is determined, and the type with the largest number of POI points is determined as the hotspot type of the hotspot area.
- the device also includes:
- the calculating unit 650 specifically includes:
- a convex hull curve including all the positioning points and the POI point is calculated based on a preset algorithm.
- the convex hull algorithm includes a graham algorithm, a jarvis algorithm, a central method, a horizontal method, or a fast packet method.
- the server maps the map area to be processed by the server, and counts the grid values in each grid, and filters out the grid values from the statistics to be greater than the preset threshold.
- the grid value determines that the selected grid value corresponds to the anchor point of the grid, and then calculates a curve including all the anchor points based on the preset algorithm, and finally determines the area in the curve as the hot spot area.
- the server can automatically determine the hotspot area of the map area by using the geographical location data actually reported by the user, thereby avoiding the inefficiency and high cost caused by manually delimiting the hot spot area, thereby improving the efficiency of determining the hot spot area and reducing the efficiency. Determine the cost of the hotspot area.
- the device embodiment since it basically corresponds to the method embodiment, reference may be made to the partial description of the method embodiment.
- the device embodiments described above are merely illustrative, wherein the units described as separate components may or may not be physically separate, and the components displayed as units may or may not be physical units, ie may be located A place, or it can be distributed to multiple network units. Some or all of the modules may be selected according to actual needs to achieve the objectives of the present application. Those of ordinary skill in the art can understand and implement without any creative effort.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Databases & Information Systems (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Signal Processing (AREA)
- Computer Networks & Wireless Communication (AREA)
- Remote Sensing (AREA)
- Data Mining & Analysis (AREA)
- General Engineering & Computer Science (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Multimedia (AREA)
- Navigation (AREA)
- Instructional Devices (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
- Processing Or Creating Images (AREA)
- Traffic Control Systems (AREA)
- Management, Administration, Business Operations System, And Electronic Commerce (AREA)
Abstract
Description
Claims (14)
- 一种基于地理位置数据的热点区域确定方法,其特征在于,所述方法包括:对待处理的地图区域进行网格化处理;统计预设时长内每一个网格的网格值,所述网格值为对应网格内上报地理位置数据的用户数量;从统计得到的网格值中筛选出大于预设阈值的网格值;在所述筛选出的网格值对应的网格中确定定位点;根据所述定位点,基于预设算法计算出一条包含所有定位点的曲线;将所述曲线内的区域确定为热点区域。
- 根据权利要求1所述的方法,其特征在于,所述对待处理的地图区域进行网格化处理,具体包括:根据预设边长将待处理的地图区域划分为至少一个的网格。
- 根据权利要求1所述的方法,其特征在于,所述定位点为该网格的中心点。
- 根据权利要求1所述的方法,其特征在于,所述方法还包括:获取所述曲线范围内POI点的类型;统计相同类型的POI点数量;将POI点数量最多的类型确定为该热点区域的热点类型。
- 根据权利要求1所述的方法,其特征在于,所述方法还包括:在所述筛选出的网格值对应的网格中确定定位点之后,获取所述地图区域内的POI点;所述根据所述定位点,基于预设算法计算出一条包含所有定位点的曲线,具体包括:根据所述POI点和所述定位点,基于预设算法计算出一条包含所有定位点和POI点的曲线。
- 根据权利要求1所述的方法,其特征在于,所述预设算法为凸包算法;所述曲线为凸包曲线。
- 根据权利要求6所述的方法,其特征在于,所述凸包算法包括graham算法、jarvis算法、中心法、水平法或快包法。
- 一种基于地理位置数据的热点区域确定装置,其特征在于,所述装置包括:处理单元,对待处理的地图区域进行网格化处理;统计单元,统计预设时长内每一个网格的网格值,所述网格值为对应网格内上报地理位置数据的用户数量;筛选单元,从统计得到的网格值中筛选出大于预设阈值的网格值;第一确定单元,在所述筛选出的网格值对应的网格中确定定位点;计算单元,根据所述定位点,基于预设算法计算出一条包含所有定位点的曲线;第二确定单元,将所述曲线内的区域确定为热点区域。
- 根据权利要求8所述的装置,其特征在于,所述处理单元,具体包括:根据预设边长将待处理的地图区域划分为至少一个的网格。
- 根据权利要求8所述的装置,其特征在于,所述定位点为该网格的中心点。
- 根据权利要求8所述的装置,其特征在于,所述装置还包括:获取子单元,获取所述曲线范围内POI点的类型;统计子单元,统计相同类型的POI点数量;确定子单元,将POI点数量最多的类型确定为该热点区域的热点类型。
- 根据权利要求8所述的装置,其特征在于,所述装置还包括:获取子单元,在所述筛选出的网格值对应的网格中确定定位点之后,获取所述地图区域内的POI点;相应地,所述计算单元,具体包括:根据所述POI点和所述定位点,基于预设算法计算出一条包含所有定位 点和POI点的曲线。
- 根据权利要求8所述的装置,其特征在于,所述预设算法为凸包算法;所述曲线为凸包曲线。
- 根据权利要求13所述的装置,其特征在于,所述凸包算法包括graham算法、jarvis算法、中心法、水平法或快包法。
Priority Applications (16)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| RU2019113130A RU2728290C1 (ru) | 2016-09-30 | 2017-09-22 | Способ и устройство для определения областей интереса на основе данных геопозиционирования |
| AU2017335101A AU2017335101B2 (en) | 2016-09-30 | 2017-09-22 | Method and device for determining areas of interest based on geolocation data |
| JP2019517065A JP6875510B2 (ja) | 2016-09-30 | 2017-09-22 | 地理位置情報データに基づいて関心領域を決定する方法及び装置 |
| EP17854765.9A EP3522495B1 (en) | 2016-09-30 | 2017-09-22 | Method and device for determining areas of interest based on geolocation data |
| SG11201902737RA SG11201902737RA (en) | 2016-09-30 | 2017-09-22 | Method and device for determining areas of interest based on geolocation data |
| MX2019003650A MX2019003650A (es) | 2016-09-30 | 2017-09-22 | Metodo y dispositivo para determinar areas de interes con base en datos de geolocalizacion. |
| CA3038583A CA3038583C (en) | 2016-09-30 | 2017-09-22 | Method and device for determining areas of interest based on geolocation data |
| ES17854765T ES2872963T3 (es) | 2016-09-30 | 2017-09-22 | Método y dispositivo para determinar áreas de interés basándose en datos de geolocalización |
| PL17854765T PL3522495T3 (pl) | 2016-09-30 | 2017-09-22 | Sposób i urządzenie do wyznaczania obszarów zainteresowania w oparciu o dane geolokalizacyjne |
| BR112019006475A BR112019006475A2 (pt) | 2016-09-30 | 2017-09-22 | método e dispositivo para determinação de áreas de interesse com base em dados de geolocalização |
| KR1020197011270A KR102220963B1 (ko) | 2016-09-30 | 2017-09-22 | 지오로케이션 데이터에 기초하여 관심 지역을 결정하기 위한 방법 및 디바이스 |
| US16/364,917 US10943364B2 (en) | 2016-09-30 | 2019-03-26 | Method and device for determining areas of interest based on geolocation data |
| PH12019500683A PH12019500683A1 (en) | 2016-09-30 | 2019-03-28 | Method and device for determining areas of interest based on geolocation data |
| ZA2019/02476A ZA201902476B (en) | 2016-09-30 | 2019-04-17 | Method and device for determining areas of interest based on geolocation data |
| AU2019101563A AU2019101563A4 (en) | 2016-09-30 | 2019-12-12 | Method and device for determining areas of interest based on geolocation data |
| US17/176,037 US11087490B2 (en) | 2016-09-30 | 2021-02-15 | Method and device for determining areas of interest based on geolocation data |
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201610875370.9A CN107070961B (zh) | 2016-09-30 | 2016-09-30 | 基于地理位置数据的热点区域确定方法及装置 |
| CN201610875370.9 | 2016-09-30 |
Related Child Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| US16/364,917 Continuation US10943364B2 (en) | 2016-09-30 | 2019-03-26 | Method and device for determining areas of interest based on geolocation data |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2018059315A1 true WO2018059315A1 (zh) | 2018-04-05 |
Family
ID=59616855
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/CN2017/102886 Ceased WO2018059315A1 (zh) | 2016-09-30 | 2017-09-22 | 基于地理位置数据的热点区域确定方法及装置 |
Country Status (17)
| Country | Link |
|---|---|
| US (2) | US10943364B2 (zh) |
| EP (1) | EP3522495B1 (zh) |
| JP (1) | JP6875510B2 (zh) |
| KR (1) | KR102220963B1 (zh) |
| CN (1) | CN107070961B (zh) |
| AU (2) | AU2017335101B2 (zh) |
| BR (1) | BR112019006475A2 (zh) |
| CA (1) | CA3038583C (zh) |
| ES (1) | ES2872963T3 (zh) |
| MX (1) | MX2019003650A (zh) |
| PH (1) | PH12019500683A1 (zh) |
| PL (1) | PL3522495T3 (zh) |
| RU (1) | RU2728290C1 (zh) |
| SG (1) | SG11201902737RA (zh) |
| TW (1) | TWI666951B (zh) |
| WO (1) | WO2018059315A1 (zh) |
| ZA (1) | ZA201902476B (zh) |
Families Citing this family (28)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN107070961B (zh) * | 2016-09-30 | 2020-06-23 | 阿里巴巴集团控股有限公司 | 基于地理位置数据的热点区域确定方法及装置 |
| CN108182253B (zh) * | 2017-12-29 | 2021-12-28 | 百度在线网络技术(北京)有限公司 | 用于生成信息的方法和装置 |
| CN108280685B (zh) * | 2018-01-19 | 2019-07-23 | 百度在线网络技术(北京)有限公司 | 信息获取方法和装置 |
| CN110556049B (zh) * | 2018-06-04 | 2021-11-12 | 百度在线网络技术(北京)有限公司 | 一种地图数据处理方法、装置、服务器和存储介质 |
| CN110633337B (zh) * | 2018-06-05 | 2021-07-09 | 北京三快在线科技有限公司 | 一种特征区域确定方法及装置,电子设备 |
| CN110634381A (zh) * | 2018-06-25 | 2019-12-31 | 百度在线网络技术(北京)有限公司 | 用于确定标注样式的方法和装置 |
| CN109146204A (zh) * | 2018-09-27 | 2019-01-04 | 浙江中海达空间信息技术有限公司 | 一种多层次综合评估的风电场升压站自动选址方法 |
| CN109685305A (zh) * | 2018-10-31 | 2019-04-26 | 广州市城市建设投资集团有限公司 | 热点区域筛选的方法、装置、计算机设备及存储介质 |
| CN109613179B (zh) * | 2018-11-14 | 2023-10-20 | 北京英视睿达科技股份有限公司 | 累积高值区的确定方法 |
| CN111412925B (zh) * | 2019-01-08 | 2023-07-18 | 阿里巴巴集团控股有限公司 | 一种poi位置的纠错方法及装置 |
| CN109992633B (zh) * | 2019-02-20 | 2020-08-07 | 北京三快在线科技有限公司 | 基于用户位置的地理围栏确定方法、装置、电子设备 |
| CN109871424B (zh) * | 2019-02-28 | 2021-05-04 | 中国科学院地理科学与资源研究所 | 一种中文学术研究热点区域信息自动提取和地图制作方法 |
| CN111815083B (zh) * | 2019-04-10 | 2024-12-20 | 高德软件有限公司 | 一种城市核心区域的确定方法及装置 |
| CN110071832B (zh) * | 2019-04-18 | 2022-04-15 | 中国联合网络通信集团有限公司 | 通信质量保障方法和装置 |
| CN110457653B (zh) * | 2019-07-30 | 2023-09-01 | 青岛海信网络科技股份有限公司 | 一种警情热点区域的确定方法及装置 |
| CN110930180B (zh) * | 2019-11-04 | 2023-07-28 | 苏宁云计算有限公司 | 基于区域化会员营销场景的数据解析方法、系统和计算机设备 |
| CN111010665B (zh) * | 2019-12-18 | 2021-03-16 | 广东海格怡创科技有限公司 | 热点范围定位方法、装置、计算机设备及存储介质 |
| CN112543412B (zh) * | 2020-01-17 | 2023-03-21 | 北京融信数联科技有限公司 | 一种基于手机信令轨迹点凸包的人群分类方法 |
| CN111475746B (zh) * | 2020-04-07 | 2023-09-12 | 深圳市腾讯计算机系统有限公司 | 兴趣点位置挖掘方法、装置、计算机设备和存储介质 |
| CN112566029B (zh) * | 2020-12-09 | 2022-11-22 | 深圳市城市规划设计研究院有限公司 | 基于手机定位数据的城市就业中心识别方法及装置 |
| CN113077475B (zh) * | 2021-03-17 | 2023-09-08 | 杭州海康机器人股份有限公司 | 视觉定位方法、装置、系统、移动机器人及存储介质 |
| CN113112069B (zh) * | 2021-04-13 | 2022-08-30 | 北京阿帕科蓝科技有限公司 | 一种人口分布预测方法、人口分布预测系统及电子设备 |
| CN115730023A (zh) * | 2021-08-30 | 2023-03-03 | 腾讯科技(深圳)有限公司 | 数据处理方法、装置、电子设备及存储介质 |
| CN114238384B (zh) * | 2022-02-24 | 2022-08-30 | 阿里云计算有限公司 | 区域定位方法、装置、设备和存储介质 |
| CN115311567A (zh) * | 2022-08-10 | 2022-11-08 | 北京市生态环境监测中心 | 土方工地的识别方法、装置和电子设备 |
| CN115481112B (zh) * | 2022-08-10 | 2025-11-21 | 北京百度网讯科技有限公司 | 障碍物缺失检测方法、装置、电子设备及存储介质 |
| CN117014939B (zh) * | 2023-09-28 | 2023-12-08 | 深圳市优网科技有限公司 | 一种基于移动通信用户的热度图数据生成方法及装置 |
| CN119767324B (zh) * | 2024-12-02 | 2025-09-09 | 中通服咨询设计研究院有限公司 | 基于空间优化算法和实测信号模型校准的基站选址方法 |
Citations (7)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20040190468A1 (en) * | 2003-03-24 | 2004-09-30 | Jaakko Saijonmaa | Group communication in a communication network |
| CN102572992A (zh) * | 2012-01-17 | 2012-07-11 | 百年金海安防科技有限公司 | 一种车载网络rsu部署及其数据转发方法 |
| CN102750361A (zh) * | 2012-06-13 | 2012-10-24 | 中国矿业大学 | 基于局部多层网格的轨迹数据热点区域发现方法 |
| CN103902636A (zh) * | 2012-12-30 | 2014-07-02 | 腾讯科技(深圳)有限公司 | 基于过滤聚类法推送信息的方法和服务器 |
| CN104615881A (zh) * | 2015-01-30 | 2015-05-13 | 南京烽火星空通信发展有限公司 | 一种基于移动位置应用的用户常态轨迹分析方法 |
| CN105893998A (zh) * | 2016-03-30 | 2016-08-24 | 北京奇虎科技有限公司 | 一种指定区域内的实点的密度估计方法和装置 |
| CN107070961A (zh) * | 2016-09-30 | 2017-08-18 | 阿里巴巴集团控股有限公司 | 基于地理位置数据的热点区域确定方法及装置 |
Family Cites Families (63)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US7096030B2 (en) * | 2002-06-28 | 2006-08-22 | Nokia Corporation | System and method for initiating location-dependent applications on mobile devices |
| US7388519B1 (en) * | 2003-07-22 | 2008-06-17 | Kreft Keith A | Displaying points of interest with qualitative information |
| US7202816B2 (en) | 2003-07-22 | 2007-04-10 | Microsoft Corporation | Utilization of the approximate location of a device determined from ambient signals |
| CA2535032A1 (en) | 2003-08-08 | 2005-02-17 | Networks In Motion, Inc. | Method and system for collecting synchronizing and reporting telecommunication call events and work flow related information |
| US7715981B2 (en) * | 2004-09-27 | 2010-05-11 | Travelocity.Com Lp | System, method and computer program product for searching and retrieving ranked points of interest within a polygonal area of interest |
| US8412575B2 (en) * | 2005-06-30 | 2013-04-02 | Google Inc. | Determining and/or managing offers such as bids for advertising |
| ATE409307T1 (de) | 2006-03-31 | 2008-10-15 | Research In Motion Ltd | Benutzerschnittstellenverfahren und vorrichtung zur steuerung der visuellen anzeige von karten mit auswählbaren kartenelementen bei mobilen kommunikationsvorrichtungen |
| US8571580B2 (en) | 2006-06-01 | 2013-10-29 | Loopt Llc. | Displaying the location of individuals on an interactive map display on a mobile communication device |
| WO2008128133A1 (en) | 2007-04-13 | 2008-10-23 | Pelago, Inc. | Location-based information determination |
| WO2008134595A1 (en) * | 2007-04-27 | 2008-11-06 | Pelago, Inc. | Determining locations of interest based on user visits |
| CN101809216B (zh) * | 2007-08-30 | 2015-10-21 | Vsm集团股份公司 | 针脚数据对象的定位 |
| KR101430452B1 (ko) | 2007-10-15 | 2014-08-14 | 엘지전자 주식회사 | 통신 기기 및 이것의 위치 정보 제공 방법 |
| US8401771B2 (en) | 2008-07-22 | 2013-03-19 | Microsoft Corporation | Discovering points of interest from users map annotations |
| CN101541079B (zh) * | 2009-04-29 | 2011-06-15 | 广东省电信规划设计院有限公司 | 移动台定位方法 |
| US20100287178A1 (en) | 2009-05-08 | 2010-11-11 | Google Inc. | Refining location estimates and reverse geocoding based on a user profile |
| CN101887440B (zh) * | 2009-05-13 | 2012-05-30 | 财团法人资讯工业策进会 | 热点分析系统及方法 |
| US20120135744A1 (en) | 2009-07-21 | 2012-05-31 | Kota Enterprises, Llc | Systems and methods for generating and managing communication rules associated with geographic locations |
| US8756010B2 (en) * | 2009-10-12 | 2014-06-17 | Qualcomm Incorporated | Method and apparatus for identification of points of interest within a predefined area |
| US8207844B2 (en) * | 2009-10-16 | 2012-06-26 | Zhihong Yu | Methods and systems for identifying points of interest |
| US8589069B1 (en) | 2009-11-12 | 2013-11-19 | Google Inc. | Enhanced identification of interesting points-of-interest |
| US8239130B1 (en) | 2009-11-12 | 2012-08-07 | Google Inc. | Enhanced identification of interesting points-of-interest |
| KR20110060493A (ko) * | 2009-11-30 | 2011-06-08 | 삼성전자주식회사 | 메모리 장치의 소거 카운트 관리 방법 및 장치 |
| US9389085B2 (en) | 2010-01-22 | 2016-07-12 | Qualcomm Incorporated | Map handling for location based services in conjunction with localized environments |
| US9122693B2 (en) * | 2010-11-30 | 2015-09-01 | Nokia Technologies Oy | Method and apparatus for determining contextually relevant geographical locations |
| US9330563B2 (en) * | 2013-02-12 | 2016-05-03 | Digimarc Corporation | Synchronized metrology in power generation and distribution networks |
| US10237688B2 (en) * | 2011-08-18 | 2019-03-19 | Rivada Research, Llc | Method and system for improving the location of fixed wireless CBSD nodes |
| US20170238136A1 (en) * | 2011-08-18 | 2017-08-17 | Rivada Research, Llc | Method and System for Improving the Location of Fixed Wireless CBSD Nodes |
| EP2581703B1 (en) * | 2011-10-12 | 2017-05-17 | Mapquest, Inc. | Systems and methods for ranking points of interest |
| US9063951B1 (en) * | 2011-11-16 | 2015-06-23 | Google Inc. | Pre-fetching map data based on a tile budget |
| US8711181B1 (en) * | 2011-11-16 | 2014-04-29 | Google Inc. | Pre-fetching map data using variable map tile radius |
| US8972357B2 (en) | 2012-02-24 | 2015-03-03 | Placed, Inc. | System and method for data collection to validate location data |
| US9826345B2 (en) * | 2012-06-18 | 2017-11-21 | Here Global B.V. | Method and apparatus for detecting points of interest or events based on geotagged data and geolocation seeds |
| EP2864905B1 (en) * | 2012-06-22 | 2017-09-27 | Google, Inc. | Providing information about relevant elements from maps history based on location |
| CN103578265B (zh) * | 2012-07-18 | 2015-07-08 | 北京掌城科技有限公司 | 基于出租车gps数据的打车热点获取方法 |
| US10318973B2 (en) * | 2013-01-04 | 2019-06-11 | PlaceIQ, Inc. | Probabilistic cross-device place visitation rate measurement at scale |
| CN103944932B (zh) | 2013-01-18 | 2017-07-14 | 阿里巴巴集团控股有限公司 | 搜索、确定活跃区域的方法与服务器 |
| GB2510169A (en) * | 2013-01-28 | 2014-07-30 | Microsoft Corp | Determining a location of a mobile user terminal |
| US9341479B2 (en) | 2013-03-05 | 2016-05-17 | Google Inc. | Configurable point of interest alerts |
| CN104102637B (zh) * | 2013-04-02 | 2017-09-29 | 高德软件有限公司 | 一种生成热点区域的方法及装置 |
| US9363638B1 (en) * | 2015-06-02 | 2016-06-07 | GeoFrenzy, Inc. | Registrar mapping toolkit for geofences |
| US9906902B2 (en) * | 2015-06-02 | 2018-02-27 | GeoFrenzy, Inc. | Geofence information delivery systems and methods |
| US9906609B2 (en) * | 2015-06-02 | 2018-02-27 | GeoFrenzy, Inc. | Geofence information delivery systems and methods |
| US9514714B2 (en) * | 2013-11-25 | 2016-12-06 | Microsoft Technology Licensing, Llc | Kinetic mapping |
| US20160132513A1 (en) * | 2014-02-05 | 2016-05-12 | Sk Planet Co., Ltd. | Device and method for providing poi information using poi grouping |
| CN104978342B (zh) * | 2014-04-08 | 2019-07-12 | 阿里巴巴集团控股有限公司 | 用户聚集现象检测、查询系统方法及系统 |
| US9875251B2 (en) * | 2015-06-02 | 2018-01-23 | GeoFrenzy, Inc. | Geofence information delivery systems and methods |
| US11240628B2 (en) * | 2014-07-29 | 2022-02-01 | GeoFrenzy, Inc. | Systems and methods for decoupling and delivering geofence geometries to maps |
| RU2604725C2 (ru) | 2014-12-25 | 2016-12-10 | Общество С Ограниченной Ответственностью "Яндекс" | Система и способ генерирования информации о множестве точек интереса |
| US10592914B2 (en) * | 2015-03-24 | 2020-03-17 | PlaceIQ, Inc. | Device-dwell graphs |
| US10231084B2 (en) * | 2015-08-14 | 2019-03-12 | Aeris Communications, Inc. | System and method for monitoring devices relative to a learned geographic area |
| US9764470B2 (en) * | 2015-10-05 | 2017-09-19 | X Development Llc | Selective deployment of robots to perform mapping |
| US11162791B2 (en) * | 2015-12-22 | 2021-11-02 | Invensense, Inc. | Method and system for point of sale ordering |
| CN105427003A (zh) * | 2015-12-30 | 2016-03-23 | 北京航空航天大学 | 一种基于出行需求分析的公交站点部署方法 |
| CN107291785A (zh) * | 2016-04-12 | 2017-10-24 | 滴滴(中国)科技有限公司 | 一种数据查找方法及装置 |
| US9706355B1 (en) * | 2016-08-12 | 2017-07-11 | Contagious Atmosphere LLC | Systems and methods for automatically generating geofences based on property information |
| US10547976B2 (en) * | 2016-09-07 | 2020-01-28 | Invensense, Inc. | Method and system for assigning point of sale information |
| US9686646B1 (en) * | 2016-09-29 | 2017-06-20 | Cars.Com, Llc | Integrated geospatial activity reporting |
| US10281279B2 (en) * | 2016-10-24 | 2019-05-07 | Invensense, Inc. | Method and system for global shape matching a trajectory |
| US10581986B2 (en) * | 2017-06-01 | 2020-03-03 | Turnoutt, Inc. | Dynamic determination of public spaces and third party data incorporation for location-based mapping systems and methods |
| US20190355074A1 (en) * | 2018-05-21 | 2019-11-21 | Tango Travel, LLC | Systems, methods and apparatus for location-based goods and services procurement |
| US10390180B1 (en) * | 2018-05-22 | 2019-08-20 | Netscout Systems, Inc | Geolocation determination with power fingerprinting |
| US10963917B2 (en) * | 2018-12-26 | 2021-03-30 | Yandex Europe Ag | Method and system for determining fact of visit of user to point of interest |
| US20200211053A1 (en) * | 2018-12-26 | 2020-07-02 | Yandex Europe Ag | Method and system for determining fact of visit of user to point of interest |
-
2016
- 2016-09-30 CN CN201610875370.9A patent/CN107070961B/zh active Active
-
2017
- 2017-07-21 TW TW106124622A patent/TWI666951B/zh active
- 2017-09-22 CA CA3038583A patent/CA3038583C/en active Active
- 2017-09-22 BR BR112019006475A patent/BR112019006475A2/pt not_active IP Right Cessation
- 2017-09-22 PL PL17854765T patent/PL3522495T3/pl unknown
- 2017-09-22 KR KR1020197011270A patent/KR102220963B1/ko active Active
- 2017-09-22 MX MX2019003650A patent/MX2019003650A/es unknown
- 2017-09-22 JP JP2019517065A patent/JP6875510B2/ja active Active
- 2017-09-22 SG SG11201902737RA patent/SG11201902737RA/en unknown
- 2017-09-22 WO PCT/CN2017/102886 patent/WO2018059315A1/zh not_active Ceased
- 2017-09-22 EP EP17854765.9A patent/EP3522495B1/en active Active
- 2017-09-22 AU AU2017335101A patent/AU2017335101B2/en not_active Ceased
- 2017-09-22 RU RU2019113130A patent/RU2728290C1/ru active
- 2017-09-22 ES ES17854765T patent/ES2872963T3/es active Active
-
2019
- 2019-03-26 US US16/364,917 patent/US10943364B2/en active Active
- 2019-03-28 PH PH12019500683A patent/PH12019500683A1/en unknown
- 2019-04-17 ZA ZA2019/02476A patent/ZA201902476B/en unknown
- 2019-12-12 AU AU2019101563A patent/AU2019101563A4/en not_active Expired
-
2021
- 2021-02-15 US US17/176,037 patent/US11087490B2/en active Active
Patent Citations (7)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20040190468A1 (en) * | 2003-03-24 | 2004-09-30 | Jaakko Saijonmaa | Group communication in a communication network |
| CN102572992A (zh) * | 2012-01-17 | 2012-07-11 | 百年金海安防科技有限公司 | 一种车载网络rsu部署及其数据转发方法 |
| CN102750361A (zh) * | 2012-06-13 | 2012-10-24 | 中国矿业大学 | 基于局部多层网格的轨迹数据热点区域发现方法 |
| CN103902636A (zh) * | 2012-12-30 | 2014-07-02 | 腾讯科技(深圳)有限公司 | 基于过滤聚类法推送信息的方法和服务器 |
| CN104615881A (zh) * | 2015-01-30 | 2015-05-13 | 南京烽火星空通信发展有限公司 | 一种基于移动位置应用的用户常态轨迹分析方法 |
| CN105893998A (zh) * | 2016-03-30 | 2016-08-24 | 北京奇虎科技有限公司 | 一种指定区域内的实点的密度估计方法和装置 |
| CN107070961A (zh) * | 2016-09-30 | 2017-08-18 | 阿里巴巴集团控股有限公司 | 基于地理位置数据的热点区域确定方法及装置 |
Also Published As
| Publication number | Publication date |
|---|---|
| CA3038583A1 (en) | 2018-04-05 |
| EP3522495A4 (en) | 2020-03-04 |
| PH12019500683A1 (en) | 2019-11-04 |
| AU2017335101B2 (en) | 2020-01-30 |
| US20190220995A1 (en) | 2019-07-18 |
| CA3038583C (en) | 2021-06-01 |
| JP2019537048A (ja) | 2019-12-19 |
| CN107070961B (zh) | 2020-06-23 |
| KR20190053923A (ko) | 2019-05-20 |
| SG11201902737RA (en) | 2019-05-30 |
| ZA201902476B (en) | 2021-09-29 |
| ES2872963T3 (es) | 2021-11-03 |
| EP3522495A1 (en) | 2019-08-07 |
| EP3522495B1 (en) | 2021-04-21 |
| CN107070961A (zh) | 2017-08-18 |
| RU2728290C1 (ru) | 2020-07-29 |
| US11087490B2 (en) | 2021-08-10 |
| US20210166419A1 (en) | 2021-06-03 |
| AU2019101563A4 (en) | 2020-01-23 |
| PL3522495T3 (pl) | 2021-10-25 |
| US10943364B2 (en) | 2021-03-09 |
| BR112019006475A2 (pt) | 2019-06-25 |
| JP6875510B2 (ja) | 2021-05-26 |
| KR102220963B1 (ko) | 2021-03-02 |
| TWI666951B (zh) | 2019-07-21 |
| AU2017335101A1 (en) | 2019-04-18 |
| TW201815187A (zh) | 2018-04-16 |
| MX2019003650A (es) | 2019-11-12 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| TWI666951B (zh) | 基於地理位置資料的熱點區域確定方法及裝置 | |
| CN107209247B (zh) | 支持数据的协作收集 | |
| KR101347467B1 (ko) | 이동 국가 코드를 이용한 위치 필터링 | |
| US10091754B2 (en) | Correcting interference of non-line-of-sight signals | |
| US20150045056A1 (en) | Method and apparatus for position determination in a cellular communications system | |
| CN109963300A (zh) | 方位角的确定方法、装置、电子设备和存储介质 | |
| EP3308190B1 (en) | Determining of model parameters for positioning purposes | |
| CN104285159A (zh) | 支持存储信息的更新 | |
| CN107343291A (zh) | 天馈系统检测方法、装置及基站 | |
| CN106817674A (zh) | 一种定位方法及装置 | |
| CN104835016A (zh) | 一种人群密度计算方法及装置 | |
| CN107402966A (zh) | 搜索范围的计算方法及装置和电子设备 | |
| US9020753B2 (en) | Method, computer program and apparatus for determining an object in sight | |
| CN111669698A (zh) | 定位方法、设备、系统及存储介质 | |
| HK1242066A (zh) | 基於地理位置数据的热点区域确定方法及装置 | |
| HK1242066A1 (zh) | 基於地理位置數據的熱點區域確定方法及裝置 | |
| HK1242066B (zh) | 基於地理位置数据的热点区域确定方法及装置 | |
| CN109214740B (zh) | 一种物流请求处理方法及装置 | |
| CN110110014B (zh) | 目标对象的位置信息的确定方法、服务器及用户客户端 | |
| CN105101075B (zh) | 对目标定位应用的定位结果进行评测的方法与设备 | |
| CN110320496A (zh) | 一种室内定位方法及装置 | |
| Lin et al. | Mobile Anchor-based Localization over Android | |
| WO2013136127A1 (en) | Supporting storage of data |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 17854765 Country of ref document: EP Kind code of ref document: A1 |
|
| ENP | Entry into the national phase |
Ref document number: 3038583 Country of ref document: CA |
|
| ENP | Entry into the national phase |
Ref document number: 2019517065 Country of ref document: JP Kind code of ref document: A |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| REG | Reference to national code |
Ref country code: BR Ref legal event code: B01A Ref document number: 112019006475 Country of ref document: BR |
|
| ENP | Entry into the national phase |
Ref document number: 2017335101 Country of ref document: AU Date of ref document: 20170922 Kind code of ref document: A Ref document number: 20197011270 Country of ref document: KR Kind code of ref document: A |
|
| ENP | Entry into the national phase |
Ref document number: 2017854765 Country of ref document: EP Effective date: 20190430 |
|
| ENP | Entry into the national phase |
Ref document number: 112019006475 Country of ref document: BR Kind code of ref document: A2 Effective date: 20190329 |