Nothing Special   »   [go: up one dir, main page]

CN105788334A - Urban path finding method taking personal preferences of drivers into consideration - Google Patents

Urban path finding method taking personal preferences of drivers into consideration Download PDF

Info

Publication number
CN105788334A
CN105788334A CN201610202186.8A CN201610202186A CN105788334A CN 105788334 A CN105788334 A CN 105788334A CN 201610202186 A CN201610202186 A CN 201610202186A CN 105788334 A CN105788334 A CN 105788334A
Authority
CN
China
Prior art keywords
path
driver
probability
weight coefficient
road
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201610202186.8A
Other languages
Chinese (zh)
Inventor
李大韦
杨炅宇
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Southeast University
Original Assignee
Southeast 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 Southeast University filed Critical Southeast University
Priority to CN201610202186.8A priority Critical patent/CN105788334A/en
Publication of CN105788334A publication Critical patent/CN105788334A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G08SIGNALLING
    • G08GTRAFFIC CONTROL SYSTEMS
    • G08G1/00Traffic control systems for road vehicles
    • G08G1/09Arrangements for giving variable traffic instructions
    • G08G1/0962Arrangements for giving variable traffic instructions having an indicator mounted inside the vehicle, e.g. giving voice messages
    • G08G1/0968Systems involving transmission of navigation instructions to the vehicle
    • G08G1/096833Systems involving transmission of navigation instructions to the vehicle where different aspects are considered when computing the route
    • G08G1/096838Systems involving transmission of navigation instructions to the vehicle where different aspects are considered when computing the route where the user preferences are taken into account or the user selects one route out of a plurality

Landscapes

  • Physics & Mathematics (AREA)
  • Mathematical Physics (AREA)
  • Engineering & Computer Science (AREA)
  • Radar, Positioning & Navigation (AREA)
  • Remote Sensing (AREA)
  • General Physics & Mathematics (AREA)
  • Navigation (AREA)
  • Traffic Control Systems (AREA)

Abstract

The invention provides an urban path finding method taking personal preferences of drivers into consideration. The method comprises the following steps: collecting driving GPS data of a driver and map attribute data to get a specific path chosen by the driver in previous travels and the information of the path including the road grade, length and the number of passing intersections; defining a road section generalized cost containing a parameter Beta and a multinomial Logit model to get the probability that the driver chooses the path, and estimating the personal preference parameter Beta through maximum likelihood estimation; and finding a path in conformity with the driver's preference and with the lowest generalized cost by use of a Dijkstra shortest path algorithm according to the calibrated generalized road section cost. The method has the advantage that the usual theoretical experience value is not taken for the measured impedance of a road section, and a shortest path is offered to a driver on the premise of considering the personal preference of the driver according to historical driving paths and on the basis of redefining the road section generalized cost.

Description

