CN108256560B - Parking identification method based on space-time clustering - Google Patents

Parking identification method based on space-time clustering Download PDF

Info

Publication number
CN108256560B
CN108256560B CN201711448160.2A CN201711448160A CN108256560B CN 108256560 B CN108256560 B CN 108256560B CN 201711448160 A CN201711448160 A CN 201711448160A CN 108256560 B CN108256560 B CN 108256560B
Authority
CN
China
Prior art keywords
parking
time
point
points
core
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.)
Expired - Fee Related
Application number
CN201711448160.2A
Other languages
Chinese (zh)
Other versions
CN108256560A (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.)
Tongji University
Original Assignee
Tongji University
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 Tongji University filed Critical Tongji University
Priority to CN201711448160.2A priority Critical patent/CN108256560B/en
Publication of CN108256560A publication Critical patent/CN108256560A/en
Application granted granted Critical
Publication of CN108256560B publication Critical patent/CN108256560B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/23Clustering techniques
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/24Classification techniques
    • G06F18/241Classification techniques relating to the classification model, e.g. parametric or non-parametric approaches
    • G06F18/2413Classification techniques relating to the classification model, e.g. parametric or non-parametric approaches based on distances to training or reference patterns
    • G06F18/24147Distances to closest patterns, e.g. nearest neighbour classification

Abstract

The invention discloses a parking identification method based on space-time clustering, which comprises the following steps: collecting GPS track data of individual activities based on the smart phone, and extracting spatiotemporal information; searching the nearest k points of any track point on a time axis, and determining a core point in the track through a distance parameter Eps and a minimum number threshold MinPts; the method comprises the steps that core points which are continuous in time form an initial cluster, the inspection is started from a cluster with the maximum density, and adjacent clusters which are adjacent to each other in a time-space mode are combined to obtain parking; and (3) forming an initial trip by the non-core points which are continuous in time, starting the check from the trip with the earliest time, combining the two trips if the time interval between the two trips is smaller than the minimum parking duration threshold value, and correcting the pseudo parking as the trip. The invention can quickly and accurately identify the parking in the individual trip GPS track, lays a foundation for further identifying trip modes and trip purposes, and provides technical support for long-term, large-scale and passive urban resident trip investigation.

Description

