JP4297626B2 - Map data correction method and map data correction program - Google Patents

Map data correction method and map data correction program Download PDF

Info

Publication number
JP4297626B2
JP4297626B2 JP2001096580A JP2001096580A JP4297626B2 JP 4297626 B2 JP4297626 B2 JP 4297626B2 JP 2001096580 A JP2001096580 A JP 2001096580A JP 2001096580 A JP2001096580 A JP 2001096580A JP 4297626 B2 JP4297626 B2 JP 4297626B2
Authority
JP
Japan
Prior art keywords
map data
data
time
storage unit
route
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
JP2001096580A
Other languages
Japanese (ja)
Other versions
JP2002298148A (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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP2001096580A priority Critical patent/JP4297626B2/en
Publication of JP2002298148A publication Critical patent/JP2002298148A/en
Application granted granted Critical
Publication of JP4297626B2 publication Critical patent/JP4297626B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Description

【0001】
【発明が属する技術分野】
本発明は、移動体による測位データを用いた地図データの修正技術に関する。
【0002】
【従来の技術】
例えば特開平10−289396号公報は、車両の自動変速機の変速段を道路データに基づき制御するために、道路の改修などにより道路データと実際の道路形状とが異なる際の処理について開示を行っている。すなわち、車両のナビゲーション装置が、道路データ上の位置から現在位置が逸脱している場合に、逸脱した位置を基地局側へ送信する。基地局は、車両側から修正データが送出された際に、送出されたデータに基づき地図データを修正する。
【0003】
【発明が解決しようとする課題】
この公報では、車両において地図との差を計算しているため車両における処理負担が大きい。また、自動変速機の制御のための発明であるから道路におけるカーブの曲率の差を問題としている。また、道路データが大きく変更される道路の改修を検出するという点が大きな目的となっているため、同一の道路修正用データが所定数以上収集されないと道路データが修正されない。しかし、実際には道路が改修されなくとも地図作成時に誤った位置データを用いて地図が作成されている場合もある。このような場合であっても地図データの修正を行うべきである。測定値は常に誤差を含むものであり、この公報のように同一の道路修正用データが所定数以上収集されるという状況はあまり生じないものと考えられる。特に、道路データを微調整するような場合にはこの公報では修正はほとんど行われないように考えられる。
【0004】
よって本発明の目的は、地図データを精度良く修正するための技術を提供することである。
【0005】
また他の目的は、より多くの位置情報を取得できるようにするための技術を提供することである。
【0006】
【課題を解決するための手段】
本発明の地図データ修正方法は、複数の移動体(例えば車両。例えば実施の形態における移動体1。)により計測された時系列位置データを取得して、時系列位置データ格納部(例えば実施の形態における走行経路DB32)に格納する取得ステップ(例えば実施の形態におけるステップS11:図4)と、地図データ格納部(例えば実施の形態における地図データDB34)に格納された地図データ中の所定の位置と当該地図データ中の所定の位置に対応し且つ時系列位置データ格納部に格納された時系列位置データから得られる位置との差を計算し、記憶装置に格納するステップ(例えば実施の形態におけるステップS13:図4)と、地図データ中の所定の位置毎に上記差の代表値(例えば分布の平均的傾向を示す単純平均や加重平均など)を計算し、記憶装置に格納するステップ(例えば実施の形態におけるステップS15:図4)と、当該差の代表値が所定の基準を超える場合には、地図データ中の所定の位置を上記差の代表値を用いて修正し、修正後の位置データを地図データ格納部に格納するステップ(例えば実施の形態におけるステップS17:図4)とを含む。
【0007】
本発明のようにすれば地図データとの差の代表値を計算することにより統計的に誤差を相殺することができ、より正確なデータをもって地図データの修正を実施することができるようになる。
【0008】
また、時系列位置データ格納部に格納された時系列位置データに基づいて、移動体毎に移動距離を集計し、記憶装置に格納する移動距離集計ステップ(例えば実施の形態におけるステップS23:図8)と、集計された移動距離に基づき、当該移動体の保持者に対し所定の特典を付与するための処理を実施するステップ(例えば図12の処理)とをさらに含むような構成も可能である。地図データ修正に協力してもらった対価として移動距離に応じた特典を付与するものである。
【0009】
さらに、上で述べた移動距離集計ステップにおいて、時系列位置データに基づいて、移動体毎に、新規経路移動距離と既に通過したことのある同一経路移動距離とを、予め定められた重みにて加算するような構成も可能である。例えば、新規経路移動距離×A+同一経路移動距離×Bといった計算にて移動距離を集計する。ここで、AとBは重み付けであって、例えばA=1でB=0とするような構成であってもよい。広範囲の道路データを均等に得た方が地図データの修正に役立つためである。
【0010】
さらに、時系列位置データ格納部に格納された時系列位置データに基づいて、道路の所定区間毎の移動体数を所定の時間帯について計数し、記憶装置に格納するステップ(例えば実施の形態におけるステップS91:図14)をさらに含むような構成も可能である。これにより、道路ごとに交通量を把握し、時間による変動量なども計算することができるようになる。
【0011】
なお、代表値には単純平均、加重平均などによる平均値、あるいは中央値または最頻値など統計処理において使用される、分布の中心的傾向をあらわす値を用いる。
【0012】
また、本発明の地図データ修正方法は、当該地図データ修正方法を実施するためのプログラムにて実装することができ、この場合、当該プログラムは、例えばフロッピー・ディスク、CD−ROM、光磁気ディスク、半導体メモリ、ハードディスク等の記憶媒体又は記憶装置に格納される。また、当該プログラムはネットワークを介して送信されることもある。なお、処理途中のデータについては、コンピュータのメモリに一時保管される。
【0013】
【発明の実施の形態】
図1に本発明の一実施の形態に係るシステム概要図を示す。例えば自動車である複数の移動体1は、例えばGPS(Global Positioning System)衛星5からの信号等を用いて自分の位置を時間経過と共に測定する位置情報取得部11と、当該位置情報取得部11により取得された位置情報を時系列的に格納する走行経路データ・ファイル15と、当該走行経路データ・ファイル15の内容を定期的又は不定期に送信する送信部13とを含む。なお移動体1は自動車に限定されず、例えば自転車や、少なくとも位置情報取得部11及び走行経路データ・ファイル15を備える装置を保持した人間であってもよい。また、送信部13は携帯電話機やPHS(Personal Handyphone System)電話機に接続して情報を送信するものであっても良い。
【0014】
本実施の形態では、移動体1の送信部13が走行経路データ・ファイル15内の情報を無線にて無線基地局7に送信し、無線基地局7が公衆回線網9などの有線ネットワークを介してセンタ・サーバ3に転送する構成となっている。
【0015】
しかし、移動体1の送信部13から走行経路データ・ファイル15内の情報を直接センタ・サーバ3に送信するような構成であってもよいし、無線基地局7からセンタ・サーバ3への送信も有線ではなく、無線通信にて行うような構成であってもよい。さらに、移動体1に何らかの記録媒体に対して読み書きを実施することができる装置が含まれている場合には、当該記録媒体に走行経路データ・ファイル15の情報を書き込み、当該記録媒体をセンタ・サーバ3を運用しているセンタ運用者に郵送するような構成であってもよい。また、移動体1からセンタ・サーバ3に送信するのではなく、記録媒体に記憶された走行経路データ・ファイル15の情報を他のコンピュータに読み込ませ、当該他のコンピュータからセンタ・サーバ3に送信するような構成であっても良い。さらに、GPSは一例であって、他の方法にて位置情報を測定する構成であってもよい。
【0016】
センタ・サーバ3は、例えば公衆回線網9を介して各移動体1から送られてきた走行経路データ(時系列位置データ)を受信し、走行経路DB32に登録する受信部31と、各移動体1から送られてきた走行経路データを格納する走行経路DB32と、道路の各地点の位置情報等を格納する地図データDB34と、地図データDB34中の各地点の位置データとマップマッチングにより得られ且つ走行経路DB32中の対応する位置データとを比較する比較部33と、比較部33の比較結果をもって道路の各地点の位置データを修正する修正部35とを含む。これらの処理部にて地図データの修正を行うことができる。
【0017】
また、センタ・サーバ3は、走行経路DB32を参照して各移動体1の走行実績データを生成し、走行実績データ・ファイル52に格納する走行距離処理部51と、走行距離処理部51により生成された各移動体1の走行実績データを格納する走行実績データ・ファイル52と、走行実績データ・ファイル52を参照して各移動体1の累積走行距離データを生成し、累積走行距離データ・ファイル54に格納する走行距離累積部53と、走行距離累積部53により生成された各移動体1の累積走行距離データを格納する累積走行距離データ・ファイル54と、累積走行距離データ・ファイル54を参照して移動体1のユーザ等に対するサービスのための処理を実施するユーザ・サービス処理部55とを含む。これにより、各移動体のユーザに対する特典を付与するための処理を実施することができる。
【0018】
さらに、センタ・サーバ3は、走行実績データ・ファイル52を参照して各道路の区間についての交通量を例えば1時間単位で集計し、交通量データ・ファイル73に格納する走行実績処理部71と、走行実績処理部71により集計された交通量データを格納する交通量データ・ファイル73と、交通量データ・ファイル73を参照して所定の単位で交通量データをまとめる交通量処理部75とを含む。これにより、道路や時間ごとの交通量を把握又は推測することができるようになる。
【0019】
センタ・サーバ3は、1台のコンピュータで上記のような機能を実現しても良いし、複数台のコンピュータにて上記のような機能を実現しても良い。また、コンピュータ・プログラムと通常のコンピュータ・ハードウエアの組み合わせにて実現しても良いし、専用の電子回路などを組み合わせて実現しても良い。
【0020】
次に、各移動体1における処理を図2を用いて説明する。移動体1の位置情報取得部11は、移動体1が移動し始めると自動的に又は移動体1のユーザによる指示に応じて、走行中の位置情報を定期的に取得し、走行経路データ・ファイル15に時刻情報と共に登録する(ステップS1)。走行経路データ・ファイル15に格納されるデータ・フォーマットは例えば図3のようになる。すなわち、移動体コードと、時刻(年月日時分秒:yyyymmddhhmmss)と、その時点の緯度(度)、経度(度)、高度(m)の情報を含む。さらに、経度誤差(度)、緯度誤差(度)及び高度誤差(m)の情報も取得され、走行経路データ・ファイル15に登録される。これらの誤差情報は、移動体1が取得している位置情報のぶれの範囲を示すデータである。
【0021】
そして、送信部13による送信タイミングに達したかを判断する(ステップS3)。この送信タイミングは任意であって、例えば1日に1回であってもよいし、1週間に一回でもよい。また、自動的に送信タイミングを決定せずとも移動体1のユーザが指示した送信タイミングに従うようにしても良い。もし、送信タイミングでなければステップS7に移行する。一方、送信タイミングであると判断された場合には、送信部13は、未送信の位置情報及び時刻情報を送信する(ステップS5)。誤差情報も合わせて送信する。そして、このような処理を処理終了まで繰り返す(ステップS7)。但し、処理終了も移動体1のユーザに指示された場合に処理終了と判断しても良いし、移動体1の移動が所定時間以上止まった場合に処理を自動的に終了させるようにしても良い。
【0022】
また、走行経路データ・ファイル15のデータは、送信部13により送信されると全て削除されるような構成であってもよいし、どのデータまで送信されたのかという情報を追加して、移動体1の記憶容量が許す限り蓄積するような構成であってもよい。
【0023】
このようにして送信部13により送信された位置情報及び時刻情報並びに誤差情報は無線基地局7、公衆回線網9などを介してセンタ・サーバ3に転送される。
【0024】
次に、センタ・サーバ3における処理を図4乃至図15を用いて説明する。最初に、地図データの修正処理について図4乃至図7を用いて説明する。センタ・サーバ3の受信部31は、各移動体1からの位置情報及び時刻情報を受信し、走行経路DB32に登録する(ステップS11)。また、誤差情報も受信して走行経路DB32に登録する。走行経路DB32には例えば図3と同様のデータが格納される。次に、比較部33は、道路の各基準点について、受信した(走行経路DB32に格納された)位置情報と地図データDB34中の位置情報との差(Δr)を計算する(ステップS13)。この処理については図5を用いて説明する。
【0025】
例えば地図データDB34に登録されているある道路は図5に示したようにA−B−Cの形状(点線で示す)を有していたとする。一方、走行経路DB32に格納された位置情報及び時刻情報とから走行経路はA−B'−C'であったとする。このように地図データDB34に登録されている道路A−B−Cは実際はA−B'−C'であるかもしれない。そこで、道路に設けられた各基準点(図5の例ではX。例えば1Km毎に設けられる。)に対応する走行経路上の点をマップマッチング技術により求める。図5の例ではXに対応する点はX'である。マップマッチング技術は、周知の技術でありここではこれ以上述べない。なお、X'における位置情報は、そのものが走行経路DB32に含まれていない場合には、周囲の位置情報の補間等により計算される。
【0026】
そして、比較部33はΔr=X−X'を計算する。なお、Xはある座標系で表したXの位置ベクトルであり、X'は同じ座標系で表したX'の位置ベクトルである。Δrについては、地球固定座標系で表すとΔx、Δy、Δzという形になる。比較部33は、各移動体1からの位置情報及び時刻情報から上のような計算を行って、道路の各基準点について図6のようなデータを生成する。すなわち、各道路基準点(経度(度)及び緯度(度)で指定される点)につき、例えば走行回数(同一移動体だけでなく異なる移動体についての走行も含む)を表すシリアル番号及びその時のΔx、Δy、Δzとが含まれる。
【0027】
なお、誤差情報が所定の閾値を超える場合には、ステップS11で走行経路DB32に位置情報及び時刻情報を登録しないような構成や、ステップS13における計算対象から除外するような構成も可能である。このようにすれば、誤差がある値より大きい場合、すなわち移動体1が取得した位置情報の品質が悪い時のデータを排除することができるようになる。
【0028】
次に、修正部35は、比較部33が計算した図6のようなデータのうち各道路基準点につき全ての差をΔx、Δy、Δz毎に加算して、Δxの累積値をΔxの個数(シリアル番号の最大値)、Δyの累積値をΔyの個数(シリアル番号の最大値)、Δzの累積値をΔzの個数(シリアル番号の最大値)で除算を行う(ステップS15)。除算の結果はΔx、Δy、Δzの平均値ということになる。この平均値は、地図データが正確であって且つ移動体1の位置情報取得部11により取得された位置情報がある誤差をもってガウス分布に従ってばらついていると仮定すれば0に近い値となるであろう。ところが、地図データが不正確であると、Δx、Δy、Δzの平均値は0からはずれると予測される。すなわち、図7(a)に示すように、地図データが正確であればΔx(Δy及びΔzも同様)は0を中心としたガウス分布をとる。しかし、地図データが不正確であれば、Δxは、Δxの平均値だけ0からずれた点を中心としたガウス分布をとる。よって、Δxの平均値を修正量とすれば、地図データを正確な値に修正できる。なお、Δx、Δy、Δzのそれぞれについて平均値からのばらつき(標準偏差σx,σy,σy)も計算する。場合によっては、平均値ではなく、中央値、最頻値など統計処理において使用される、分布の中心的傾向を表す値を計算する場合もある。
【0029】
よって修正部35は、所定の基準(本例では0)を超える、差Δx、Δy、Δzの平均値を有する基準点について、差Δx、Δy、Δzの平均値でもって地図データDB34内の地図データを修正し、修正後の地図データを地図データDB34に登録する(ステップS17)。なお、Δx,Δy,Δzの平均値が標準偏差σx,σy,σyを超える場合には、地図データを修正するような構成にしてもよい。また、平均値を基準にしたり、平均値で修正するのではなく、中央値や最頻値等の分布の中心的傾向をあらわす値にて修正を行っても良い。
【0030】
このようにして、複数の移動体1により計測された位置情報に基づき、センタ・サーバ3により地図データDB3の地図データを修正することができる。なお、修正した地図データを移動体1に送信するような構成であってもよい。また、本実施の形態では、1つの移動体からの位置情報に基づき計算された、地図データと走行データとの差に基づき修正を行うわけではなく、複数の移動体からの位置情報に基づき、各位置情報に含まれる誤差を相殺するような処理を実施するため、より正確な修正量を計算することができ、より正確な地図データを得ることができるようになる。
【0031】
次に図8乃至図13を用いて移動体1のユーザに対する特典付与のための処理を説明する。図8は前処理を示している。まず、走行距離処理部51は、各移動体1について走行経路及び距離を計算する(ステップS21)。本実施の形態において走行距離処理部51は、単純に移動体1の走行距離を計算するのではなく、なるべく多くの道路を走行してもらい、多くの道路についての情報を取得するため、例えば同じ道路を2度以上走行しても、2度目以降の分については累積走行距離には含まれないようにするための処理を実施する。但し、2度目以降の分については1度目より短く換算して累積するような構成であってもよい。より一般的には、新規経路か既に計測した経路かを判断し、それぞれの重み付けで集計するような構成であってもよい。ステップS21における処理の詳細については図11を用いて説明する。そして、ステップS21の計算結果は、走行実績データ・ファイル52に登録される。
【0032】
走行実績データ・ファイル52のデータ・フォーマットは例えば図9のようなものである。すなわち、移動体コードごとに、道路識別情報(道路番号)、走行日(年月日時:yymmddhh)、開始位置(From(経度))、開始位置(From(緯度))、移動先位置(to(経度))、移動先位置(To(緯度))、距離、及びフラグを格納するようになっている。このように、本実施の形態では、道路番号が変われば行を変えて記録するようになっている。また、フラグの列には、以前に走行したことがある道路の区間であれば0を格納し、以前に走行したことがない道路の区間であれば1を格納するようになっている。よって、同じ道路番号であっても過去に走行したことのある区間であればフラグの列に0を格納し、過去に走行したことのない区間に入れば行を変えてフラグの列に1を格納するようにする。逆に、同じ道路番号であっても過去に走行したことのない区間を走行していればフラグの列に1を格納し、過去に走行したことのある区間に入れば行を変えてフラグの列に0を格納するようになっている。後の処理で計算を簡単にするために、距離の欄にはフラグが1である行のみに走行距離を格納するようにする。
【0033】
走行距離累積部53は、走行実績データ・ファイル52を参照して、各移動体1について走行距離を累積し、累積走行距離を累積走行距離データ・ファイル54に登録する(ステップS23)。累積走行距離データ・ファイル54のデータフォーマットの一例を図10に示す。このように移動体コードと累積走行距離のデータが対になって格納される。後に説明するが、ユーザ・サービス処理部55は、例えばユーザの端末からの各種問い合わせに対して累積走行距離データ・ファイル54を基に応答データを作成して、ユーザの端末に返信する。
【0034】
次に図11を用いてステップS21の詳細を説明する。まず、最初の2つの位置情報を走行経路DB32から取得して走行している道路の道路番号を特定し、走行実績データ・ファイル52の1つの行に登録する(ステップS31)。そして、開始位置(From)及び移動先位置(To)を、道路番号を登録した行に登録する(ステップS33)。
【0035】
そして当該道路番号の区間を以前に走行したことがあるかを判断する(ステップS35)。もし、走行したことのある区間であれば、ステップS53に移行する。一方、走行したことのない区間である場合には、処理を終了するかを判断する(ステップS37)。処理を終了すると判断された場合には、そのまま処理を終了して図8のステップS23に移行する。一方、処理を終了しないと判断された場合には、次の位置情報を走行経路DB32から取得する(ステップS39)。そして、既に登録されている移動先位置から今回取得した位置情報までの区間が以前に走行したことのある区間か否かを判断する(ステップS41)。
【0036】
もし、以前に走行したことのある区間である場合には(ステップS41:Yesルート)、走行したことのない区間から走行したことのある区間に移行したことになる。よって、走行実績データ・ファイル52において行を変更しなければならないので、処理はステップS47に移行する。一方、依然走行したことのない区間である場合には(ステップS41:Noルート)、道路番号が変化したか判断する(ステップS43)。道路番号が変化した場合には(ステップS43:Yesルート)、走行実績データ・ファイル52において行を変更しなければならないので、ステップS47に移行する。一方、道路番号が変化していない場合には(ステップS43:Noルート)、行を変更する必要が無く、取得した位置情報を移動先情報(To)として走行実績データ・ファイル52の現在の行を更新する(ステップS45)。そしてステップS37に戻る。
【0037】
行を変更しなければならない場合(ステップS41:Yesルート及びステップS43:Yesルート)、走行実績データ・ファイル52における現在行の移動先位置(To)を既に走行した区間の開始位置(取得した位置情報と同じではない場合もある。この場合には既に登録されている移動先情報と今回取得した位置情報までの区間に含まれる位置)に更新する(ステップS47)。そして、走行実績データ・ファイル52におけるフラグを1にセットする(ステップS49)。さらに、走行距離を地図データDB34を参照して計算し、現在行の距離の欄に格納する(ステップS51)。そして、ステップS31に戻る。ステップS31では、道路番号が変更になっていなければ前の行の道路番号を特定して、新たな行に登録する。一方、道路番号が変更になっていれば変更後の道路番号を特定して新たな行に登録する。また、ステップS33では、前の行の移動先位置(To)を開始位置(From)として現在行に登録し、ステップS39で取得した次の移動先情報を移動先位置(To)として現在行に登録する。以下同様の処理を実施する。
【0038】
また、ステップS35においてステップS53に移行するものと判断された場合にも、まず処理を終了するかを判断する(ステップS53)。処理を終了すると判断された場合には、そのまま処理を終了して図8のステップS23に移行する。一方、処理を終了しないと判断された場合には、次の位置情報を走行経路DB32から取得する(ステップS55)。そして、既に登録されている移動先位置から今回取得した位置情報までの区間が以前に走行したことのある区間か否かを判断する(ステップS57)。
【0039】
もし、以前に走行したことのない区間である場合には(ステップS57:Noルート)、走行したことのある区間から走行したことのない区間に移行したので、走行実績データ・ファイル52において行を変更しなければならない。よって、処理はステップS63に移行する。一方、依然走行したことのある区間である場合には(ステップS57:Yesルート)、道路番号が変化したか判断する(ステップS59)。道路番号が変化した場合には(ステップS59:Yesルート)、走行実績データ・ファイル52において行を変更しなければならないので、ステップS63に移行する。一方、道路番号が変化していない場合には(ステップS59:Noルート)、行を変更する必要が無く、取得した位置情報を移動先情報(To)として走行実績データ・ファイル52の現在の行を更新する(ステップS61)。そしてステップS53に戻る。なお、以前に走行したことのある経路についても、当該経路に対する重みをかけたものを距離の欄に登録するような構成であってもよい。
【0040】
行を変更しなければならない場合(ステップS57:Noルート及びステップS59:Yesルート)、走行実績データ・ファイル52における現在行の移動先位置(To)を以前に走行したことのない間の開始位置(取得した位置情報と同じではない場合もある。この場合には既に登録されている移動先情報と今回取得した位置情報までの区間に含まれる位置)に更新する(ステップS63)。そして、走行実績データ・ファイル52におけるフラグを0にセットする(ステップS65)。今回は、累積対象の走行ではないので、距離の計算は行なわない。そして、ステップS31に戻る。ステップS31では、道路番号が変更になっていなければ前の行の道路番号を特定して、新たな行に登録する。一方、道路番号が変更になっていれば変更後の道路番号を特定して新たな行に登録する。また、ステップS33では、前の行の移動先位置(To)を開始位置(From)として現在行に登録し、ステップS55で取得した次の移動先情報を移動先位置(To)として現在行に登録する。以下同様の処理を実施する。
【0041】
このようにすれば、図10で述べたような走行実績データ・ファイル52を生成することができるようになる。この走行実績データ・ファイル52が生成されれば、走行距離累積部53は、距離の列の数字を全て加算することにより、累積走行距離を簡単に得ることができるようになる。なお、以前に走行したことのある経路についても、当該経路に対する重みをかけたものを距離の欄に登録するような構成の場合には、(新規経路走行距離(フラグが1の累積走行距離))×1.0(重み)+(既に走行したことのある経路の走行距離(フラグが0の累積走行距離))×0.5(重み)といった計算にて累積走行距離を計算するような構成も可能である。1.0や0.5は一例である。既に走行したことのある経路についても地図修正のためのデータとしては役に立っており、通勤等で車を使用する人などに大きなインセンティブを与えることになり、より多くのデータ収集ができるようになる。
【0042】
次に図12を用いてユーザに特典を与えるための処理の一例を説明する。この処理はセンタ・サーバ3のユーザ・サービス処理部55とユーザの端末(図示せず。例えばパーソナル・コンピュータ、携帯電話機、携帯端末等の装置)とのデータのやり取りの例である。この場合、ユーザ・サービス処理部55は例えばウェブ(Web)サーバ機能を有しており、ユーザの端末はWebブラウザ機能を有しているものとする。なお、ここではコンピュータ間のやり取りを示すが、例えばユーザが電話を用いて依頼を出したり、情報を得たり、申し込みを行ったりするような構成であってもよい。この場合、例えばユーザ・サービス処理部55は自動音声応答機能を有している場合もある。
【0043】
まず、ユーザはユーザ端末を操作して、移動体コードを含む累積走行距離確認依頼をユーザ・サービス処理部55に送信する(ステップS71)。これに対してユーザ・サービス処理部55は、移動体コードを含む累積走行距離確認依頼を受信し(ステップS73)、累積走行距離データ・ファイル54を参照して、受信した移動体コードに対応する累積走行距離データを取得する(ステップS75)。そして、当該累積走行距離データを用いてサービス提供ランク・テーブルを参照して、サービス・ランクを特定する(ステップS77)。サービス提供ランク・テーブルの一例を図13に示す。ここでは500KmまではAランク、501Kmから1000KmまではBランク、1001Kmから2000KmまではCランク、2001Kmから4000KmまではDランク、4001Kmから10000KmまではEランク、10001Km以降はFランクというランク分けになっている。
【0044】
ユーザ・サービス処理部55は、取得した累積走行距離データ及び特定されたランク情報をユーザ端末に送信する(ステップS79)。ユーザ端末は、ユーザ・サービス処理部55から累積走行距離データ及びランク情報を受信し、表示装置に表示する(ステップS81)。これにてユーザは、自己の累積走行距離を確認することができ、且つ享受できるサービスのランクを知ることができるようになる。
【0045】
ここでサービスとは、例えばランクに応じたキャッシュバック(電子マネーの場合も含む)、ランクに応じた量のガソリン提供、ランクに応じた金券の提供、最新電子地図データの提供、ランクに応じた割引の提供等である。但し本実施の形態はこれらに限定されるものではない。
【0046】
もし、ユーザがこの時点でセンタからのサービス提供を希望する場合には、ユーザ端末を操作してサービス享受申込をユーザ・サービス処理部55に送信する(ステップS83)。センタ・サーバ3のユーザ・サービス処理部55は、ユーザ端末からサービス享受申込を受信し(ステップS85)、サービス提供のための処理を実施する(ステップS87)。例えば、キャッシュバックの場合にはユーザの銀行口座への振込のための処理、金券の提供の場合にはユーザへの発送のための処理、割引の提供の場合には割引券などの発送のための処理等を実施する。センタの運営者は、測量調査を実施せずとも、ユーザの移動体1から多くの位置情報が自動的・継続的に取得することができ、安価に地図データの修正を実施することができるようになる。この浮いた費用の一部をユーザに提供するものである。このようにして、ユーザは位置情報収集の対価としてサービスを得ることができるため、多くのユーザがこのシステムに参加するようになる。
【0047】
なお図12の説明では、累積走行距離のみを提供する例を示したが、例えば走行経路DB32の情報や走行実績データ・ファイル52の情報をユーザ・サービス処理部55から提供するような構成であってもよい。また、いろいろなサービス等を提供する場合には、ユーザ・サービス処理部55からサービス提供選択画面の情報を送信してユーザ端末に表示させ、ユーザにより選択されたサービスの情報をユーザ・サービス処理部55が受信し、当該選択サービスを提供するための処理を実施するような構成であってもよい。
【0048】
次に、図14及び図15を用いて、交通量データを集計する処理について説明する。走行実績処理部71は、走行実績データ・ファイル52を参照して、道路の区間単位で1時間毎の通行台数をカウントし、交通量データ・ファイル73に登録する(ステップS91)。例えば走行実績データ・ファイル52において、所定の道路番号で且つ所定の開始位置(又はその範囲)及び移動先位置(又はその範囲)を含む行数をカウントする。交通量データ・ファイル73の例を図15に示す。ここでは、日時(年月日時間:yymmddhh)毎に、道路番号、区間番号、1時間当りの通行台数が格納されるようになっている。
【0049】
そして、交通量処理部75は、特定の時間単位又は道路の区間単位で交通量(移動体1の台数)を集計し、記憶装置に格納する(ステップS93)。例えば、特定の時間帯毎、季節毎や、道路の区間毎に集計する。集計単位については、予め設定しておく。但し、図14の処理はバッチ処理でよいので、センタ運営者の必要な情報を得られるような設定を予め行っておく。交通量処理部75は、センタ運営者からの要求に応じて対応するデータを出力する(ステップS95)。要求に応じてではなく、自動的に出力するような構成とすることも可能である。さらに、集計するだけでなく、集計結果から実際の交通量を所定のルールに従って推測するような構成であってもよい。また、センタ運営者に出力するだけでなく、ユーザからの要求に対応して出力するような構成であってもよい。
【0050】
このようにすれば、混雑状況(渋滞など)を予測したり、道路の拡張計画立案、店舗の出店計画立案など様々な用途に用いることができるようになる。
【0051】
以上本発明の一実施の形態を説明したが、本発明はこれに限定されるものではない。例えば走行実績データ・ファイル52は上で述べたように開始位置及び移動先位置並びに距離のみを記録するような構成となっているが、速度や加速度の情報をさらに計算し、格納するような構成も可能である。このようにすれば運行中に発生する急ブレーキ等の異常状態を、発生した位置と合わせて取得することができるようになり、道路の特定位置での通行上の危険を推測することも可能となる。山間部であれば、道路の通行難易度(整備度合い)を推測することも可能となる。このように、走行経路DB32に格納されたデータを用いて又はさらに多くのデータを移動体1から収集してより複雑な処理を実施する場合もある。
【0052】
(付記1)
複数の移動体により計測された時系列位置データを取得して、時系列位置データ格納部に格納する取得ステップと、
地図データ格納部に格納された地図データ中の所定の位置と当該地図データ中の所定の位置に対応し且つ前記時系列位置データ格納部に格納された時系列位置データから得られる位置との差を計算するステップと、
前記地図データ中の所定の位置毎に前記差の代表値を計算するステップと、
前記差の代表値が所定の基準を超える場合には、前記地図データ中の所定の位置を前記差の代表値を用いて修正し、修正後の位置データを前記地図データ格納部に格納するステップと、
を含む地図データ修正方法。
【0053】
(付記2)
前記時系列位置データ格納部に格納された時系列位置データに基づいて、移動体毎に移動距離を集計する移動距離集計ステップと、
集計された前記移動距離に基づき、当該移動体の保持者に対し所定の特典を付与するための処理を実施するステップと、
をさらに含む付記1記載の地図データ修正方法。
【0054】
(付記3)
前記移動距離集計ステップにおいて、
前記移動距離に対して新規経路か既に計測した経路かを判断し、それぞれの重み付けで集計する
ことを特徴とする付記2記載の地図データ修正方法。
【0055】
(付記4)
前記時系列位置データ格納部に格納された時系列位置データに基づいて、道路の所定区間毎の移動体数を所定の時間帯について計数するステップ、
をさらに含む付記1乃至3のいずれか1つ記載の地図データ修正方法。
【0056】
(付記5)
前記時系列位置データ格納部に格納された時系列位置データから、移動体毎に、当該移動体が移動した道路の識別情報、移動時刻情報、移動開始位置、移動終了位置情報、及び移動距離情報を計算するステップ
をさらに含む付記1乃至4のいずれか1つ記載の地図データ修正方法。
【0057】
(付記6)
前記取得ステップにおいて、
前記複数の移動体により計測された時系列位置データの誤差情報を取得し、
前記差を計算するステップにおいて、
前記誤差情報が所定の条件を満たす場合には、対応する時系列位置データを計算対象外とする
ことを特徴とする付記1乃至5のいずれか1つ記載の地図データ修正方法。
【0058】
(付記7)
複数の移動体により計測された時系列位置データを取得して、時系列位置データ格納部に格納する手段と、
地図データ格納部に格納された地図データ中の所定の位置と当該地図データ中の所定の位置に対応し且つ前記時系列位置データ格納部に格納された時系列位置データから得られる位置との差を計算する手段と、
前記地図データ中の所定の位置毎に前記差の代表値を計算する手段と、
前記差の代表値が所定の基準を超える場合には、前記地図データ中の所定の位置を前記差の代表値を用いて修正し、修正後の位置データを前記地図データ格納部に格納する手段と、
を有する地図データ修正装置。
【0059】
(付記8)
コンピュータに、
複数の移動体により計測された時系列位置データを取得して、時系列位置データ格納部に格納するステップと、
地図データ格納部に格納された地図データ中の所定の位置と当該地図データ中の所定の位置に対応し且つ前記時系列位置データ格納部に格納された時系列位置データから得られる位置との差を計算するステップと、
前記地図データ中の所定の位置毎に前記差の代表値を計算するステップと、
前記差の代表値が所定の基準を超える場合には、前記地図データ中の所定の位置を前記差の代表値を用いて修正し、修正後の位置データを前記地図データ格納部に格納するステップと、
を実行させるための地図データ修正プログラム。
【0060】
(付記9)
コンピュータに、
複数の移動体により計測された時系列位置データを取得して、時系列位置データ格納部に格納するステップと、
地図データ格納部に格納された地図データ中の所定の位置と当該地図データ中の所定の位置に対応し且つ前記時系列位置データ格納部に格納された時系列位置データから得られる位置との差を計算するステップと、
前記地図データ中の所定の位置毎に前記差の代表値を計算するステップと、
前記差の代表値が所定の基準を超える場合には、前記地図データ中の所定の位置を前記差の代表値を用いて修正し、修正後の位置データを前記地図データ格納部に格納するステップと、
を実行させるための地図データ修正プログラムを格納した記録媒体。
【0061】
【発明の効果】
以上述べたように、本発明により地図データを精度良く修正することができる。
【0062】
また、位置情報を提供するユーザに対して特典を与えることができるため、より多くの位置情報を取得することができるようになる。さらに、多様な交通データを利用できるようになる。
【図面の簡単な説明】
【図1】 本発明の一実施の形態に係るシステムの概要を示す図である。
【図2】 移動体における処理フローを示す図である。
【図3】 走行経路データ・ファイルのデータ・フォーマットの一例を示す図である。
【図4】 地図データ修正のための処理フローを示す図である。
【図5】 地図データと走行データの対応関係を表す模式図である。
【図6】 比較部における処理結果の一例を示す図である。
【図7】 地図データ修正の原理を説明するための図である。(a)は地図データが正確である場合の例、(b)は地図データが不正確な場合の例を示す。
【図8】 各移動体の走行距離を累積するための処理フローを示す図である。
【図9】 走行実績データ・ファイルのデータ・フォーマットの一例を示す図である。
【図10】 累積走行距離データ・ファイルのデータ・フォーマットの一例を示す図である。
【図11】 走行実績データ・ファイルの生成処理フローを示す図である。
【図12】 ユーザ・サービス処理部の処理を説明するための図である。
【図13】 サービス提供ランク・テーブルの一例を示す図である。
【図14】 交通量計算処理フローを示す図である。
【図15】 交通量データ・ファイルのデータ・フォーマット例を示す図である。
[0001]
[Technical field to which the invention belongs]
The present invention relates to a technique for correcting map data using positioning data from a moving body.
[0002]
[Prior art]
For example, Japanese Patent Laid-Open No. 10-289396 discloses a process when road data differs from an actual road shape due to road repair or the like in order to control the shift stage of an automatic transmission of a vehicle based on road data. ing. That is, when the current position deviates from the position on the road data, the vehicle navigation device transmits the deviated position to the base station side. When the correction data is transmitted from the vehicle side, the base station corrects the map data based on the transmitted data.
[0003]
[Problems to be solved by the invention]
In this publication, since the difference between the vehicle and the map is calculated, the processing load on the vehicle is large. Further, since it is an invention for controlling an automatic transmission, a difference in curvature of a curve on a road is a problem. In addition, since the main purpose is to detect the modification of a road whose road data is greatly changed, the road data is not corrected unless a predetermined number or more of the same road correction data is collected. However, there is a case where a map is created using incorrect position data at the time of creating a map even if the road is not actually renovated. Even in such a case, the map data should be corrected. The measurement value always includes an error, and it is considered that the situation where a predetermined number or more of the same road correction data is collected does not occur as in this publication. In particular, when the road data is finely adjusted, it is considered that the correction is hardly performed in this publication.
[0004]
Therefore, an object of the present invention is to provide a technique for correcting map data with high accuracy.
[0005]
Another object is to provide a technique for enabling acquisition of more position information.
[0006]
[Means for Solving the Problems]
The map data correction method of the present invention acquires time-series position data measured by a plurality of moving bodies (for example, a vehicle, for example, the moving body 1 in the embodiment), and obtains a time-series position data storage unit (for example, an implementation). The acquisition step (for example, step S11 in the embodiment: FIG. 4) stored in the travel route DB 32 in the embodiment and the predetermined position in the map data stored in the map data storage unit (for example, the map data DB 34 in the embodiment) And a step of calculating the difference between the position corresponding to the predetermined position in the map data and the position obtained from the time-series position data stored in the time-series position data storage unit and storing it in the storage device (for example, in the embodiment) Step S13: FIG. 4) and a representative value of the difference for each predetermined position in the map data (for example, a simple average or a weighted average indicating an average tendency of the distribution) And the like (step S15 in the embodiment: FIG. 4) and the representative value of the difference exceeds a predetermined reference, the predetermined position in the map data is A step of correcting using the representative value of the difference and storing the corrected position data in the map data storage unit (for example, step S17 in the embodiment: FIG. 4).
[0007]
According to the present invention, by calculating the representative value of the difference from the map data, the error can be statistically canceled, and the map data can be corrected with more accurate data.
[0008]
Further, based on the time-series position data stored in the time-series position data storage unit, the movement distance is aggregated for each moving body and stored in the storage device (for example, step S23 in the embodiment: FIG. 8). ) And a step (for example, the process of FIG. 12) of performing a process for giving a predetermined privilege to the holder of the mobile body based on the total travel distance is also possible. . A privilege corresponding to the travel distance is given as a consideration for cooperating with the map data correction.
[0009]
Further, in the travel distance counting step described above, based on the time-series position data, the new route travel distance and the same route travel distance that has already been passed are determined with a predetermined weight for each moving object. A configuration in which addition is performed is also possible. For example, the travel distance is totaled by a calculation of new route travel distance × A + same route travel distance × B. Here, A and B are weights, and for example, A = 1 and B = 0 may be adopted. This is because it is helpful to obtain map data for a wide range of roads evenly.
[0010]
Further, based on the time-series position data stored in the time-series position data storage unit, a step of counting the number of moving bodies for each predetermined section of the road for a predetermined time zone and storing it in a storage device (for example, in the embodiment) Step S91: A configuration further including FIG. 14) is also possible. As a result, the traffic volume can be grasped for each road, and the fluctuation amount with time can be calculated.
[0011]
As the representative value, a value representing a central tendency of the distribution, which is used in statistical processing, such as an average value by a simple average or a weighted average, or a median value or a mode value, is used.
[0012]
The map data correction method of the present invention can be implemented by a program for executing the map data correction method. In this case, the program includes, for example, a floppy disk, a CD-ROM, a magneto-optical disk, It is stored in a storage medium or storage device such as a semiconductor memory or a hard disk. The program may be transmitted via a network. Note that data being processed is temporarily stored in the memory of the computer.
[0013]
DETAILED DESCRIPTION OF THE INVENTION
FIG. 1 shows a system outline diagram according to an embodiment of the present invention. For example, a plurality of moving bodies 1 that are automobiles include, for example, a position information acquisition unit 11 that measures its own position over time using a signal from a GPS (Global Positioning System) satellite 5, and the position information acquisition unit 11. A travel route data file 15 that stores the acquired position information in time series and a transmission unit 13 that transmits the content of the travel route data file 15 regularly or irregularly are included. The moving body 1 is not limited to an automobile, and may be, for example, a bicycle or a person holding a device including at least the position information acquisition unit 11 and the travel route data file 15. Moreover, the transmission part 13 may be connected to a mobile phone or a PHS (Personal Handyphone System) phone to transmit information.
[0014]
In the present embodiment, the transmitter 13 of the mobile unit 1 wirelessly transmits information in the travel route data file 15 to the radio base station 7, and the radio base station 7 passes through a wired network such as the public line network 9. The data is transferred to the center server 3.
[0015]
However, the configuration may be such that information in the travel route data file 15 is directly transmitted to the center server 3 from the transmission unit 13 of the mobile body 1 or transmission from the radio base station 7 to the center server 3. Also, the configuration may be such that wireless communication is used instead of wired communication. Further, when the mobile unit 1 includes a device that can read and write to any recording medium, the information of the travel route data file 15 is written to the recording medium, and the recording medium is stored in the center The configuration may be such that mail is sent to the center operator who operates the server 3. Also, instead of transmitting from the mobile unit 1 to the center server 3, the information of the travel route data file 15 stored in the recording medium is read into another computer and transmitted from the other computer to the center server 3. Such a configuration may be adopted. Further, the GPS is an example, and a configuration for measuring position information by another method may be used.
[0016]
The center server 3 receives, for example, travel route data (time-series position data) sent from each mobile unit 1 via the public line network 9 and registers it in the travel route DB 32, and each mobile unit. 1 obtained by map matching with a travel route DB 32 for storing travel route data sent from 1, a map data DB 34 for storing position information of each point on the road, and position data of each point in the map data DB 34, and A comparison unit 33 that compares corresponding position data in the travel route DB 32 and a correction unit 35 that corrects position data of each point on the road based on the comparison result of the comparison unit 33 are included. These processing units can correct the map data.
[0017]
Further, the center server 3 refers to the travel route DB 32, generates travel record data of each mobile unit 1, and generates a travel distance processing unit 51 that stores the travel record data file 52 in the travel result data file 52. The travel result data file 52 for storing the travel result data of each mobile body 1 and the cumulative travel distance data of each mobile body 1 are generated with reference to the travel result data file 52, and the cumulative travel distance data file Reference is made to a mileage accumulating unit 53 stored in 54, an accumulated mileage data file 54 storing accumulated mileage data of each mobile 1 generated by the mileage accumulating unit 53, and an accumulated mileage data file 54. And a user service processing unit 55 that performs processing for services to the user of the mobile unit 1. Thereby, the process for providing the privilege with respect to the user of each moving body can be implemented.
[0018]
Further, the center server 3 refers to the travel record data file 52 and aggregates the traffic volume for each road section, for example, in units of one hour, and stores it in the traffic volume data file 73. A traffic volume data file 73 for storing the traffic volume data tabulated by the travel performance processing section 71, and a traffic volume processing section 75 for collecting the traffic volume data in a predetermined unit with reference to the traffic volume data file 73. Including. Thereby, it becomes possible to grasp or estimate the traffic volume for each road or time.
[0019]
The center server 3 may realize the above functions with a single computer, or may realize the above functions with a plurality of computers. Further, it may be realized by a combination of a computer program and ordinary computer hardware, or may be realized by combining a dedicated electronic circuit.
[0020]
Next, processing in each moving body 1 will be described with reference to FIG. Position of mobile 1 information The acquisition unit 11 periodically acquires position information during traveling when the moving body 1 starts moving or according to an instruction from the user of the moving body 1, and includes time information in the traveling route data file 15. Register (step S1). The data format stored in the travel route data file 15 is, for example, as shown in FIG. That is, it includes information on the mobile code, time (year / month / day / hour / minute / second: yyyymmddhhmmss), and latitude (degree), longitude (degree), and altitude (m) at that time. Furthermore, information on longitude error (degree), latitude error (degree), and altitude error (m) is also acquired and registered in the travel route data file 15. These pieces of error information are data indicating the range of fluctuation of the position information acquired by the moving body 1.
[0021]
And it is judged whether the transmission timing by the transmission part 13 was reached (step S3). This transmission timing is arbitrary and may be once a day or once a week, for example. Further, the transmission timing instructed by the user of the mobile unit 1 may be followed without automatically determining the transmission timing. If it is not the transmission timing, the process proceeds to step S7. On the other hand, when it is determined that the transmission timing is reached, the transmission unit 13 transmits untransmitted position information and time information (step S5). Error information is also transmitted. Such a process is repeated until the process ends (step S7). However, the end of the process may be determined as the end of the process when the user of the moving body 1 is instructed, or the process may be automatically ended when the movement of the moving body 1 stops for a predetermined time or more. good.
[0022]
Further, the data of the travel route data file 15 may be configured to be deleted when transmitted by the transmission unit 13, or by adding information on what data has been transmitted, It may be configured to accumulate as long as one storage capacity permits.
[0023]
The position information, time information, and error information transmitted by the transmission unit 13 in this way are transferred to the center server 3 via the radio base station 7, the public line network 9, and the like.
[0024]
Next, processing in the center server 3 will be described with reference to FIGS. First, map data correction processing will be described with reference to FIGS. The receiving unit 31 of the center server 3 receives the position information and time information from each mobile body 1 and registers them in the travel route DB 32 (step S11). Also, error information is received and registered in the travel route DB 32. For example, data similar to that shown in FIG. 3 is stored in the travel route DB 32. Next, the comparison unit 33 calculates the difference (Δr) between the received position information (stored in the travel route DB 32) and the position information in the map data DB 34 for each reference point of the road (step S13). This process will be described with reference to FIG.
[0025]
For example, it is assumed that a road registered in the map data DB 34 has an A-B-C shape (shown by a dotted line) as shown in FIG. On the other hand, it is assumed that the travel route is AB′-C ′ from the position information and time information stored in the travel route DB 32. Thus, the road ABC registered in the map data DB 34 may actually be AB′-C ′. Therefore, a point on the travel route corresponding to each reference point provided on the road (X in the example of FIG. 5; provided every 1 km, for example) is obtained by the map matching technique. In the example of FIG. 5, the point corresponding to X is X ′. The map matching technique is a well-known technique and will not be described further here. Note that the position information at X ′ is calculated by interpolation of surrounding position information when the position information itself is not included in the travel route DB 32.
[0026]
Then, the comparison unit 33 calculates Δr = XX ′. X is a position vector of X expressed in a certain coordinate system, and X ′ is a position vector of X ′ expressed in the same coordinate system. Δr is in the form of Δx, Δy, Δz when expressed in the earth fixed coordinate system. The comparison unit 33 performs the above calculation from the position information and time information from each moving body 1 and generates data as shown in FIG. 6 for each reference point of the road. That is, for each road reference point (point specified by longitude (degrees) and latitude (degrees)), for example, a serial number indicating the number of times of travel (including travel on different mobile bodies as well as the same mobile body) and at that time Δx, Δy, and Δz are included.
[0027]
In addition, when error information exceeds a predetermined threshold value, a configuration in which position information and time information are not registered in the travel route DB 32 in step S11 or a configuration in which the error information is excluded from the calculation target in step S13 is possible. In this way, it is possible to eliminate data when the error is larger than a certain value, that is, when the quality of the position information acquired by the mobile body 1 is poor.
[0028]
Next, the correction unit 35 adds all the differences for each road reference point among the data as shown in FIG. 6 calculated by the comparison unit 33 for each Δx, Δy, Δz, and calculates the cumulative value of Δx as the number of Δx. (Maximum value of serial number), the cumulative value of Δy is divided by the number of Δy (maximum value of serial number), and the cumulative value of Δz is divided by the number of Δz (maximum value of serial number) (step S15). The result of the division is the average value of Δx, Δy, Δz. This average value is close to 0 if it is assumed that the map data is accurate and the position information acquired by the position information acquisition unit 11 of the mobile object 1 varies according to a Gaussian distribution with a certain error. Let's go. However, if the map data is inaccurate, the average values of Δx, Δy, and Δz are predicted to deviate from zero. That is, as shown in FIG. 7A, if the map data is accurate, Δx (same for Δy and Δz) takes a Gaussian distribution centered on zero. However, if the map data is inaccurate, Δx takes a Gaussian distribution centered on a point that deviates from 0 by the average value of Δx. Therefore, if the average value of Δx is used as the correction amount, the map data can be corrected to an accurate value. Note that variation from the average value for each of Δx, Δy, and Δz (standard deviation σ x , Σ y , Σ y ) Is also calculated. In some cases, instead of the average value, a value representing the central tendency of the distribution used in statistical processing, such as a median value or a mode value, may be calculated.
[0029]
Therefore, the correction unit 35 uses the average values of the differences Δx, Δy, Δz for the reference points having the average values of the differences Δx, Δy, Δz that exceed a predetermined reference (0 in this example), the map in the map data DB 34. The data is corrected, and the corrected map data is registered in the map data DB 34 (step S17). The average value of Δx, Δy, Δz is the standard deviation σ x , Σ y , Σ y If it exceeds, map data may be modified. Further, instead of using the average value as a reference or correcting with the average value, correction may be performed with a value representing the central tendency of the distribution such as the median value or the mode value.
[0030]
In this way, based on the position information measured by the plurality of moving bodies 1, the center server 3 performs map data DB3. 4 The map data can be corrected. In addition, the structure which transmits the corrected map data to the mobile body 1 may be sufficient. Further, in the present embodiment, the correction is not performed based on the difference between the map data and the travel data, which is calculated based on the position information from one moving body, but based on the position information from a plurality of moving bodies, Since a process for canceling the error included in each position information is performed, a more accurate correction amount can be calculated, and more accurate map data can be obtained.
[0031]
Next, a process for giving a privilege to the user of the moving body 1 will be described with reference to FIGS. FIG. 8 shows preprocessing. First, the travel distance processing unit 51 calculates a travel route and a distance for each moving body 1 (step S21). In the present embodiment, the mileage processing unit 51 does not simply calculate the mileage of the mobile body 1 but rather travels as many roads as possible and acquires information about many roads. Even if the vehicle travels twice or more, a process is performed so that the second and subsequent minutes are not included in the cumulative travel distance. However, the second and subsequent minutes may be converted to be shorter than the first time and accumulated. More generally, the configuration may be such that it is determined whether the route is a new route or a route that has already been measured, and totalization is performed with respective weightings. Details of the processing in step S21 will be described with reference to FIG. Then, the calculation result of step S21 is registered in the travel record data file 52.
[0032]
The data format of the running record data file 52 is, for example, as shown in FIG. That is, for each moving object code, road identification information (road number), travel date (year / month / day: yymmddhh), start position (From (longitude)), start position (From (latitude)), destination position (to ( Longitude)), destination position (To (latitude)), distance, and flag. Thus, in this embodiment, if the road number changes, the line is changed and recorded. In the flag column, 0 is stored for a road section that has traveled before, and 1 is stored for a road section that has not traveled before. Therefore, even if the road number is the same, if the section has traveled in the past, 0 is stored in the flag column, and if the section has never traveled in the past, the row is changed to 1 in the flag column. To store. Conversely, even if the road number is the same, if the vehicle has traveled in a section that has not traveled in the past, 1 is stored in the flag column, and if the vehicle has traveled in the past, the line is changed to change the flag. 0 is stored in the column. In order to simplify the calculation in later processing, the distance is stored only in the row where the flag is 1 in the distance column.
[0033]
The travel distance accumulating unit 53 refers to the travel performance data file 52, accumulates the travel distance for each mobile body 1, and registers the accumulated travel distance in the accumulated travel distance data file 54 (step S23). Accumulation An example of the data format of the mileage data file 54 is shown in FIG. Thus, the mobile body code and the accumulated travel distance data are stored in pairs. As will be described later, the user service processing unit 55 creates response data based on the accumulated mileage data file 54 in response to various inquiries from the user terminal, for example, and returns the response data to the user terminal.
[0034]
Next, details of step S21 will be described with reference to FIG. First, the first two pieces of position information are acquired from the travel route DB 32, the road number of the road on which the vehicle is traveling is specified, and registered in one line of the travel record data file 52 (step S31). Then, the start position (From) and the destination position (To) are registered in the line where the road number is registered (step S33).
[0035]
Then, it is determined whether or not the road number section has been traveled before (step S35). If it is a section that has traveled, the process proceeds to step S53. On the other hand, if it is a section that has not traveled, it is determined whether or not to end the process (step S37). If it is determined that the process is to be terminated, the process is terminated as it is, and the process proceeds to step S23 in FIG. On the other hand, if it is determined not to end the process, the next position information is acquired from the travel route DB 32 (step S39). Then, it is determined whether or not the section from the already registered destination position to the position information acquired this time has been traveled before (step S41).
[0036]
If it is a section that has traveled before (step S41: Yes route), it has shifted from a section that has never traveled to a section that has traveled Will be . Therefore, since the line must be changed in the travel record data file 52, the process proceeds to step S47. On the other hand, if the section has never traveled (step S41: No route), it is determined whether the road number has changed (step S43). If the road number has changed (step S43: Yes route), the line must be changed in the travel record data file 52, and the process proceeds to step S47. On the other hand, if the road number has not changed (step S43: No route), there is no need to change the line, and the current line of the travel record data file 52 is obtained using the acquired position information as the destination information (To). Is updated (step S45). Then, the process returns to step S37.
[0037]
When the line has to be changed (step S41: Yes route and step S43: Yes route), the start position (acquired position) of the section that has already traveled the destination position (To) of the current line in the travel record data file 52 In this case, the information is updated to the destination information already registered and the position included in the section up to the position information acquired this time (step S47). Then, the flag in the running record data file 52 is set to 1 (step S49). Further, the travel distance is calculated with reference to the map data DB 34 and stored in the distance column of the current line (step S51). Then, the process returns to step S31. In step S31, if the road number is not changed, the road number of the previous line is specified and registered in a new line. On the other hand, if the road number is changed, the changed road number is specified and registered in a new line. In step S33, the movement destination position (To) of the previous line is registered in the current line as the start position (From), and the next movement destination information acquired in step S39 is registered in the current line as the movement destination position (To). sign up. Thereafter, the same processing is performed.
[0038]
Also, if it is determined in step S35 that the process proceeds to step S53, it is first determined whether or not to end the process (step S53). If it is determined that the process is to be terminated, the process is terminated as it is, and the process proceeds to step S23 in FIG. On the other hand, if it is determined not to end the process, the next position information is acquired from the travel route DB 32 (step S55). Then, it is determined whether or not the section from the already registered destination position to the position information acquired this time has been traveled before (step S57).
[0039]
If it is a section that has not traveled before (step S57: No route), since the section that has traveled has shifted to a section that has not traveled, a line is recorded in the travel record data file 52. Must be changed. Therefore, the process proceeds to step S63. On the other hand, if it is a section that has still traveled (step S57: Yes route), it is determined whether the road number has changed (step S59). If the road number has changed (step S59: Yes route), the line must be changed in the running record data file 52, and the process proceeds to step S63. On the other hand, if the road number has not changed (step S59: No route), there is no need to change the line, and the current line of the driving record data file 52 is obtained using the acquired position information as the destination information (To). Is updated (step S61). Then, the process returns to step S53. In addition, about the route which has traveled before, the structure which registered the weighting with respect to the said route in the column of distance may be sufficient.
[0040]
When it is necessary to change the line (step S57: No route and step S59: Yes route), the travel destination position (To) of the current line in the travel record data file 52 has never traveled before. Ward In some cases, it is not the same as the acquired position information. In this case, it is updated to the already registered destination information and the position included in the section up to the currently acquired position information (step S63). . Then, the flag in the running record data file 52 is set to 0 (step S65). This time, the distance is not calculated because it is not an accumulation target run. Then, the process returns to step S31. In step S31, if the road number is not changed, the road number of the previous line is specified and registered in a new line. On the other hand, if the road number is changed, the changed road number is specified and registered in a new line. In step S33, the movement destination position (To) of the previous line is registered in the current line as the start position (From), and the next movement destination information acquired in step S55 is registered in the current line as the movement destination position (To). sign up. Thereafter, the same processing is performed.
[0041]
In this way, it is possible to generate the travel record data file 52 as described in FIG. If this traveling result data file 52 is generated, the traveling distance accumulating unit 53 can easily obtain the accumulated traveling distance by adding all the numbers in the distance column. In the case of a configuration in which a route that has traveled before is also registered in the distance column with a weight applied to the route, (new route travel distance (cumulative travel distance with flag 1)) ) × 1.0 (weight) + (travel distance of a route that has already traveled (cumulative travel distance when flag is 0)) × 0.5 (weight) Is also possible. 1.0 and 0.5 are examples. Routes that have already been traveled are also useful as data for map correction, giving a great incentive to people who use cars for commuting and the like, and more data can be collected.
[0042]
Next, an example of the process for giving a privilege to a user is demonstrated using FIG. This process is an example of data exchange between the user service processing unit 55 of the center server 3 and a user terminal (not shown, for example, a device such as a personal computer, a mobile phone, or a mobile terminal). In this case, it is assumed that the user service processing unit 55 has, for example, a web (Web) server function, and the user terminal has a web browser function. In addition, although the exchange between computers is shown here, the structure where a user makes a request using a telephone, obtains information, or makes an application may be used. In this case, for example, the user service processing unit 55 may have an automatic voice response function.
[0043]
First, the user operates the user terminal to transmit a cumulative travel distance confirmation request including a moving body code to the user service processing unit 55 (step S71). In response to this, the user service processing unit 55 receives the cumulative travel distance confirmation request including the mobile body code (step S73), refers to the cumulative travel distance data file 54, and corresponds to the received mobile body code. Accumulated travel distance data is acquired (step S75). Then, the service rank is specified by referring to the service provision rank table using the accumulated mileage data (step S77). An example of the service provision rank table is shown in FIG. Here, the rank is A rank from 500Km, B rank from 501Km to 1000Km, C rank from 1001Km to 2000Km, D rank from 2001Km to 4000Km, E rank from 4001Km to 10000Km, and F rank from 10001Km onwards. ing.
[0044]
The user service processing unit 55 transmits the acquired cumulative travel distance data and the specified rank information to the user terminal (step S79). The user terminal receives the accumulated mileage data and rank information from the user service processing unit 55 and displays them on the display device (step S81). As a result, the user can check his / her cumulative travel distance and know the ranks of services that can be enjoyed.
[0045]
Here, the service refers to, for example, cashback according to the rank (including electronic money), supply of gasoline according to the rank, provision of cash vouchers according to the rank, provision of the latest electronic map data, according to the rank Such as providing discounts. However, the present embodiment is not limited to these.
[0046]
If the user wishes to provide a service from the center at this point, the user terminal is operated to transmit a service enjoyment application to the user / service processing unit 55 (step S83). The user service processing unit 55 of the center server 3 receives the service enjoyment application from the user terminal. (Step S85) Then, processing for providing the service is performed (step S87). For example, in the case of cash back, processing for transfer to the user's bank account, in the case of providing a cash voucher, processing for shipping to the user, in the case of providing a discount, for shipping of a discount ticket, etc. The process etc. is implemented. The center operator can automatically and continuously acquire a large amount of position information from the user's moving body 1 without carrying out surveying surveys, and can correct map data at low cost. become. A part of this floating cost is provided to the user. In this way, the user can obtain a service as a price for collecting location information, so that many users participate in this system.
[0047]
In the description of FIG. 12, an example in which only the cumulative travel distance is provided is shown. However, for example, the configuration is such that the information on the travel route DB 32 and the information on the travel performance data file 52 are provided from the user service processing unit 55. May be. When various services are provided, information on a service provision selection screen is transmitted from the user service processing unit 55 and displayed on the user terminal, and information on the service selected by the user is displayed on the user service processing unit. The configuration may be such that 55 receives and performs the process for providing the selection service.
[0048]
Next, a process for counting traffic data will be described with reference to FIGS. 14 and 15. The travel performance processing unit 71 refers to the travel performance data file 52, counts the number of traffic per hour for each section of the road, and registers it in the traffic data file 73 (step S91). For example, in the travel record data file 52, the number of lines having a predetermined road number and including a predetermined start position (or range thereof) and destination position (or range thereof) is counted. An example of the traffic data file 73 is shown in FIG. Here, for each date and time (year / month / day / hour: yymmddhh), a road number, a section number, and the number of traffic per hour are stored.
[0049]
Then, the traffic volume processing unit 75 totals the traffic volume (number of mobile bodies 1) in a specific time unit or road section unit and stores it in the storage device (step S93). For example, the calculation is performed for each specific time zone, each season, or each road section. The aggregation unit is set in advance. However, since the process of FIG. 14 may be a batch process, settings are made in advance to obtain information necessary for the center operator. The traffic processing unit 75 outputs corresponding data in response to a request from the center operator (step S95). It is also possible to adopt a configuration that automatically outputs instead of responding to a request. Furthermore, the configuration may be such that the actual traffic volume is estimated according to a predetermined rule from the counting result, in addition to the counting. Moreover, the structure which outputs not only to a center operator but according to the request | requirement from a user may be sufficient.
[0050]
In this way, it can be used for various purposes such as predicting the congestion situation (such as traffic jams), planning road expansion plans, and opening store plans.
[0051]
Although one embodiment of the present invention has been described above, the present invention is not limited to this. For example, the running record data file 52 is configured to record only the start position, the destination position, and the distance as described above, but is configured to further calculate and store speed and acceleration information. Is also possible. In this way, abnormal conditions such as sudden braking that occurs during operation can be acquired together with the position where it occurred, and it is also possible to estimate the danger of traffic at a specific position on the road Become. If it is a mountainous area, it is also possible to estimate the road difficulty (the degree of maintenance) of the road. As described above, more complicated processing may be performed by using data stored in the travel route DB 32 or collecting more data from the moving body 1.
[0052]
(Appendix 1)
An acquisition step of acquiring time-series position data measured by a plurality of moving bodies and storing it in a time-series position data storage unit;
A difference between a predetermined position in the map data stored in the map data storage unit and a position corresponding to the predetermined position in the map data and obtained from the time series position data stored in the time series position data storage unit A step of calculating
Calculating a representative value of the difference for each predetermined position in the map data;
When the representative value of the difference exceeds a predetermined reference, the predetermined position in the map data is corrected using the representative value of the difference, and the corrected position data is stored in the map data storage unit When,
Map data correction method including.
[0053]
(Appendix 2)
Based on the time-series position data stored in the time-series position data storage unit, a movement distance counting step of totaling the movement distance for each moving body,
Implementing a process for giving a predetermined privilege to the holder of the mobile body based on the total travel distance;
The map data correction method according to appendix 1, further comprising:
[0054]
(Appendix 3)
In the moving distance counting step,
Judge whether the route is a new route or a route that has already been measured with respect to the travel distance, and add up each weight.
The map data correction method according to supplementary note 2, characterized by:
[0055]
(Appendix 4)
Counting the number of moving bodies for each predetermined section of the road for a predetermined time zone based on the time-series position data stored in the time-series position data storage unit;
The map data correction method according to any one of supplementary notes 1 to 3, further including:
[0056]
(Appendix 5)
From the time-series position data stored in the time-series position data storage unit, for each moving object, road identification information, moving time information, moving start position, moving end position information, and moving distance information for the moving object. Step to calculate
The map data correction method according to any one of supplementary notes 1 to 4, further including:
[0057]
(Appendix 6)
In the obtaining step,
Obtaining error information of time-series position data measured by the plurality of moving bodies;
Calculating the difference,
When the error information satisfies a predetermined condition, the corresponding time-series position data is excluded from calculation.
The map data correction method according to any one of appendices 1 to 5, characterized in that:
[0058]
(Appendix 7)
Means for acquiring time-series position data measured by a plurality of mobile objects and storing the time-series position data in a time-series position data storage unit;
A difference between a predetermined position in the map data stored in the map data storage unit and a position corresponding to the predetermined position in the map data and obtained from the time series position data stored in the time series position data storage unit A means of calculating
Means for calculating a representative value of the difference for each predetermined position in the map data;
Means for correcting a predetermined position in the map data using the representative value of the difference and storing the corrected position data in the map data storage unit if the representative value of the difference exceeds a predetermined reference When,
A map data correction device.
[0059]
(Appendix 8)
On the computer,
Acquiring time-series position data measured by a plurality of mobile objects and storing the time-series position data in a time-series position data storage unit;
A difference between a predetermined position in the map data stored in the map data storage unit and a position corresponding to the predetermined position in the map data and obtained from the time series position data stored in the time series position data storage unit A step of calculating
Calculating a representative value of the difference for each predetermined position in the map data;
When the representative value of the difference exceeds a predetermined reference, the predetermined position in the map data is corrected using the representative value of the difference, and the corrected position data is stored in the map data storage unit When,
Map data correction program to execute.
[0060]
(Appendix 9)
On the computer,
Acquiring time-series position data measured by a plurality of mobile objects and storing the time-series position data in a time-series position data storage unit;
A difference between a predetermined position in the map data stored in the map data storage unit and a position corresponding to the predetermined position in the map data and obtained from the time series position data stored in the time series position data storage unit A step of calculating
Calculating a representative value of the difference for each predetermined position in the map data;
When the representative value of the difference exceeds a predetermined reference, the predetermined position in the map data is corrected using the representative value of the difference, and the corrected position data is stored in the map data storage unit When,
A recording medium storing a map data correction program for executing the program.
[0061]
【The invention's effect】
As described above, map data can be corrected with high accuracy according to the present invention.
[0062]
Moreover, since a privilege can be given with respect to the user who provides positional information, more positional information can be acquired now. In addition, various traffic data can be used.
[Brief description of the drawings]
FIG. 1 is a diagram showing an overview of a system according to an embodiment of the present invention.
FIG. 2 is a diagram showing a processing flow in a mobile object.
FIG. 3 is a diagram showing an example of a data format of a travel route data file.
FIG. 4 is a diagram showing a processing flow for correcting map data.
FIG. 5 is a schematic diagram showing the correspondence between map data and travel data.
FIG. 6 is a diagram illustrating an example of a processing result in a comparison unit.
FIG. 7 is a diagram for explaining the principle of map data correction. (A) shows an example when map data is accurate, and (b) shows an example when map data is inaccurate.
FIG. 8 is a diagram showing a processing flow for accumulating the travel distance of each mobile object.
FIG. 9 Driving performance It is a figure which shows an example of the data format of a data file.
FIG. 10 Cumulative mileage It is a figure which shows an example of the data format of a data file.
FIG. 11 is a diagram showing a flow of processing for generating a driving record data file.
FIG. 12 is a diagram for explaining processing of a user service processing unit;
FIG. 13 is a diagram illustrating an example of a service provision rank table.
FIG. 14 is a diagram showing a traffic volume calculation processing flow.
FIG. 15 is a diagram illustrating a data format example of a traffic volume data file.