Urban route searching method considering personal preference of driver
Technical Field
The invention relates to a method for searching a shortest path, in particular to a personalized urban path searching method considering personal preference of a driver.
Background
The rapid development and wide application of information science and technology drive the demand of the whole society for space information, and a geographic information system (GIS for short) is a technical system which is supported by computer hardware and software, takes a space database as a basis, applies the theories of system engineering and information science to scientifically manage and comprehensively analyze space data and provide information for planning, deciding, managing and researching.
Network analysis is one of the most important functions of the GIS, plays an important role in electronic navigation, traffic tourism and city planning, and the most basic and most critical problem in network analysis is the shortest path problem. The method is used as a basis for selecting the optimal problem in many fields and plays an important role in a traffic network analysis system. From the perspective of a network model, the shortest path analysis is to find a path with the minimum blocking strength between two nodes in a given network. The shortest path problem is always a research hotspot of subjects such as traffic engineering, geographic informatics and the like, and a new shortest path algorithm is continuously emerged and has various characteristics due to effective combination of classical graph theory and continuously developed and perfected computer data structures and algorithms. The shortest path analysis is commonly used in car navigation systems and various urban emergency systems, for example, during driving, a driving route in front of a vehicle is calculated in real time.
Disclosure of Invention
The technical problem is as follows: the invention provides an urban route searching method which can accord with personal preference and personalized route searching and considers personal preference of a driver.
The technical scheme is as follows: the invention discloses a city path searching method considering personal preference of a driver, which comprises the following steps:
1) acquiring travel history data of a driver, wherein the history data are specific paths selected by the driver in previous travel, road grades and lengths of the paths and the number of intersections passed by the driver;
2) the generalized cost V of the road section is calculated as follows and taken as the measured impedance:
c k r s = V = β 1 l 1 a + β 2 l 2 b + β 3 l 3 c + β 4 * 1
where k is a selected path, r is a starting point, s is an end point,the measured impedance of a path k between a starting point r and an end point s; v is the generalized cost of the road section; a is whether the highway is available: 1 is taken on the expressway, and 0 is not taken on the expressway; b is whether the main road is: 1 is taken from the main road, and 0 is not taken from the main road; c is whether a branch is present: 1 is taken as the branch, and 0 is not taken as the branch; l1Is the length of the highway section l2Is the length l of trunk road segment3Length of branch road section β1Weighting factor for highway section, β2Weighting factor for trunk road segment, β3Weighting factor for the leg segment, β4Is an intersection weight coefficient, wherein β41 is the influence of the number of the sections, namely the number of the intersections on the cost;
the β1、β2、β3、β4All are obtained as follows: solving the probability of selecting the path k based on a plurality of Logit models; based on historical data, respectively estimating a highway section weight coefficient, a main road section weight coefficient, a branch road section weight coefficient and an intersection weight coefficient by using a maximum likelihood estimation method;
3) and finding the path with the shortest generalized cost according with the preference of the driver by utilizing a Dijkstra shortest path algorithm.
Further, in the method of the present invention, in the step 2), the probability of selecting the path k is obtained as follows:
firstly, based on a logit model, the probability of selecting a path k between a starting point r and an end point s is solved according to the following formula
p k r s = exp ( - θc k r s / c ‾ ) Σ l ∈ R r s exp ( - θc l r s / c ‾ )
Wherein,as measured impedance of path k between origin r and destination s,is the average of all path impedances, theta is the switching parameter, RrsIs the set of all paths between the starting point s and the destination point r, and l is a certain path in the path set;
the probability of selecting path k is then calculated according to:
p k r s ( β ) = exp [ - θc k r s ( β ) / c ‾ ( β ) ] Σ l ∈ R r s exp [ - θc l r s ( β ) / c ‾ ( β ) ]
wherein β represents β1、β2、β3Or β4
Further, in the method of the present invention, the highway section weight coefficient, the trunk section weight coefficient, the branch section weight coefficient, and the intersection weight coefficient are estimated in step 2) as follows:
the probability P (beta) of the path selection between the starting point r and the destination point s obtained from the historical data is:
P(β)=n1logp1(β)+n2logp2(β)+...+nnlogpn(β)
wherein β represents β1、β2、β3Or β4,n1Number of times path 1 is selected, p1(β) probability, n, that Path 1 was selected2Number of times path 2 is selected, p2(β) probability, n, that Path 2 was selectednNumber of times path n is selected, pn(β) is path n quiltA probability of selection;
the estimate β is then estimated from the following set of log-likelihood equations1、β2、β3、β4
∂ P ( β ) ∂ β 1 = 0
∂ P ( β ) ∂ β 2 = 0
∂ P ( β ) ∂ β 3 = 0
∂ P ( β ) ∂ β 4 = 0
Further, in the method of the present invention, the Dijkstra shortest path algorithm in step 3) includes the following steps:
step 0: and (5) initializing.
Step 1: the test is terminated.
Step 2: the T label is modified.
Step 3: the P index is determined.
Has the advantages that: compared with the prior art, the invention has the following advantages:
in the previous research, a road impedance function, namely a BPR function, is generally used for calibrating the generalized cost of a road, perhaps the road section is theoretically the shortest path, but in combination with the actual situation of a driver, an individual may have special requirements, and usually a path which is not the theoretical shortest path but is preferred by the individual is selected; the invention defines the generalized cost of the road section (the parameter beta in the cost is obtained by the method mentioned in the text, and the method considers the actual personal preference of the driver rather than the hypothesis of the existing theory), so that the provided shortest path is more humanized and personalized.
The method calibrates the generalized road section cost by collecting the driving GPS data and the map attribute data of the driver, estimates the generalized cost considering personal parameters by utilizing maximum likelihood estimation in combination with a plurality of Logit models, and obtains the shortest path by utilizing the Dijkstra shortest path algorithm on the basis of the generalized cost, so as to find the path which is in line with the preference of the driver and has the shortest generalized cost. The method has the advantages that the measured impedance of the road section is not taken as a common theoretical empirical value, and the shortest path is provided for the driver on the basis of redefining the generalized cost of the road section by considering the personal preference of the driver according to the historical driving path.
Drawings
FIG. 1 is a flow chart of the method of the present invention.
FIG. 2 is an exemplary graph with k between origin-destination points1,k2......knA strip path.
Detailed Description
The invention is further described with reference to the following examples and the accompanying drawings.
The invention provides a personalized city route searching method considering personal preference of a driver, which is realized by the following steps:
1) and obtaining the probability of selecting the path k by the Logit path selection model.
In the random flow assignment problem, each alternative path between the origin-destination points r and s is defined to have a satisfactory degree as utility, a traveler always selects the path with the maximum subjective judgment utility, and the utility value of the kth path can be represented as:
U k = - c k r s = - θc k r s + ϵ k r s - - - ( 1 )
in the formula of UkThe utility of selecting a path k for origin-destination;is the measured impedance of the path; θ is a positive conversion parameter that converts a measured impedance to utility;representing random error terms made up of factors not observable by the path.
The Logit model is established on the basis of random error items, mutual independence and Gumbel distribution obeying, and the probability of solving and selecting the path k based on the Logit model is as follows:
p k r s = exp ( - θc k r s / c ‾ ) Σ l ∈ R r s exp ( - θc l r s / c ‾ ) - - - ( 2 )
in the formula,is the measured impedance of the path k,the transformation parameter theta is an average value of all path impedances and is dimensionless and only related to the number of the alternative paths, and the variation range of theta is quite stable through experiments, and is generally equal to 3.3
2) In the present invention, the measured impedance in the formula (2)Defined as the generalized cost V of the road segment:
c k r s = V = β 1 l 1 a + β 2 l 2 b + β 3 l 3 c + β 4 * 1 - - - ( 3 )
then the measured impedanceThe parameter is a linear function of β.
In the formula, a is whether the highway is an expressway (the highway takes 1, and the highway does not take 0);
b is whether the main road is the main road (the main road is 1, and the main road is not 0);
c is whether the branch is taken (1 is taken for the branch, and 0 is not taken for the branch);
l1、l2、l3respectively corresponding road section lengths;
β4and 1 is the influence of the number of the sections, namely the number of the intersections, on the cost.
3) Substituting the redefined measured impedance, namely equation (3), into the Logit model equation (2) to select the probability of the path kIs a function of the unknown parameter β.
p k r s ( β ) = exp [ - θc k r s ( β ) / c ‾ ( β ) ] Σ l ∈ R r s exp [ - θc l r s ( β ) / c ‾ ( β ) ] - - - ( 4 )
4) Assume that the driver has historically selected a preferred path of k1Then the probability of the driver selecting his selected route, i.e. selecting route k, is known from equation (4)1The probability of (c) is:
p k 1 r s ( β ) = exp [ - θc k 1 r s ( β ) / c ‾ ( β ) ] Σ l ∈ R r s exp [ - θc k 1 r s ( β ) / c ‾ ( β ) ] - - - ( 5 )
5) assume that the collected driving history data is 100 persons, where n1Individual selection path k1,n2Individual selection path k2.....nnIndividual selection path knWherein k is1,k2...knIs the set of all paths; the driver selects the route k1Probability of (2)Is p (k)1) The driver selects the route k2Has a probability of p (k)2) ... driver selects path knHas a probability of p (k)n)
The probability P (β) that the sample occurs can be expressed as
P(β)=p(k1 n1·k2 n2…kn nn)
Taking the logarithm, then
logp(k1 n1·k2n2…kn nn)=logpn1(k1)+logpn2(k2)+...+logpnn(kn)
P(β)=n1logp1(β)+n2logp2(β)+...+nnlogpn(β)
The log-likelihood equation set is:
∂ P ( β ) ∂ β 1 = 0 - - - ( 6 )
∂ P ( β ) ∂ β 2 = 0 - - - ( 7 )
∂ P ( β ) ∂ β 3 = 0 - - - ( 8 )
∂ P ( β ) ∂ β 4 = 0 - - - ( 9 )
β estimated from the equations (6), (7), (8) and (9)1、β2、β3、β4
6) And (3) according to the generalized cost V of the calibrated road section, namely the formula (3), utilizing the most common shortest path calculation exploration algorithm, namely Dijkstra algorithm.
The Dijkstra (Dijkstra) algorithm was proposed by the netherlands computer scientist dickstra in 1959. Is a typical shortest path algorithm for calculating the shortest path from one vertex to the rest of the vertices, and solves the shortest path problem in the directed graph. The method is mainly characterized in that the expansion is carried out layer by layer towards the outer part by taking the starting point as the center until the end point is reached. The Dijkstra algorithm can obtain the optimal solution of the shortest path.
The specific steps of the Dijkatra algorithm are as follows:
step 0: and (5) initializing. Let i equal 0, s0={vs},P{vs}=0,λ(vs) 0, toLet t (v) ∞, λ (v) ═ M, let index k of current check point equal to s;
step 1: the test is terminated. If siN, the algorithm terminates, at which time c (v)s,v)=P(v),Otherwise, switching to step 2;
step 2: the T label is modified. For each of (v)k,vj) ∈ A andif T (v)j)>P(vk)+tkjThen modify node vjReference numeral of (1), let T (v)j)=P(vk)+tkj,λ(vj) K is; otherwise, turning to Step 3;
step 3: the P index is determined. Order toIf T (v)ji) If + ∞, then vjiThe T-symbol of (b) is designated as P-symbol, i.e., P (v)ji)=T(vji) Simultaneously order Si+1=Si∪{vji},k=jiLet i be i +1 and proceed to Step1, otherwise, the algorithm terminates, this time for each node v ∈ SiHaving c (v)sV) P (v), for eachc(vs,v)=T(v)。
After the method is terminated, the method can be used for tracking from the initial node v in a reverse way through the lambda valuesAnd (4) finding the shortest path to any node v, namely finding the path which is in accordance with the preference of the driver and has the shortest generalized cost.
The above examples are only preferred embodiments of the present invention, it should be noted that: it will be apparent to those skilled in the art that various modifications and equivalents can be made without departing from the spirit of the invention, and it is intended that all such modifications and equivalents fall within the scope of the invention as defined in the claims.

