CN112837530A - Vehicle driving lap recognition algorithm based on vehicle networking data - Google Patents

Vehicle driving lap recognition algorithm based on vehicle networking data Download PDF

Info

Publication number
CN112837530A
CN112837530A CN202011560954.XA CN202011560954A CN112837530A CN 112837530 A CN112837530 A CN 112837530A CN 202011560954 A CN202011560954 A CN 202011560954A CN 112837530 A CN112837530 A CN 112837530A
Authority
CN
China
Prior art keywords
vehicle
data
passing point
algorithm based
unloading
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.)
Withdrawn
Application number
CN202011560954.XA
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.)
SHIJIAZHUANG DEVELOPMENT ZONE TIANYUAN TECHNOLOGYCO Ltd
Original Assignee
SHIJIAZHUANG DEVELOPMENT ZONE TIANYUAN TECHNOLOGYCO Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by SHIJIAZHUANG DEVELOPMENT ZONE TIANYUAN TECHNOLOGYCO Ltd filed Critical SHIJIAZHUANG DEVELOPMENT ZONE TIANYUAN TECHNOLOGYCO Ltd
Priority to CN202011560954.XA priority Critical patent/CN112837530A/en
Publication of CN112837530A publication Critical patent/CN112837530A/en
Withdrawn legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G08SIGNALLING
    • G08GTRAFFIC CONTROL SYSTEMS
    • G08G1/00Traffic control systems for road vehicles
    • G08G1/01Detecting movement of traffic to be counted or controlled
    • G08G1/0104Measuring and analyzing of parameters relative to traffic conditions
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W4/00Services specially adapted for wireless communication networks; Facilities therefor
    • H04W4/30Services specially adapted for particular environments, situations or purposes
    • H04W4/40Services specially adapted for particular environments, situations or purposes for vehicles, e.g. vehicle-to-pedestrians [V2P]