Claims (2)

コンピュータにより実行される地図データ修正方法であって、
複数の移動体により計測された時系列位置データを取得して、時系列位置データ格納部に格納する取得ステップと、
地図データ格納部に格納された地図データ中の所定の位置と当該地図データ中の所定の位置に対応し且つ前記時系列位置データ格納部に格納された時系列位置データから得られる位置との差を計算するステップと、
前記地図データ中の所定の位置毎に前記差の代表値を計算するステップと、
前記差の代表値が所定の基準を超える場合には、前記地図データ中の所定の位置を前記差の代表値を用いて修正し、修正後の位置データを前記地図データ格納部に格納するステップと、
前記移動体毎に、前記時系列位置データ格納部に格納された前記時系列位置データで特定される経路について新規経路の部分と既に測定した経路の部分とを特定し、前記新規経路の部分の移動距離と前記既に測定した経路の部分の移動距離とをそれぞれ異なる重み付けで集計するステップと、
前記移動体毎に集計された前記移動距離に基づき、当該移動体の保持者に対し所定の特典を付与するための処理を実施するステップと、
前記コンピュータが実行することを特徴とする地図データ修正方法。
A map data correction method executed by a computer,
An acquisition step of acquiring time-series position data measured by a plurality of moving bodies and storing it in a time-series position data storage unit;
A difference between a predetermined position in the map data stored in the map data storage unit and a position corresponding to the predetermined position in the map data and obtained from the time series position data stored in the time series position data storage unit A step of calculating
Calculating a representative value of the difference for each predetermined position in the map data;
When the representative value of the difference exceeds a predetermined reference, the predetermined position in the map data is corrected using the representative value of the difference, and the corrected position data is stored in the map data storage unit When,
For each of the moving bodies, a new route portion and a route portion that has already been measured for the route specified by the time-series position data stored in the time-series position data storage unit are specified, and the new route portion Totaling the moving distance and the moving distance of the portion of the already measured route with different weights,
Implementing a process for giving a predetermined privilege to a holder of the moving body based on the moving distance counted for each moving body;
The map data correction method, wherein the computer executes
コンピュータに、
複数の移動体により計測された時系列位置データを取得して、時系列位置データ格納部に格納するステップと、
地図データ格納部に格納された地図データ中の所定の位置と当該地図データ中の所定の位置に対応し且つ前記時系列位置データ格納部に格納された時系列位置データから得られる位置との差を計算するステップと、
前記地図データ中の所定の位置毎に前記差の代表値を計算するステップと、
前記差の代表値が所定の基準を超える場合には、前記地図データ中の所定の位置を前記差の代表値を用いて修正し、修正後の位置データを前記地図データ格納部に格納するステップと、
前記移動体毎に、前記時系列位置データ格納部に格納された前記時系列位置データで特定される経路について新規経路の部分と既に測定した経路の部分とを特定し、前記新規経路の部分の移動距離と前記既に測定した経路の部分の移動距離とをそれぞれ異なる重み付けで集計するステップと、
前記移動体毎に集計された前記移動距離に基づき、当該移動体の保持者に対し所定の特典を付与するための処理を実施するステップと、
を実行させる図データ修正プログラム。
On the computer,
Acquiring time-series position data measured by a plurality of mobile objects and storing the time-series position data in a time-series position data storage unit;
A difference between a predetermined position in the map data stored in the map data storage unit and a position corresponding to the predetermined position in the map data and obtained from the time series position data stored in the time series position data storage unit A step of calculating
Calculating a representative value of the difference for each predetermined position in the map data;
When the representative value of the difference exceeds a predetermined reference, the predetermined position in the map data is corrected using the representative value of the difference, and the corrected position data is stored in the map data storage unit When,
For each of the moving bodies, a new route portion and a route portion that has already been measured for the route specified by the time-series position data stored in the time-series position data storage unit are specified, and the new route portion Totaling the moving distance and the moving distance of the portion of the already measured route with different weights,
Implementing a process for giving a predetermined privilege to a holder of the moving body based on the moving distance counted for each moving body;
MAP data modification program to be run.
JP2001096580A 2001-03-29 2001-03-29 Map data correction method and map data correction program Expired - Fee Related JP4297626B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2001096580A JP4297626B2 (en) 2001-03-29 2001-03-29 Map data correction method and map data correction program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2001096580A JP4297626B2 (en) 2001-03-29 2001-03-29 Map data correction method and map data correction program