Claims (4)

1. A city route finding method considering personal preference of a driver, comprising the steps of:
1) acquiring travel history data of a driver, wherein the history data are specific paths selected by the driver in previous travel, road grades and lengths of the paths and the number of intersections passed by the driver;
2) the generalized cost V of the road section is calculated as follows and taken as the measured impedance:
where k is a selected path, r is a starting point, s is an end point,the measured impedance of a path k between a starting point r and an end point s; v is the generalized cost of the road section; a is whether the highway is available: 1 is taken on the expressway, and 0 is not taken on the expressway; b is whether the main road is: 1 is taken from the main road, and 0 is not taken from the main road; c is whether a branch is present: 1 is taken as the branch, and 0 is not taken as the branch; l1Is the length of the highway section l2Is the length l of trunk road segment3Length of branch road section β1Weighting factor for highway section, β2Weighting factor for trunk road segment, β3Weighting factor for the leg segment, β4Is an intersection weight coefficient, wherein β41 is the influence of the number of the sections, namely the number of the intersections on the cost;
the β1、β2、β3、β4All are obtained as follows: solving the probability of selecting the path k based on a plurality of Logit models; based on historical data, respectively estimating a highway section weight coefficient, a main road section weight coefficient, a branch road section weight coefficient and an intersection weight coefficient by using a maximum likelihood estimation method;
3) and finding the path with the shortest generalized cost according with the preference of the driver by utilizing a Dijkstra shortest path algorithm.
2. The city path finding method considering personal preference of driver as claimed in claim 1, wherein in the step 2), the probability of selecting the path k is obtained as follows:
firstly, based on a logit model, the probability of selecting a path k between a starting point r and an end point s is solved according to the following formula
Wherein,as measured impedance of path k between origin r and destination s,is the average of all path impedances, theta is the switching parameter, RrsIs the set of all paths between the starting point s and the destination point r, and l is a certain path in the path set;
the probability of selecting path k is then calculated according to:
wherein β represents β1、β2、β3Or β4
3. The urban path finding method considering the personal preference of the driver according to claim 1 or 2, wherein the highway section weight coefficient, the trunk section weight coefficient, the branch section weight coefficient, and the intersection weight coefficient are estimated in step 2) as follows:
the probability P (beta) of the path selection between the starting point r and the destination point s obtained from the historical data is:
P(β)=n1logp1(β)+n2logp2(β)+...+nnlogpn(β)
wherein β represents β1、β2、β3Or β4,n1Number of times path 1 is selected, p1(β) probability, n, that Path 1 was selected2Number of times path 2 is selected, p2(β) probability, n, that Path 2 was selectednNumber of times path n is selected, pn(β) a probability of being selected for path n;
the estimate β is then estimated from the following set of log-likelihood equations1、β2、β3、β4
4. The city path finding method considering personal preference of drivers as claimed in claim 1 or 2, wherein the Dijkstra shortest path algorithm in the step 3) comprises the steps of:
step 0: and (5) initializing.
Step 1: the test is terminated.
Step 2: the T label is modified.
Step 3: the P index is determined.
CN201610202186.8A 2016-04-01 2016-04-01 Urban path finding method taking personal preferences of drivers into consideration Pending CN105788334A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610202186.8A CN105788334A (en) 2016-04-01 2016-04-01 Urban path finding method taking personal preferences of drivers into consideration

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610202186.8A CN105788334A (en) 2016-04-01 2016-04-01 Urban path finding method taking personal preferences of drivers into consideration