Landscapes

  • Chemical & Material Sciences (AREA)
  • Analytical Chemistry (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Traffic Control Systems (AREA)

Abstract

The invention relates to the technical field of engineering vehicle working data statistics, in particular to a vehicle driving pass identification algorithm based on vehicle networking data, which comprises the following steps: firstly, reading data; step two, data cleaning: 2.1, filtering parking/slow moving data; 2.2, filtering abnormal GPS positioning data; 2.3, cleaning result; the third step, the algorithm core: 3.1, setting a 'passing point'; 3.2, detecting the approach of the vehicle to the passing point; 3.3, eliminating missing meter: fourthly, displaying a result: obtaining the result of the driving times of the engineering vehicle; the number of times of the round trip operation of the engineering vehicle can be counted with high real-time performance and high accuracy, and convenience is provided for management and scheduling of a motorcade, so that the process of engineering is guaranteed, and the engineering transportation cost is reduced.

Description

Vehicle driving lap recognition algorithm based on vehicle networking data
Technical Field
The invention relates to the technical field of engineering vehicle working data statistics, in particular to a vehicle driving lap recognition algorithm based on vehicle networking data.
Background
As is known, a large number of self-unloading engineering vehicles are used in the process of mining transportation, the construction conditions of mines are hard, roads are mostly temporarily opened up and lack of maintenance, and the load capacity of a self-unloading vehicle is large, so that the roads are aged and difficult to operate; meanwhile, due to the influences of on-site dust emission, outdoor severe weather and the like, the situations of traffic jam and slow running of a fleet in mine operation often occur, so that the progress of engineering is influenced, the cost of engineering transportation is increased, the speed information fed back by a GPS system carried by the existing self-unloading engineering vehicle is only used for eliminating the parking and slow running positions at present, and the whole value of the speed information is not exerted.
Disclosure of Invention
Technical problem to be solved
Aiming at the defects of the prior art, the invention provides the vehicle running time identification algorithm based on the vehicle networking data, which has high real-time performance and high accuracy, counts the times of the round trip operation of the engineering vehicle, provides convenience for the management and the scheduling of a fleet, ensures the progress of engineering and reduces the engineering transportation cost.
(II) technical scheme
In order to achieve the purpose, the invention provides the following technical scheme: a vehicle trip identification algorithm based on internet-of-vehicles data, comprising the steps of:
first step, reading data: and forming a data sequence according to the sequence of the acquisition time:
{A}={t,p=[x,y],v};
step two, data cleaning:
2.1, filtering parking/slow moving data: the mine road is complicated and difficult to walk, the condition of queuing and slow walking often occurs, and the dump truck needs to be kept static when loading and unloading materials for a certain time period (t)end-tstart≤Δtlow) Internal continuous v is less than or equal to deltalowOnly 1 value (t) is retained for the data ofstart) Thereby reducing the calculation amount of the subsequent flow;
2.2, filtering abnormal GPS positioning data: because the vehicle-mounted GPS equipment has a certain probability to feed back abnormal positioning information, the coordinates of the vehicle are caused to jump off and return without actual existence, the abnormality has great influence on subsequent algorithms and must be removed. The elimination standard is that the included angle between the pointing vector of the coordinate point and the pointing vector is larger than 90 degrees:
Figure BDA0002860622190000021
2.3, cleaning result: through the data cleaning, abnormal data are removed, and the data volume is reduced;
the third step, the algorithm core:
3.1, setting a 'passing point': in engineering operations such as mines and the like, the loading and unloading areas of materials are relatively fixed, so that the reciprocating route of the dump truck between the loading area and the unloading area is relatively fixed, and therefore, the judgment of the reciprocating condition of the dump truck on the specified route can be converted into the judgment of the approach of the dump truck to the specified 'passing point' by taking the coordinates of the reasonable position on the route as the 'passing point';
3.2, detecting the approach of the vehicle to the passing point: the judgment standard is that the GPS positioning coordinate of the vehicle falls into a circle which takes the coordinate of the 'pass point' as the center of the circle and takes the appointed length as the radius:
Figure BDA0002860622190000022
by operation, the sequence { t is obtainedj,k}: the record is used as a direct basis for counting the number of loading and unloading passes of the vehicle, and a time period ([ t)start,tend]) And then the number of times that the dump truck passes through the passing point of the number j is as follows:
Kj=card({k|tstart≤tj,k≤tend});
3.3, eliminating missing meter: the dump truck makes a round trip on a relatively fixed path, and the loading and unloading operation performed near the passing point of the number j of each round trip makes the truck make a round trip for 2 times to pass through the passing point, so the result of the round trip statistics is as follows:
Nj=Kj/2;
fourthly, displaying a result: and obtaining the result of the running times of the engineering vehicle.
Preferably, in 2.3, since the vehicle speed information is no longer needed in the subsequent steps, the { a } is arranged as a new data sequence: { B } - { t, p ═ x, y }.
Preferably, in 3.3, N is simply taken in consideration of complexity of field work, variability of temporary loading/unloading areas and temporary roadsj=KjIn order to deal with the possible missed meter phenomenon, firstly, when the position of a passing point is selected, the passing point is made to be as close to a loading and unloading point of a material as possible, so that the time difference delta t of two times of approaching the same retracing point in each operation of a vehicle which returns on the original road under the ordinary condition can be small enough; secondly, parameter control is carried out, and only when the time difference delta t of two adjacent times approaching the same foldback point is larger than delta tdisThe case of (2) is regarded as a "two-pass" different job, namely:
Figure BDA0002860622190000031
preferably, the raw vehicle data is a minimum vehicle speed v that can effectively participate in the algorithmlowIs 5 km/h.
Preferably, the Δ tlow60 seconds, and all vehicle speeds are not higher than v in each time periodlowThe data of (a) will be single sampled.
Preferably, the maximum distance r between the vehicle coordinates and the coordinates of the passing point, which can be judged as approaching, is 80-150 m.
Preferably, the two adjacent approaches to the same passing point are the minimum time interval Δ t of two passes of operationdisWhich is 900 seconds.
(III) advantageous effects
Compared with the prior art, the invention provides a vehicle driving lap recognition algorithm based on vehicle networking data, which has the following beneficial effects:
1. according to the vehicle driving lap recognition algorithm based on the vehicle networking data, under the condition of multi-vehicle transverse statistics, the area range where a plurality of vehicles which are blocked and slowly driven currently are located can be quickly positioned through vehicle speed information, real-time guidance is provided for path selection of other operation vehicles, management and scheduling of a fleet are facilitated, so that the process of a project is guaranteed, and the project transportation cost is reduced;
2. the vehicle driving trip recognition algorithm based on the vehicle networking data can count areas or roads which are frequently blocked, and provides data support for opening up new unloading pits and roads for mine construction.
Drawings
FIG. 1 is a schematic flow diagram of the present invention;
FIG. 2 is a schematic illustration of the invention filtering park/creep data;
FIG. 3 is a schematic diagram of the present invention for filtering GPS position anomaly data;
FIG. 4 is a schematic diagram of the present invention setting "waypoints";
FIG. 5 is a flow chart of a decision for detecting an approach of a vehicle to a waypoint in accordance with the present invention;
FIG. 6 is a schematic illustration of a rejection leak in accordance with the present invention;
Detailed Description
The technical solutions in the embodiments of the present invention will be described clearly and completely with reference to the accompanying drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only some embodiments of the present invention, not all embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Referring to fig. 1, a vehicle driving pass identification algorithm based on internet of vehicles data includes the following steps:
first step, reading data: and forming a data sequence according to the sequence of the acquisition time:
{A}={t,p=[x,y],v};
step two, data cleaning:
2.1, filtering parking/slow moving data: the mine road is complicated and difficult to walk, the condition of queuing and slow walking often occurs, and the dump truck needs to be kept static when loading and unloading materials for a certain time period (t)end-tstart≤Δtlow) Internal continuous v is less than or equal to deltalowOnly 1 value (t) is retained for the data ofstart) Thereby reducing the calculation amount of the subsequent flow;
referring to FIG. 2, solid coordinate points indicate v ≦ vlowThe open circles indicate the difference between the earliest and latest acquisition times of the data points within the data points at Δ tlowWithin;
2.2, filtering abnormal GPS positioning data: because the vehicle-mounted GPS equipment has a certain probability to feed back abnormal positioning information, the coordinates of the vehicle are caused to jump off and return without actual existence, the abnormality has great influence on subsequent algorithms and must be removed. The elimination standard is that the included angle between the pointing vector of the coordinate point and the pointing vector is larger than 90 degrees:
Figure BDA0002860622190000051
as shown in fig. 3: the red circle circles the anomalous location identified as a trip/foldback in this step;
2.3, cleaning result: through the data cleaning, abnormal data are removed, and the data volume is reduced; since the subsequent steps no longer require vehicle speed information, { A } is sorted into a new data series: { B } - { t, p ═ x, y ] };
the third step, the algorithm core:
3.1, setting a 'passing point': in engineering operations such as mines and the like, the loading and unloading areas of materials are relatively fixed, so that the reciprocating route of the dump truck between the loading area and the unloading area is relatively fixed, and therefore, the judgment of the reciprocating condition of the dump truck on the specified route can be converted into the judgment of the approach of the dump truck to the specified 'passing point' by taking the coordinates of the reasonable position on the route as the 'passing point'; through manual setting, data of a 'passing point' is obtained, wherein the data is { E } ═ o ═ x, y } and r }, and a plurality of range circles are preset: with reference to FIG. 4
Given that the range of motion of the vehicle is much greater than r, we do not recognize approximately in the subsequent steps that several range circles do not overlap each other in a plane.
3.2, detecting the approach of the vehicle to the passing point: the judgment standard is that the GPS positioning coordinate of the vehicle falls into a circle which takes the coordinate of the 'pass point' as the center of the circle and takes the appointed length as the radius:
Figure BDA0002860622190000062
by operation, the sequence { t is obtainedj,k}: the record is used as a direct basis for counting the number of loading and unloading passes of the vehicle, and a time period ([ t)start,tend]) And then the number of times that the dump truck passes through the passing point of the number j is as follows:
Kj=card({k|tstart≤tj,k≤tend});
for each passing point EjReferring to fig. 5, the following determination flow chart is performed:
through the operation of the step, the sequence { t is obtainedj,k}: "specifying the time at which the vehicle approaches the jth waypoint the kth time" is a set.
This record is used as a direct basis for counting the number of loading and unloading passes of the vehicle, and a time period ([ t ] is givenstart,tend]) And then the number of times that the dump truck passes through the passing point of the number j is as follows:
Kj=card({k|tstart≤tj,k≤tend})。
3.3, eliminating missing meter: the dump truck makes a round trip on a relatively fixed path, and the loading and unloading operation performed near the passing point of the number j of each round trip makes the truck make a round trip for 2 times to pass through the passing point, so the result of the round trip statistics is as follows: n is a radical ofj=Kj2; however, in consideration of the complexity of the field work and the variability of the temporary loading/unloading area and the temporary road, N is simply extractedj=KjThe/2 is often missed, see FIG. 6: the time information of the data point in the red circle is recorded into tj,k};
In special cases, namely, the dump truck does not only go back and forth between the points A and B, but also needs to operate at the point C, and does not turn back along the same path;
to cope with this possible missing count phenomenon, our solution is: firstly, when the position of a passing point is selected, the passing point is required to be close to a loading and unloading point of a material as much as possible, so that the time difference delta t of two times of approaching to the same turning point in each operation of a vehicle which is turned back on the original road under the ordinary condition can be small enough; secondly, parameter control is carried out, and only the time difference delta t of two adjacent approaches to the same turning point is larger than delta tdisThe case of (2) is considered as a "two-pass" different job, namely:
Figure BDA0002860622190000082
fourthly, displaying a result: and obtaining the result of the running times of the engineering vehicle.
The control parameters designed in the algorithm are simply summarized: the following table
Figure BDA0002860622190000083
In the scheme, under the condition of multi-vehicle transverse statistics, due to the low operation complexity and the strong real-time performance of the algorithm, flexible and efficient statistics and display according to day, hour and any time length can be provided for the real-time operation conditions of all dump trucks, and convenience is provided for management and scheduling of a truck fleet, so that the process of a project is ensured, and the project transportation cost is reduced; the method can be used for counting the areas or roads frequently subjected to traffic jam and providing data support for opening up new unloading pits and roads for mine construction parties, and due to the low operation complexity and the strong real-time property of the algorithm, flexible and efficient counting and displaying according to the day, the hour and any time length can be provided for the real-time operation conditions of all dump trucks, and convenience is provided for fleet management and scheduling; meanwhile, due to the high accuracy and reliability of the algorithm, the earth volume of the next month/day/hour can be predicted besides the statistics of the historical and current workload, so that reference is provided for the arrangement of the start/stop of temporary roads and pit unloading, the monitoring of the project progress and the like.
The invention relates to a vehicle driving lap recognition algorithm based on vehicle networking data
The existing vehicle-mounted GPS equipment is utilized to realize the round trip loading and unloading times of the dump truck in a specified time period;
meanwhile, the working efficiency of the motorcade and the progress of the project are rapidly analyzed and displayed;
the investment of extra RF identification and card swiping base station equipment is saved;
meanwhile, when the loading and unloading point is changed frequently in the mine operation, the system needs the result directly from the data without depending on the characteristics of the base station, and is very excellent in the aspect of improving the industrial efficiency.
It is noted that, in this document, relational terms such as first and second, and the like are used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus.
Although embodiments of the present invention have been shown and described, it will be appreciated by those skilled in the art that changes, modifications, substitutions and alterations can be made in these embodiments without departing from the principles and spirit of the invention, the scope of which is defined in the appended claims and their equivalents.