Publications (2)

Publication Number Publication Date
JP2002298148A JP2002298148A (en) 2002-10-11
JP4297626B2 true JP4297626B2 (en) 2009-07-15

Family

ID=18950481

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2001096580A Expired - Fee Related JP4297626B2 (en) 2001-03-29 2001-03-29 Map data correction method and map data correction program

Country Status (1)

Country Link
JP (1) JP4297626B2 (en)

Families Citing this family (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7038619B2 (en) 2001-12-31 2006-05-02 Rdp Associates, Incorporated Satellite positioning system enabled media measurement system and method
JP2004170646A (en) * 2002-11-19 2004-06-17 Electronic Navigation Research Institute Method of correction of electronic map information and monitoring system of position of mobile station
JP4181899B2 (en) * 2003-02-28 2008-11-19 日本電気株式会社 Vehicle statistical information generation method, computer program, recording medium, computer, and computer network system
JP4026543B2 (en) * 2003-05-26 2007-12-26 日産自動車株式会社 Vehicle information providing method and vehicle information providing device
JP2005301581A (en) * 2004-04-09 2005-10-27 Denso Corp Inter-vehicle communication system, inter-vehicle communication equipment and controller
EP1779318A4 (en) * 2004-07-30 2009-12-16 Nielsen Media Res Inc Methods and apparatus for improving the accuracy and reach of electronic media exposure measurement systems
JP5082295B2 (en) * 2006-05-19 2012-11-28 株式会社デンソー Map data providing device
US9891057B2 (en) * 2015-03-23 2018-02-13 Kabushiki Kaisha Toyota Chuo Kenkyusho Information processing device, computer readable storage medium, and map data updating system
JP6798779B2 (en) 2015-11-04 2020-12-09 トヨタ自動車株式会社 Map update judgment system
JP6272929B2 (en) * 2016-03-18 2018-01-31 株式会社ナビタイムジャパン Information processing system, information processing apparatus, information processing method, and information processing program
KR101886518B1 (en) * 2016-10-27 2018-08-07 현대자동차주식회사 System and Method for verifing high precision map
JP6811335B2 (en) * 2017-09-29 2021-01-13 日立オートモティブシステムズ株式会社 Map generation method for autonomous driving simulator and autonomous driving simulator
JP2020035346A (en) * 2018-08-31 2020-03-05 いすゞ自動車株式会社 Control device and vehicle
JP7295673B2 (en) * 2019-03-26 2023-06-21 株式会社Subaru Vehicle driving condition data collection system
US11511769B2 (en) 2019-03-26 2022-11-29 Subaru Corporation Data collecting system, server, and data processing apparatus

Also Published As

Publication number Publication date
JP2002298148A (en) 2002-10-11

Similar Documents

Publication Publication Date Title
JP4297626B2 (en) Map data correction method and map data correction program
US7403905B2 (en) Advertisement information providing system
US6473688B2 (en) Traffic information transmitting system, traffic information collecting and distributing system and traffic information collecting and distributing method
EP0824731B1 (en) Method and apparatus for determining tax of a vehicle
US20010037271A1 (en) Accounting system and method in data communication network
CN100357989C (en) Traffic information prediction apparatus
CN1648951B (en) Device and system for toll payment
US8315785B2 (en) Data communication device, data communication system, and recording medium
CN1673686B (en) Navigation systems
JP3849590B2 (en) Traffic information system
US20070155404A1 (en) Method for displaying traffic information and navigation system
KR20010013715A (en) Method and Device for Generating, Merging and Updating of Destination Tracking Data
JP5230166B2 (en) Terminal device and probe information analysis system
JP3890862B2 (en) Mobile benefit information provision system
JP2006259864A (en) System and method to determine taxi fare beforehand
CN102511052B (en) Navigation server and navigation system
US20070156329A1 (en) Mileage service system using location information of mobile communication terminal and method thereof
JP4559442B2 (en) Navigation system, route search server, terminal device, and navigation method
JP2002208093A (en) Vehicle terminal, information management center, collection/management system of running vehicle data, collecting/managing method of running vehicle data, and computer readable recording medium in which collection/management program of running vehicle data is recorded
JP4187944B2 (en) In-vehicle route guidance method and in-vehicle route guidance device
JP3772951B2 (en) Map information distribution center and map information display device
JP2012042339A (en) Route guidance device, route guidance system and program
JP2003256979A (en) Processing system in relation to traveling expense, program and information storage medium
JP2003248891A (en) Traffic management system and on-vehicle device used for the same, traffic management device, and information providing device
JP2022013155A (en) Location information processing device, location information processing system and method thereof

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20051209

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20080715

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20080729

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20080925

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20090414

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20090414

R150 Certificate of patent or registration of utility model

Ref document number: 4297626

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120424

Year of fee payment: 3

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120424

Year of fee payment: 3

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130424

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20140424

Year of fee payment: 5

LAPS Cancellation because of no payment of annual fees