Parking identification method based on space-time clustering
Technical Field
The invention belongs to the field of traffic data mining, and particularly relates to clustering analysis of time series data and parking identification in individual travel tracks.
Background
With the rapid popularization and development of smart phones, accurate positioning function and abundant sensor modules provide hardware conditions for real-time collection of individual travel tracks. In the face of a large amount of travel track data, analyzing individual behavior characteristics and identifying activity modes become main problems of urban traffic serving data. The recognition of parking based on individual GPS trajectory data is a precondition for judging OD, estimating a trip mode and a trip purpose. The current related research is mainly based on the speed characteristics and the moving direction characteristics under static state, and is judged by combining with the road network. And identifying parking from the angle of density clustering according to the track point clustering characteristics, the prior art mainly focuses on the DBSCAN method.
The DBSCAN sets two parameters of an Eps neighborhood and a minimum point number MinPts, and the two parameters are continuously expanded and connected outwards to form a point cluster by taking the density as a classification mode on the basis of core points. However, the time sequence of the points is not considered, the clusters of the points with close spatial distance and far time interval are easily and wrongly merged into a class, and the parking cannot be accurately identified under the conditions of coincident paths, short-time travel and the like. Specifically, when the algorithm is used for processing the smartphone GPS mobile data, the following disadvantages are specifically included: when a large number of trace points are processed in the same day, the occupied distance matrix memory is large, so that the program cannot respond or the operation speed is low; the sensitivity of the parameter Eps and MinPts is high, and the generalization capability is poor; the travel times are multiple, the path overlapping degree is high, the identification is not easy, and particularly, a large number of track points are gathered on a part of road sections or intersections with overlapped tracks, so that the parking is judged by mistake.
The method for identifying the origin-destination of the travel of the patent application No. 201611195129.3 based on the space-time clustering analysis algorithm has the core idea that the space distance in DBSCAN is expanded to be the space-time distance, control parameters delta T, Eps and MinPts are set, and the core point is searched from the unmarked point to the periphery, so that an initial cluster is obtained; and merging clusters through a threshold value of 600 seconds or 500m to obtain a travel origin-destination. But for the case of complex trip or poor signal quality, the merging threshold is not necessarily adapted; the merging sequence has randomness and influences the recognition result; the short-time stopping pseudo-parking without eliminating the false recognition results in higher traveling times.
Therefore, the clustering method considering the space-time dimension is explored, the method is suitable for complex travel or data, parking in travel tracks is efficiently and accurately identified, and the method has important significance for urban traffic data mining, travel mode identification and the like.
Disclosure of Invention
In order to solve the technical problems, the invention aims to provide a density clustering method considering a time sequence, which is used for processing individual trip GPS data acquired by a smart phone and providing a parking identification operation interface and result visualization for a user.
And a visual interface display.
The invention is realized by the following technical scheme:
1. a parking identification method based on spatio-temporal clustering comprises the following steps:
s1, collecting GPS track data of individual activities based on the smart phone, extracting space-time information from the GPS track data, and obtaining a time sequence data set;
s2, identifying the parking in the GPS track of the individual trip by adopting clustering algorithm processing to the time sequence data set, and outputting a parking identification result;
s3, evaluating the parking recognition result;
and S4, displaying the parking recognition user interface in a visual mode.
Further, in step S1, the GPS track data are collected at the same sampling frequency; the spatiotemporal information comprises time, longitude and latitude information; the time-series data set is a data set D ═ P { P } obtained by converting the longitude and latitude into plane coordinate values i1, 2, …, M, where M is the number of trace points, D is the data set of M trace points, and subset PiFor data sets of the ith trace point, Pi=(ti,xi,yi) Wherein, ti,xi,yiThe time, the abscissa value and the ordinate value of the ith track point are respectively.
Further, in step S2, the clustering algorithm process further includes the following steps:
s21, setting clustering algorithm parameters including a search length k, a time adjacent threshold I, a space adjacent threshold Eps, a core point minimum discrimination number MinPts and a parking minimum duration DU;
s22, initializing labels, wherein all track points in the data set D are initially marked as Label ═ infinity, and the initial number of parking is ClustID ═ 1;
s23, searching core points, and aiming at each track point P in the data set DiDetermining said trace point PiK points which are most adjacent in time are respectively calculated, and each point in the k points and the track point P are respectively calculatediIf the spatial distance is less than the number of points N of the spatially adjacent threshold EpsepsIf the minimum number MinPts is judged to be larger than the core point, the point P is judgediMarking as a core point, changing the Label Label-1, and otherwise keeping the Label Label-infinity;
s24, stopMerging the temporally successive core points into a set of core points { Cj}; searching core point set C with maximum core point set density DSmCalculating the core point set CmWith neighboring point set { Cm-1,Cm+1The space-time distance of }; if the adjacent parking time interval LTA distance L from the adjacent parking spaceDBoth are within the threshold range, then the two point sets are merged, otherwise the point set C is usedmMarking the core point set as parking, updating the Label Label (ClustID) and the cluster number (ClustID + 1), and searching the next core point set with the maximum density until all the core point sets complete labeling;
s25, row check, and merging points at the Label ∞ in the data set D into a row set { TR) if they are temporally continuousn}; if the time interval of the adjacent trips is smaller than the minimum parking duration DU, merging the trips, and updating the Label of the pseudo-parking inner point to be 0;
s26, outputting a recognition result, merging the points which are continuous in time, adjacent and have the same mark number into the same class, wherein the parking mark number is larger than 0, and the travel mark number is equal to 0; and calculating the starting and stopping moments of parking and traveling, calculating the position coordinates of the parking center, and outputting the identification result.
Further, in step S21, the search length k refers to any trace point PiK points P which are temporally closest to each otherSi,...,PTiIn which P isSiAs a starting point, PTiAs an end point, the starting point and the end point are marked with the following symbols (S, T):
Figure BDA0001527959410000031
the temporal proximity, refers to a certain parking AjTime-adjacent parking { A }j-1,Aj+1If an adjacent parking time interval L between a next parking start time and a previous parking end time is metTLess than the temporally adjacent threshold I;
the spatial proximity, meaning to a certain parking AjTime-adjacent parking { A }j-1,Aj+1If the adjacent parking space distance L between the next parking center position and the previous parking center position is satisfiedDLess than the spatially neighboring threshold value Eps.
Further, the adjacent parking time interval LTExpressed as:
Figure BDA0001527959410000041
wherein, TjsIs the start time of the jth parking, Tj,EIs the end time of the jth parking;
the adjacent parking space distance LDExpressed as:
Figure BDA0001527959410000042
wherein, Xj,YjIs the position coordinate of the j-th parking center.
Further, in step S24, the method further includes the following steps:
s241, merging the core points which are subject to Label-1 and are continuous in time into a core point set CjCalculating each of the core point sets CjAt a starting time TjSEnd time TjECenter position coordinate (X)j,Yj) Wherein X isj,YjRespectively as the core point set CjAverage value of horizontal and vertical coordinates of all track points;
s242, defining density DS of core point sets, and setting the maximum space distance d between the number NP of core points in a core point set and each point of the core pointsmaxRatio of (D) to (NP/d)max
The core point set CjMiddle, DSj=NPj/djmax
S243, searching to obtain the core point set C with the maximum core point set density DSmWherein the core point set CmStart of (2)Time TmSEnd time TmECenter position coordinates, (X)m,Ym) Wherein X ism,YmRespectively as the core point set CmAverage value of horizontal and vertical coordinates of all track points;
computing the set of core points CmWith neighboring point set { Cm-1,Cm+1The space-time distance of }; if the point set Cm-1And the core point set CmSaid adjacent parking time interval LT=Tjs-Tj-1,E< I and the adjacent parking space distance
Figure BDA0001527959410000043
Then merge point set Cm-1,CmAnd change CmAt a starting time TmS=Tm,S-1(ii) a If Cm+1Satisfying the adjacent parking time interval LT=Tj+1,s-Tj,E< I and the adjacent parking space distance
Figure BDA0001527959410000051
Then merge point set Cm,Cm+1And change CmEnd time T ofmE=Tm,E+1(ii) a If { Cm-1,Cm+1All the results satisfy the merging condition, then determine CmIn order to park, and update the Label Label as ClustID;
step S244: and updating the cluster number of ClustID +1, searching the next core point set with the maximum density and Label of-1, and repeating the step S243 until all the core point sets complete the labeling.
Further, the step S25 further includes the following steps:
s251, forming a trip set { TR for points of the data set D having Label ∞ and continuous timenCalculating the starting time T of the tripnSAnd an end time TnE
S252 for the trip TRnCalculating and next time interval trip TRn+1Time interval L ofT=Tn+1,S-Tn,EIf L isT<DU,Description of TRnAnd TRn+1The duration of the parking between the two does not meet the requirement of the minimum duration, and the travel { TR is combinedn,TRn+1And change the termination time TnE=Tn,E+1
S253: the merged travel labels and the pseudo-parking labels in between are changed to Label 0, and the step S252 is repeated until all the travel tests are finished.
Further, in step S3, the parking recognition result evaluation index includes,
(1) travel time consistency TripNumFit
If predicted number of trips NPTWith the true number of trips NTTEqual, then 1, otherwise 0;
Figure BDA0001527959410000052
(2) travel start-stop time difference TimeDiff
Predicted starting time t of all tripspsAnd end time tpeRespectively with the start time t of the log recordtsAnd end time tteAverage difference of (d);
Figure BDA0001527959410000053
(3) dwell duration difference DUDiff
Predicted duration DU of all parkingpkDuration of parking DU with loggingtkAverage difference of (d);
Figure BDA0001527959410000061
(4) active position deviation distance DistP
Predicted center position P for all parkingpcAnd the true position PtcAverage deviation distance of (d);
Figure BDA0001527959410000062
wherein N isTAThe number of stops.
Furthermore, a parking recognition user interface is displayed visually, the clustering algorithm parameters are input into the interface facing the user, and a parking recognition graph, the stop-start position and stop position stay time of the parking in the GPS data and the evaluation index of the parking recognition result are displayed.
Furthermore, the sampling frequency of the GPS track data is 1 Hz.
And the minimum parking duration DU is used for judging whether the identified cluster is parked or not, and the threshold value is defaulted to 120 s.
The method identifies a core point, searches k points which are nearest on a time axis of the core point from a first point of a track, and judges that the point is the core point when the number of points in the range of Eps reaches MinPts, wherein the number of the points mainly depends on k and Eps.
The invention is combined by calculating the difference between the previous parking ending time and the next parking starting time and the distance between the previous parking center position and the next parking center position, and combining if the difference is less than the parameters I and Eps respectively.
According to the false parking filtering method, due to the fact that accidental parking possibly exists in the track, such as red light at signalized intersections, traffic jam at rush hour road sections, bus waiting at bus stations and the like, the false parking filtering method can obtain a more accurate identification result by setting the minimum parking time length to filter the false parking filtering.
Compared with the prior art, the invention has the following beneficial effects:
the invention makes up the defect of processing time sequence data by DBSCAN, can accurately identify the conditions of a coincident path, short trip and the like by setting the threshold values of time proximity and space proximity, and has better generalization capability.
The method comprises the steps of searching k nearby points to judge core points, and generating an initial cluster from the perspective of space-time aggregation; defining the density of clusters to reflect the space aggregation degree and determining the merging order of the clusters, thereby avoiding randomness and reducing merging errors; the method is suitable for the conditions of complex travel or poor signal quality by setting a merging threshold; and meanwhile, considering the minimum parking time length, and filtering the false parking.
The invention can quickly and accurately identify the parking in the individual trip GPS track, lays a foundation for further identifying trip modes and trip purposes, and provides technical support for long-term, large-scale and passive urban resident trip investigation.
Drawings
FIG. 1 is a flow chart of a spatio-temporal clustering-based parking identification method of the present invention.
Fig. 2 is a schematic diagram of an effect track I recognition result of the parking recognition example of the present invention, where a thick solid line indicates parking and a thin solid line indicates travel.
Fig. 3 is a schematic diagram of an effect track II recognition result of the parking recognition example of the present invention, where a thick solid line indicates parking and a thin solid line indicates travel.
FIG. 4 is a graphical illustration of a docking recognition visualization in accordance with the present invention.
Detailed Description
The following describes embodiments of the present invention in detail, and the embodiments are developed based on the technical solutions of the present invention, and provide detailed implementation manners and specific operation procedures.
The implementation case is as follows:
selecting two full-day travel GPS tracks collected by a smart phone, wherein the track I is characterized by long parking time and divergent points in space, and the recording time is 6:37: 02-20: 06:53, which comprises 3 times of parking and 2 times of traveling; the track II is characterized by more travel times, high path overlapping degree and recording time of 7:04: 13-18: 44:05, wherein 6 times of parking and 5 times of travel are included.
Setting parameters: the search length k is 61, the temporal proximity threshold I is 30s, the spatial proximity threshold Eps is 30m, the core point minimum number MinPts is 30, and the parking minimum duration DU is 120 s.
Table 1 trip log
Figure BDA0001527959410000071
Figure BDA0001527959410000081
And (3) processing and identifying the parking in the track I and the track II according to the travel log GPS track data in the table 1 and the parking identification method flow chart based on the space-time clustering shown in the figure 1, and outputting a parking identification result.
The track I recognition result is shown in fig. 2, the thick solid line is parking, and the thin solid line is travel.
The recognition result of the trajectory II is shown in FIG. 3, wherein the thick solid line is parking and the thin solid line is traveling.
And evaluating the parking recognition results of the track I and the track II according to the evaluation indexes, as shown in the table 2 for the parking recognition evaluation.
TABLE 2 parking identification evaluation
Figure BDA0001527959410000082
The parking identification can be visually displayed, for example, as shown in fig. 4, clustering algorithm parameters are input into a display interface, and a parking identification map, the stop-start position dwell time of the parking in the GPS data and the evaluation index of the parking identification result are displayed.
The above embodiments are preferred embodiments of the present application, and those skilled in the art can make various changes or modifications without departing from the general concept of the present application, and such changes or modifications should fall within the scope of the claims of the present application.

Claims (8)

1. A parking identification method based on spatio-temporal clustering is characterized by comprising the following steps:
s1, collecting GPS track data of individual activities based on the smart phone, extracting space-time information from the GPS track data, and obtaining a time sequence data set;
the GPS track data are collected at the same sampling frequency; the spatiotemporal information comprises time, longitude and latitude information; the time-series data set is a data set D ═ P { P } obtained by converting the longitude and latitude into plane coordinate valuesi1, 2, …, M, where M is the number of trace points, D is the data set of M trace points, and subset PiFor data sets of the ith trace point, Pi=(ti,xi,yi) Wherein, ti,xi,yiRespectively time, an abscissa value and an ordinate value of the ith track point;
s2, identifying the parking in the GPS track of the individual trip by adopting clustering algorithm processing to the time sequence data set, and outputting a parking identification result, wherein the clustering algorithm processing further comprises the following steps:
s21, setting clustering algorithm parameters including a search length k, a time adjacent threshold I, a space adjacent threshold Eps, a core point minimum discrimination number MinPts and a parking minimum duration DU;
s22, initializing labels, wherein all track points in the data set D are initially marked as Label ═ infinity, and the initial number of parking is ClustID ═ 1;
s23, searching core points, and aiming at each track point P in the data set DiDetermining said trace point PiK points which are most adjacent in time are respectively calculated, and each point in the k points and the track point P are respectively calculatediIf the spatial distance is less than the number of points N of the spatially adjacent threshold EpsepsIf the minimum number MinPts is judged to be larger than the core point, the point P is judgediMarking as a core point, changing the Label Label-1, and otherwise keeping the Label Label-infinity;
s24, merging the core points which are continuous in time into a core point set { Cj}; searching core point set C with maximum core point set density DSmCalculating the core point set CmWith neighboring point set { Cm-1,Cm+1The space-time distance of }; if adjacent parking time interval LTA distance L from the adjacent parking spaceDBoth are within the threshold range, then the two point sets are merged, otherwise the point set C is usedmMarking as parking, updating the Label Label ClustID and the cluster number ClustID +1, and searching the next core point set with the maximum density until all the core point sets are finishedForming a label;
s25, row check, and merging points at the Label ∞ in the data set D into a row set { TR) if they are temporally continuousn}; if the time interval of the adjacent trips is smaller than the minimum parking duration DU, merging the trips, and updating the Label of the pseudo-parking inner point to be 0;
s26, outputting a recognition result, and merging the points which are continuous and adjacent in time and have the same mark number into the same class, wherein the parking mark number is not 0 and not infinity, and the trip mark number is equal to 0 or infinity; calculating the starting and stopping moments of parking and traveling, calculating the position coordinates of a parking center, and outputting an identification result;
s3, evaluating the parking recognition result;
and S4, displaying the parking recognition user interface in a visual mode.
2. The spatio-temporal clustering-based parking identification method according to claim 1, wherein in step S21, the search length k refers to any locus point PiK points P which are temporally closest to each otherSi,...,PTiIn which P isSiAs a starting point, PTiAs an end point, the starting point and the end point are marked with the following symbols (S, T):
Figure FDA0002973460840000021
the temporal proximity, refers to a certain parking AjTime-adjacent parking { A }j-1,Aj+1If an adjacent parking time interval L between a next parking start time and a previous parking end time is metTLess than the temporally adjacent threshold I;
the spatial proximity, meaning to a certain parking AjTime-adjacent parking { A }j-1,Aj+1If the adjacent parking space distance L between the next parking center position and the previous parking center position is satisfiedDLess than the spatially neighboring threshold value Eps.
3. The spatio-temporal clustering-based parking identification method according to claim 2, wherein the adjacent parking time intervals L areTExpressed as:
Figure FDA0002973460840000031
wherein, TjsIs the start time of the jth parking, Tj,EIs the end time of the jth parking;
the adjacent parking space distance LDExpressed as:
Figure FDA0002973460840000032
wherein, Xj,YjIs the position coordinate of the j-th parking center.
4. The spatio-temporal clustering-based parking identification method according to claim 1, wherein in step S24, the method further comprises the following steps:
s241, merging the core points which are subject to Label-1 and are continuous in time into a core point set CjCalculating each of the core point sets CjAt a starting time TjSEnd time TjECenter position coordinate (X)j,Yj) Wherein X isj,YjRespectively as the core point set CjAverage value of horizontal and vertical coordinates of all track points;
s242, defining density DS of core point sets, and setting the maximum space distance d between the number NP of core points in a core point set and each point of the core pointsmaxRatio of (D) to (NP/d)max
The core point set CjMiddle, DSj=NPj/djmax
S243, searching to obtain the core point set C with the maximum core point set density DSmWherein the corePoint set CmAt a starting time TmSEnd time TmECenter position coordinates, (X)m,Ym) Wherein X ism,YmRespectively as the core point set CmAverage value of horizontal and vertical coordinates of all track points;
computing the set of core points CmWith neighboring point set { Cm-1,Cm+1The space-time distance of }; if the point set Cm-1And the core point set CmSaid adjacent parking time interval LT=Tms-Tm-1,E< I and the adjacent parking space distance
Figure FDA0002973460840000033
Then merge point set Cm-1,CmAnd change CmAt a starting time TmS=Tm,S-1(ii) a If Cm+1Satisfying the adjacent parking time interval LT=Tm+1,s-Tm,E< I and the adjacent parking space distance
Figure FDA0002973460840000041
Then merge point set Cm,Cm+1And change CmEnd time T ofmE=Tm,E+1(ii) a If { Cm-1,Cm+1All the results satisfy the merging condition, then determine CmIn order to park, and update the Label Label as ClustID;
step S244: and updating the cluster number of ClustID +1, searching the next core point set with the maximum density and Label of-1, and repeating the step S243 until all the core point sets complete the labeling.
5. The spatio-temporal clustering-based parking identification method according to claim 1, wherein said step S25 further comprises the steps of:
s251, forming a trip set { TR for points of the data set D having Label ∞ and continuous timenCalculating the starting time T of the tripnSAnd an end time TnE
S252 for the trip TRnCalculating and next time interval trip TRn+1Time interval L ofT=Tn+1,S-Tn,EIf L isT< DU, indicating TRnAnd TRn+1The duration of the parking between the two does not meet the requirement of the minimum duration, and the travel { TR is combinedn,TRn+1And change the termination time TnE=Tn,E+1
S253: the merged travel labels and the pseudo-parking labels in between are changed to Label 0, and the step S252 is repeated until all the travel tests are finished.
6. The spatio-temporal clustering-based parking recognition method according to claim 1, wherein in step S3, the evaluation index of the parking recognition result comprises,
(1) travel time consistency TripNumFit
If predicted number of trips NPTWith the true number of trips NTTEqual, then 1, otherwise 0;
Figure FDA0002973460840000042
(2) travel start-stop time difference TimeDiff
Predicted starting time t of all tripspsAnd end time tpeRespectively with the start time t of the log recordtsAnd end time tteAverage difference of (d);
Figure FDA0002973460840000051
(3) dwell duration difference DUDiff
Predicted duration DU of all parkingpkDuration of parking DU with loggingtkAverage difference of (d);
Figure FDA0002973460840000052
(4) active position deviation distance DistP
Predicted center position P for all parkingpcAnd the true position PtcAverage deviation distance of (d);
Figure FDA0002973460840000053
wherein N isTAThe number of stops.
7. The spatio-temporal clustering-based parking recognition method according to claim 6, wherein the parking recognition user interface is visually displayed, the clustering algorithm parameters are input in the user-oriented interface, and a parking recognition map and the start-stop position dwell time and the parking recognition result evaluation index of the parking recognition in the GPS data are displayed.
8. The spatio-temporal clustering-based parking identification method according to claim 1, wherein the sampling frequency of the GPS trajectory data is 1 Hz.
CN201711448160.2A 2017-12-27 2017-12-27 Parking identification method based on space-time clustering Expired - Fee Related CN108256560B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201711448160.2A CN108256560B (en) 2017-12-27 2017-12-27 Parking identification method based on space-time clustering

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201711448160.2A CN108256560B (en) 2017-12-27 2017-12-27 Parking identification method based on space-time clustering

Publications (2)

Publication Number Publication Date
CN108256560A CN108256560A (en) 2018-07-06
CN108256560B true CN108256560B (en) 2021-05-04

Family

ID=62724228

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201711448160.2A Expired - Fee Related CN108256560B (en) 2017-12-27 2017-12-27 Parking identification method based on space-time clustering

Country Status (1)

Country Link
CN (1) CN108256560B (en)

Families Citing this family (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108763553B (en) * 2018-06-01 2021-07-20 云南大学 Density-based dwell point identification method
CN109711447A (en) * 2018-12-19 2019-05-03 武大吉奥信息技术有限公司 A kind of special population event early warning and monitoring method and device
CN109684384B (en) * 2018-12-29 2023-03-28 太原科技大学 Trajectory data space-time density analysis system and analysis method thereof
CN109948701B (en) * 2019-03-19 2022-08-16 太原科技大学 Data clustering method based on space-time correlation among tracks
CN111159582B (en) * 2019-12-20 2023-10-31 北京邮电大学 Method and device for processing track data of moving object
CN111198929B (en) * 2020-01-06 2023-03-28 中山大学 Automatic processing method and system for fusing GPS track and activity log data
CN112085268B (en) * 2020-08-31 2024-03-05 北京百度网讯科技有限公司 Method, device, equipment and readable storage medium for measuring and calculating resident trip information
CN115964545B (en) * 2023-03-16 2023-05-30 四川国蓝中天环境科技集团有限公司 Method for deducing pollution point location based on slag transport vehicle track point

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2011128921A1 (en) * 2010-04-15 2011-10-20 Neptuny S.R.L. Automated service time estimation method for it system resources
CN106384120A (en) * 2016-08-29 2017-02-08 深圳先进技术研究院 Mobile phone positioning data based resident activity pattern mining method and device
CN106600960A (en) * 2016-12-22 2017-04-26 西南交通大学 Traffic travel origin and destination identification method based on space-time clustering analysis algorithm
CN106971546A (en) * 2017-05-18 2017-07-21 重庆大学 Section bus permeability method of estimation based on bus GPS data
CN107305590A (en) * 2017-06-14 2017-10-31 北京市交通信息中心 A kind of urban transportation trip characteristicses based on mobile phone signaling data determine method

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2011128921A1 (en) * 2010-04-15 2011-10-20 Neptuny S.R.L. Automated service time estimation method for it system resources
CN106384120A (en) * 2016-08-29 2017-02-08 深圳先进技术研究院 Mobile phone positioning data based resident activity pattern mining method and device
CN106600960A (en) * 2016-12-22 2017-04-26 西南交通大学 Traffic travel origin and destination identification method based on space-time clustering analysis algorithm
CN106971546A (en) * 2017-05-18 2017-07-21 重庆大学 Section bus permeability method of estimation based on bus GPS data
CN107305590A (en) * 2017-06-14 2017-10-31 北京市交通信息中心 A kind of urban transportation trip characteristicses based on mobile phone signaling data determine method

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
A clustering-based approach for discovering interesting places in trajectories;Palma 等;《Acm Symposium on Applied Computing》;20081231;全文 *
ST-DBSCAN: An algorithm for clustering spatial–temporal data;Derya Birant 等;《Data & Knowledge Engineering 》;20060313;全文 *
基于改进DBSCAN的移动用户兴趣点提取方法;王忠民 等;《西安邮电大学学报》;20151130;全文 *

Also Published As

Publication number Publication date
CN108256560A (en) 2018-07-06

Similar Documents

Publication Publication Date Title
CN108256560B (en) Parking identification method based on space-time clustering
Huang et al. Transport mode detection based on mobile phone network data: A systematic review
Zhan et al. Citywide traffic volume estimation using trajectory data
CN102843547B (en) Intelligent tracking method and system for suspected target
Fang et al. FTPG: A fine-grained traffic prediction method with graph attention network using big trace data
CN102638675B (en) Method and system for target tracking by using multi-view videos
CN110738856B (en) Mobile clustering-based urban traffic jam fine identification method
Bacon et al. Using real-time road traffic data to evaluate congestion
CN109684384B (en) Trajectory data space-time density analysis system and analysis method thereof
CN104657424A (en) Clustering method for interest point tracks under multiple temporal and spatial characteristic fusion
CN109766777A (en) Detection method, device, storage medium and the electronic equipment of abnormal track
CN103500504A (en) Urban road traffic parameter estimation and road situation discrimination method based on RFID (Radio Frequency Identification) data and application system
Carli et al. Automated evaluation of urban traffic congestion using bus as a probe
Cesario et al. An approach for the discovery and validation of urban mobility patterns
CN107146414B (en) Road network traffic capacity extraction method based on vehicle identification
JP6235266B2 (en) Transportation system
Shi et al. Detecting spatiotemporal extents of traffic congestion: A density-based moving object clustering approach
CN113361825A (en) Early warning method and system for trampling accident
CN112652172A (en) Road section traffic volume analysis method based on vehicle GPS track
Gu et al. Short-term trajectory prediction for individual metro passengers integrating diverse mobility patterns with adaptive location-awareness
Jiang et al. A framework of travel mode identification fusing deep learning and map-matching algorithm
Kumar et al. Open-air Off-street Vehicle Parking Management System Using Deep Neural Networks: A Case Study
CN109446437B (en) Information mining method, device, server and storage medium
WO2022193665A1 (en) Detour path determination method and apparatus, and storage medium
Yu et al. High-frequency trajectory map matching algorithm based on road network topology

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
CF01 Termination of patent right due to non-payment of annual fee
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20210504

Termination date: 20211227