Claims (7)

1. A vehicle travel pass identification algorithm based on vehicle networking data, characterized by comprising the steps of:
first step, reading data: and forming a data sequence according to the sequence of the acquisition time:
{A}={t,p=[x,y],v};
step two, data cleaning:
2.1, filtering parking/slow moving data: the condition of queuing and slow running often occurs due to the complex and difficult running of the mine road, and the dump truck needs to keep static when loading and unloading materials for a certain time period (t)end-tstart≤Δtlow) V is less than or equal to vlowOnly 1 value (t) is retained for the data ofstart) Thereby reducing the calculation amount of the subsequent flow;
2.2, filtering abnormal GPS positioning data: because the vehicle-mounted GPS equipment has a certain probability to feed back abnormal positioning information, the coordinates of the vehicle are subjected to tripping and turning back which do not exist actually, the abnormality has a great influence on subsequent algorithms and must be eliminated. The elimination standard is that the included angle between the pointing vector of the coordinate-changed point and the pointing vector is larger than 90 degrees:
Figure FDA0002860622180000011
2.3, cleaning result: through the data cleaning, abnormal data are eliminated, and the data volume is reduced;
the third step, the algorithm core:
3.1, setting a 'passing point': in engineering operations such as mines and the like, the loading and unloading areas of materials are relatively fixed, so that the reciprocating route of the dump truck between the loading area and the unloading area is relatively fixed, and therefore, the judgment of the reciprocating condition of the dump truck on the specified route can be converted into the judgment of the approach of the dump truck to the specified 'passing point' by taking the coordinates of the reasonable position on the route as the 'passing point';
3.2, detecting the approach of the vehicle to the passing point: the judgment standard is that the GPS positioning coordinate of the vehicle falls into a circle which takes the coordinate of the 'passing point' as the center of the circle and takes the appointed length as the radius:
Figure FDA0002860622180000012
by operation, the sequence { t is obtainedj,k}: the record is used as a direct basis for counting the number of loading and unloading passes of the vehicle, and a time period ([ t)start,tend]) And then the number of times that the dump truck passes through the passing point of the number j is as follows:
Kj=card({k|tstart≤tj,k≤tend});
3.3, eliminating missing meter: the dump truck makes a round trip on a relatively fixed path, and the loading and unloading operation performed near the passing point of the number j of each round trip makes the truck make a round trip for 2 times to pass through the passing point, so the result of the round trip statistics is as follows:
Nj=Kj/2;
fourthly, displaying a result: and obtaining the result of the running times of the engineering vehicle.
2. The vehicle driving trip recognition algorithm based on vehicle networking data according to claim 1, wherein in the 2.3, since the vehicle speed information is no longer needed in the subsequent steps, { A } is arranged into a new data sequence: { B } - { t, p ═ x, y }.
3. The vehicle driving trip recognition algorithm based on vehicle networking data as claimed in claim 1, wherein in 3.3, simply take N in consideration of complexity of field work, variability of temporary loading and unloading area and temporary roadj=KjIn order to deal with the possible missed-meter phenomenon with the approximate rate, firstly, when the position of a passing point is selected, the passing point is made to be as close to a loading and unloading point of a material as possible, so that the time difference delta t of two times of approaching the same retracing point in each operation of a vehicle which returns on the original road under the ordinary condition can be small enough; secondly, parameter control is carried out, and only when the time difference delta t of two adjacent times approaching the same foldback point is larger than delta tdisThe case of (2) is considered as a "two-pass" different job, namely:
Figure FDA0002860622180000021
4. the vehicle driving trip recognition algorithm based on vehicle networking data according to claim 1, wherein the raw vehicle data can effectively participate in the minimum vehicle speed v of the algorithmlowIs 5 km/h.
5. Vehicle driving trip recognition algorithm based on vehicle networking data according to claim 1, characterized in that Δ tlow60 seconds, and all vehicle speeds are not higher than v in each time periodlowThe data of (a) will be single sampled.
6. The vehicle driving trip recognition algorithm based on vehicle networking data according to claim 1, wherein the maximum distance r that can be judged to be approaching between the vehicle coordinates and the coordinates of the passing points is 80-150 m.
7. The vehicle driving trip identification algorithm based on vehicle networking data as claimed in claim 1, wherein the adjacent two approaches to the same passing point is the minimum time interval Δ t of two tripsdisWhich is 900 seconds.
CN202011560954.XA 2020-12-25 2020-12-25 Vehicle driving lap recognition algorithm based on vehicle networking data Withdrawn CN112837530A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011560954.XA CN112837530A (en) 2020-12-25 2020-12-25 Vehicle driving lap recognition algorithm based on vehicle networking data

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011560954.XA CN112837530A (en) 2020-12-25 2020-12-25 Vehicle driving lap recognition algorithm based on vehicle networking data