Publications (1)

Publication Number Publication Date
CN105788334A true CN105788334A (en) 2016-07-20

Family

ID=56394596

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610202186.8A Pending CN105788334A (en) 2016-04-01 2016-04-01 Urban path finding method taking personal preferences of drivers into consideration

Country Status (1)

Country Link
CN (1) CN105788334A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107421555A (en) * 2017-07-10 2017-12-01 奇瑞汽车股份有限公司 The method and apparatus for determining guidance path
CN108847042A (en) * 2018-08-24 2018-11-20 讯飞智元信息科技有限公司 A kind of traffic information dissemination method and device
CN113380064A (en) * 2021-05-21 2021-09-10 徐州工程学院 Efficient highway passing system and method
CN113781817A (en) * 2021-09-28 2021-12-10 合肥工业大学 Urban road network multisource shortest path obtaining method based on shared computation
CN114358808A (en) * 2021-11-15 2022-04-15 南京理工大学 Public transport OD estimation and distribution method based on multi-source data fusion

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100836378B1 (en) * 2005-06-23 2008-06-09 현대자동차주식회사 Method for searching optimal driving course with considering domestic road environment
CN102288189A (en) * 2010-05-04 2011-12-21 三星电子株式会社 Location information management method and apparatus of mobile terminal
CN103217166A (en) * 2012-01-21 2013-07-24 日电(中国)有限公司 Method and system used for extracting route choice preference of users
WO2014031367A2 (en) * 2012-08-21 2014-02-27 Goodle Inc. Calculating a travel route based on a user's navigational preferences and travel history
CN104006820A (en) * 2014-04-25 2014-08-27 南京邮电大学 Personalized dynamic real time navigation method and navigation system

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100836378B1 (en) * 2005-06-23 2008-06-09 현대자동차주식회사 Method for searching optimal driving course with considering domestic road environment
CN102288189A (en) * 2010-05-04 2011-12-21 三星电子株式会社 Location information management method and apparatus of mobile terminal
CN103217166A (en) * 2012-01-21 2013-07-24 日电(中国)有限公司 Method and system used for extracting route choice preference of users
WO2014031367A2 (en) * 2012-08-21 2014-02-27 Goodle Inc. Calculating a travel route based on a user's navigational preferences and travel history
CN104781634A (en) * 2012-08-21 2015-07-15 谷歌公司 Calculating a travel route based on a user's navigational preferences and travel history
CN104006820A (en) * 2014-04-25 2014-08-27 南京邮电大学 Personalized dynamic real time navigation method and navigation system

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
孙荣: "高速公路多路径标识点选址方法研究", 《中国优秀硕士学位论文全文数据库 工程科技Ⅱ辑》 *
王炜: "多路径交通分配模型的改进及节点分配算法", 《东南大学学报》 *
邓应军 等: "多路径交通量分配计算模型与方法研究", 《技术》 *

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107421555A (en) * 2017-07-10 2017-12-01 奇瑞汽车股份有限公司 The method and apparatus for determining guidance path
CN107421555B (en) * 2017-07-10 2020-01-10 奇瑞汽车股份有限公司 Method and device for determining navigation path
CN108847042A (en) * 2018-08-24 2018-11-20 讯飞智元信息科技有限公司 A kind of traffic information dissemination method and device
CN108847042B (en) * 2018-08-24 2021-04-02 讯飞智元信息科技有限公司 Road condition information publishing method and device
CN113380064A (en) * 2021-05-21 2021-09-10 徐州工程学院 Efficient highway passing system and method
CN113781817A (en) * 2021-09-28 2021-12-10 合肥工业大学 Urban road network multisource shortest path obtaining method based on shared computation
CN113781817B (en) * 2021-09-28 2022-07-05 合肥工业大学 Urban road network multisource shortest path obtaining method based on shared computation
CN114358808A (en) * 2021-11-15 2022-04-15 南京理工大学 Public transport OD estimation and distribution method based on multi-source data fusion

Similar Documents

Publication Publication Date Title
CN105387865B (en) Route planning method and system based on traffic road data
CN105788334A (en) Urban path finding method taking personal preferences of drivers into consideration
Hellinga et al. Decomposing travel times measured by probe-based traffic monitoring systems to individual road segments
CN103714708A (en) Optimal path planning method based on split-time experience path of taxi
US20110161261A1 (en) Method and system for traffic prediction based on space-time relation
JP6777151B2 (en) Route search method and route search device
EP3229152A1 (en) Distributed online learning for privacy-preserving personal predictive models
CN108444486B (en) Navigation route sorting method and device
US20140372022A1 (en) Method of analyzing points of interest with probe data
WO2009063449A2 (en) Corridor mapping with alternative routes
CN112652172B (en) Road section traffic volume analysis method based on vehicle GPS track
CN109215350A (en) A kind of short-term traffic status prediction method based on RFID electronic license plate data
JP2008309789A (en) Traffic information providing system and method for generating traffic information
US10754062B2 (en) Selecting a weather estimation algorithm and providing a weather estimate
EP3112808A1 (en) Route-finding device, route-finding method, and program
US20120316849A1 (en) Cost Evaluation and Prediction
CN104599002A (en) Order value predicting method and equipment
US10107644B2 (en) Method and computer program product for processing measurement data of a vehicle in order to determine the start of a search for a parking space
CN111429744A (en) Road condition information fusion analysis method, device and storage medium
CN104851298A (en) Prediction of traffic condition and running time
CN111854777A (en) Updating method of navigation route driving time, navigation method, navigation system and vehicle
CN110674990B (en) Instant distribution path selection method and system with sliding window updating mechanism
Hedderich et al. Adapting the A* algorithm for park spot routing
CN113570860B (en) Method for finely dividing and identifying urban road traffic state aiming at track data
CN108564793A (en) A kind of Travel Time Estimation Method based on RFID electronic license plate data

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
WD01 Invention patent application deemed withdrawn after publication
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20160720