Publications (1)

Publication Number Publication Date
CN112837530A true CN112837530A (en) 2021-05-25

Family

ID=75924523

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011560954.XA Withdrawn CN112837530A (en) 2020-12-25 2020-12-25 Vehicle driving lap recognition algorithm based on vehicle networking data

Country Status (1)

Country Link
CN (1) CN112837530A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117292541A (en) * 2023-08-14 2023-12-26 陕西天行健车联网信息技术有限公司 Transportation time statistical analysis method, transportation time statistical analysis device, transportation time statistical analysis equipment and transportation time statistical analysis medium

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130060458A1 (en) * 2010-05-10 2013-03-07 Sandvik Mining And Construction Oy Method and apparatus for mining vehicle safety arrangments
CN103985167A (en) * 2014-05-16 2014-08-13 方昌銮 Statistical method of vehicle transportation workload
CN104460477A (en) * 2014-11-07 2015-03-25 武汉英思工程科技股份有限公司 Detection system and method for loading conditions and transportation times of self-discharging truck
CN106651270A (en) * 2016-12-30 2017-05-10 重庆多道电子技术有限公司 Automatic counting of transport frequency of freight vehicle in mine area based on position data
CN111080194A (en) * 2019-11-27 2020-04-28 宏图智能物流股份有限公司 Engineering vehicle carrying lap counting method and system based on vehicle track
CN111143439A (en) * 2019-12-30 2020-05-12 江苏徐工信息技术股份有限公司 Algorithm for calculating workload based on vehicle scheduled route
CN111275408A (en) * 2020-02-26 2020-06-12 榆林学院 Mine vehicle transportation frequency automatic extraction method based on trajectory vector diagram

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130060458A1 (en) * 2010-05-10 2013-03-07 Sandvik Mining And Construction Oy Method and apparatus for mining vehicle safety arrangments
CN103985167A (en) * 2014-05-16 2014-08-13 方昌銮 Statistical method of vehicle transportation workload
CN104460477A (en) * 2014-11-07 2015-03-25 武汉英思工程科技股份有限公司 Detection system and method for loading conditions and transportation times of self-discharging truck
CN106651270A (en) * 2016-12-30 2017-05-10 重庆多道电子技术有限公司 Automatic counting of transport frequency of freight vehicle in mine area based on position data
CN111080194A (en) * 2019-11-27 2020-04-28 宏图智能物流股份有限公司 Engineering vehicle carrying lap counting method and system based on vehicle track
CN111143439A (en) * 2019-12-30 2020-05-12 江苏徐工信息技术股份有限公司 Algorithm for calculating workload based on vehicle scheduled route
CN111275408A (en) * 2020-02-26 2020-06-12 榆林学院 Mine vehicle transportation frequency automatic extraction method based on trajectory vector diagram

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117292541A (en) * 2023-08-14 2023-12-26 陕西天行健车联网信息技术有限公司 Transportation time statistical analysis method, transportation time statistical analysis device, transportation time statistical analysis equipment and transportation time statistical analysis medium
CN117292541B (en) * 2023-08-14 2024-03-19 陕西天行健车联网信息技术有限公司 Transportation time statistical analysis method, transportation time statistical analysis device, transportation time statistical analysis equipment and transportation time statistical analysis medium

Similar Documents

Publication Publication Date Title
US20200372728A1 (en) Segmenting Operational Data
CN107273520B (en) Goods loading and unloading site identification method based on truck monitoring data
CN110220529B (en) Positioning method for automatic driving vehicle at road side
CN100589143C (en) Method and appaatus for judging the traveling state of a floating vehicle
CN110222131A (en) The beginning and the end information extracting method and device
CN108364461A (en) A kind of vehicle driving trace prediction technique
CN105632222B (en) Forecast the method and its system of arrival time
CN105810006B (en) The recognition methods of parking position and system
Tak et al. Real-time travel time prediction using multi-level k-nearest neighbor algorithm and data fusion method
CN107590999B (en) Traffic state discrimination method based on checkpoint data
CN210119237U (en) Positioning and navigation system for roadside automatic driving vehicle
CN105139638A (en) Taxi passenger carrying site selection method and system
JP2003281674A (en) Traffic information processing method and traffic information processing system
CN112017429B (en) Overload control monitoring stationing method based on truck GPS data
JP3879742B2 (en) Traffic regulation judgment method, regular service route judgment method, program and device
Figliozzi et al. Algorithms for studying the impact of travel time reliability along multisegment trucking freight corridors
CN109360425A (en) Truck statistical system in a kind of collection card test method and field based on geomagnetic sensor
Al-Deek et al. Evaluating the improvements in traffic operations at a real-life toll plaza with electronic toll collection
CN102890862A (en) Traffic condition analyzing device and method based on vector mode
CN108133345B (en) Method and system for judging return vehicles based on mass track data of trucks
CN112837530A (en) Vehicle driving lap recognition algorithm based on vehicle networking data
CN103778784A (en) Method for acquiring traffic state information of highway sections based on mobile phone data
CN100430964C (en) Monitoring system for vehicles with GPS
CN105006148A (en) Intersection turning vehicle number estimating method and system
Wheeler et al. Multicriteria freeway performance measures for trucking in congested corridors

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
WW01 Invention patent application withdrawn after publication

Application publication date: 20210525

WW01 Invention patent application withdrawn after publication