JP2009192312A - 発雷予測装置およびその方法、プログラム - Google Patents
発雷予測装置およびその方法、プログラム Download PDFInfo
- Publication number
- JP2009192312A JP2009192312A JP2008031989A JP2008031989A JP2009192312A JP 2009192312 A JP2009192312 A JP 2009192312A JP 2008031989 A JP2008031989 A JP 2008031989A JP 2008031989 A JP2008031989 A JP 2008031989A JP 2009192312 A JP2009192312 A JP 2009192312A
- Authority
- JP
- Japan
- Prior art keywords
- lightning
- prediction
- data
- training data
- entries
- 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.)
- Granted
Links
- 238000000034 method Methods 0.000 title claims abstract description 38
- 238000010801 machine learning Methods 0.000 claims description 31
- 238000012706 support-vector machine Methods 0.000 claims description 17
- 230000002596 correlated effect Effects 0.000 claims description 4
- 230000003247 decreasing effect Effects 0.000 claims description 3
- 238000013277 forecasting method Methods 0.000 claims 1
- 238000007781 pre-processing Methods 0.000 abstract description 2
- 230000002708 enhancing effect Effects 0.000 abstract 1
- 230000001105 regulatory effect Effects 0.000 abstract 1
- 238000010586 diagram Methods 0.000 description 6
- 238000006243 chemical reaction Methods 0.000 description 4
- 238000001556 precipitation Methods 0.000 description 4
- 230000000875 corresponding effect Effects 0.000 description 2
- 230000005540 biological transmission Effects 0.000 description 1
- 238000004364 calculation method Methods 0.000 description 1
- 230000003111 delayed effect Effects 0.000 description 1
- 239000012530 fluid Substances 0.000 description 1
- 230000006870 function Effects 0.000 description 1
- 239000002245 particle Substances 0.000 description 1
- 238000010248 power generation Methods 0.000 description 1
- 238000013139 quantization Methods 0.000 description 1
Images
Landscapes
- Management, Administration, Business Operations System, And Electronic Commerce (AREA)
Abstract
【解決手段】安価に入手可能なデータのみを用いて予測を行い、発雷の始まりを予測するために、雷現況情報に頼らずに気象データのみから予測を行う。また、高い精度で予測するために、時間精度、位置精度の高いデータを中心に入力として使用する。また、分類器の精度を向上させるために、訓練データの前処理において、積乱雲の発達の度合いという発雷に直接的なデータに沿ってエントリ数を調整する。また、汎化性能を上げるためにSVMを採用し、そしてリードタイムをかせぐために、パターン変化予測を合わせて使用する。
【選択図】図1
Description
株式会社フランクリンジャパン:「Lightning Scope」(登録商標)http://www.fjc.co.jp/service/cs/ 木瀬若桜ほか「複数のセンサデータを用いた事例検索による発雷予測支援方式」信学論B.Vol.J83−B,No.11,pp.1598−1607(2000−11) 大野久雄 著「雷雨とメソ気象」(東京堂出版)第5章第4節
本発明の実施の形態では、気象業務支援センタが提供している過去の一般的な気象データ(降水データおよび数値予報データなど)および、雷情報提供会社などが提供する過去の雷情報(発雷の位置、時刻、特性などが収録されている)を用いて、正解ラベル付き訓練データを作成し、「教師あり機械学習(Supervised learning)」の手法を適用して発雷を予測するための分類器を作成する。
第1の実施の形態にて説明した分類器7で構成された予測エンジンたる発雷予測部11が中心となっている。しかし実際のサービス運用においては、図9に示すように気象データ受信部10、発雷予測部11、予測結果解釈部12、予測結果変換部13、予測結果配信部14なども合わせて運用されることを想定している。
2…過去の雷データ
3…過去の気象データ
4…訓練データ
5…学習結果
6…気象データ
7…分類器
8…予測結果
Claims (9)
- メッシュ状に区切られた複数の領域ごとに発雷を直前に予測するための発雷予測装置において、
前記領域のそれぞれごとに過去の時系列に沿って気象状況を記録した気象データに基づいて生成されたエントリと、
前記エントリの総数において発雷の有無の割合が所定の割合となるように発雷の無かったエントリを間引いて生成した訓練データと、
前記訓練データを用いてコンピュータにより機械学習を実行して得た学習結果に基づいて構成され、現在の気象データに対して発雷を予測するための分類器と、
を備えることを特徴とする発雷予測装置。 - 前記訓練データにおいて、
積乱雲の発達の度合いと相関のある値を参照し、発達の度合いが低い時は前記間引きを多くし、発達の度合いが高いときは前記間引きを少なくすること
を特徴とする請求項1に記載の発雷予測装置。 - 前記機械学習の手法としてSVM(Support Vector Machine)を用いること
を特徴とする請求項1または2に記載の発雷予測装置。 - 現在の気象データの一部もしくは全部にパターン変化予測を適用し、その予測結果を前記分類器へ入力することを特徴とする請求項1〜3のうちのいずれかに記載の発雷予測装置。
- メッシュ状に区切られた複数の領域ごとに発雷を直前に予測するための発雷予測方法において、
前記領域のそれぞれごとに過去の時系列に沿って気象状況を記録した気象データに基づいたエントリを生成するステップと、
前記エントリの総数において発雷の有無の割合が所定の割合となるように発雷の無かったエントリを間引いて訓練データを生成するステップと、
前記訓練データを用いてコンピュータにより機械学習を実行して得た学習結果に基づいて、現在の気象データに対して発雷を予測するための分類器を構成するステップと、
を有することを特徴とする発雷予測方法。 - 前記訓練データにおいて、
積乱雲の発達の度合いと相関のある値を参照し、発達の度合いが低い時は前記間引きを多くし、発達の度合いが高いときは前記間引きを少なくすること
を特徴とする請求項5に記載の発雷予測方法。 - 前記機械学習の手法としてSVM(Support Vector Machine)を用いること
を特徴とする請求項5または6に記載の発雷予測方法。 - 現在の気象データの一部もしくは全部にパターン変化予測を適用し、その予測結果を前記分類器へ入力することを特徴とする請求項5〜7のうちのいずれかに記載の発雷予測方法。
- メッシュ状に区切られた複数の領域ごとに発雷を直前にコンピュータを用いて予測させるための発雷予測プログラムであって、
前記領域のそれぞれごとに過去の時系列に沿って気象状況を記録した気象データに基づいたエントリを生成するステップと、
前記エントリの総数において発雷の有無の割合が所定の割合となるように発雷の無かったエントリを間引いて訓練データを生成するステップと、
前記訓練データを用いてコンピュータにより機械学習を実行して得た学習結果に基づいて、現在の気象データに対して発雷を予測するための分類器を構成するステップと、
してコンピュータにインストールして請求項6〜8のいずれかに記載の発雷予測方法を実行することを特徴とする発雷予測プログラム。
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2008031989A JP5090955B2 (ja) | 2008-02-13 | 2008-02-13 | 発雷予測装置およびその方法、プログラム |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2008031989A JP5090955B2 (ja) | 2008-02-13 | 2008-02-13 | 発雷予測装置およびその方法、プログラム |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2009192312A true JP2009192312A (ja) | 2009-08-27 |
JP5090955B2 JP5090955B2 (ja) | 2012-12-05 |
Family
ID=41074469
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2008031989A Active JP5090955B2 (ja) | 2008-02-13 | 2008-02-13 | 発雷予測装置およびその方法、プログラム |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP5090955B2 (ja) |
Cited By (11)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101846753A (zh) * | 2010-04-29 | 2010-09-29 | 南京信息工程大学 | 基于经验模态分解和支持向量机的气候时序预测方法 |
CN103076035A (zh) * | 2012-12-28 | 2013-05-01 | 徐州工程学院 | 一种基于双支持向量机的传感器测量方法 |
CN106405682A (zh) * | 2016-08-29 | 2017-02-15 | 深圳先进技术研究院 | 一种降雨预测方法及装置 |
JP2017067597A (ja) * | 2015-09-30 | 2017-04-06 | 株式会社東芝 | 河川情報システム及び検知方法 |
CN107942411A (zh) * | 2017-11-30 | 2018-04-20 | 南京理工大学 | 一种大气能见度预测方法 |
JP2018083712A (ja) * | 2016-11-25 | 2018-05-31 | 株式会社日立ビルシステム | エレベータ制御装置、及び制御情報生成装置 |
JP2019045403A (ja) * | 2017-09-06 | 2019-03-22 | 国立研究開発法人宇宙航空研究開発機構 | 雷脅威情報の提供装置、雷脅威情報の提供方法及びプログラム |
CN111210075A (zh) * | 2020-01-07 | 2020-05-29 | 国网辽宁省电力有限公司朝阳供电公司 | 一种基于组合分类器的雷击输电线路故障概率分析方法 |
CN113204903A (zh) * | 2021-04-29 | 2021-08-03 | 国网电力科学研究院武汉南瑞有限责任公司 | 一种预测雷电的方法 |
WO2021157481A1 (ja) * | 2020-02-07 | 2021-08-12 | 国立研究開発法人宇宙航空研究開発機構 | 情報処理装置、表示装置、情報処理方法、及びプログラム |
JP7519619B2 (ja) | 2020-03-09 | 2024-07-22 | 国立研究開発法人宇宙航空研究開発機構 | 情報処理装置、情報処理方法、及びプログラム |
Citations (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2001201576A (ja) * | 2000-01-18 | 2001-07-27 | Nippon Telegr & Teleph Corp <Ntt> | 気象画像検索方法および装置およびこの方法を記録した記録媒体 |
JP2003090887A (ja) * | 2001-09-20 | 2003-03-28 | Ffc:Kk | 落雷による瞬時電圧低下予測システムおよび予測方法 |
JP2003098270A (ja) * | 2001-09-25 | 2003-04-03 | Japan Radio Co Ltd | 発雷判定システム |
JP2005181004A (ja) * | 2003-12-17 | 2005-07-07 | Tokyo Electric Power Co Inc:The | 雷事故予報通知方法及び装置 |
JP2006337347A (ja) * | 2005-06-06 | 2006-12-14 | Nippon Telegr & Teleph Corp <Ntt> | 雷位置予測方法及び雷位置予測システム |
JP2007024697A (ja) * | 2005-07-15 | 2007-02-01 | Omron Corp | 知識作成装置および知識作成方法 |
JP2007241881A (ja) * | 2006-03-10 | 2007-09-20 | Nippon Telegr & Teleph Corp <Ntt> | 意見性判定データベース作成方法及び装置及びプログラム及び意見性判定方法及び装置及びプログラム及びコンピュータ読み取り可能な記録媒体 |
-
2008
- 2008-02-13 JP JP2008031989A patent/JP5090955B2/ja active Active
Patent Citations (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2001201576A (ja) * | 2000-01-18 | 2001-07-27 | Nippon Telegr & Teleph Corp <Ntt> | 気象画像検索方法および装置およびこの方法を記録した記録媒体 |
JP2003090887A (ja) * | 2001-09-20 | 2003-03-28 | Ffc:Kk | 落雷による瞬時電圧低下予測システムおよび予測方法 |
JP2003098270A (ja) * | 2001-09-25 | 2003-04-03 | Japan Radio Co Ltd | 発雷判定システム |
JP2005181004A (ja) * | 2003-12-17 | 2005-07-07 | Tokyo Electric Power Co Inc:The | 雷事故予報通知方法及び装置 |
JP2006337347A (ja) * | 2005-06-06 | 2006-12-14 | Nippon Telegr & Teleph Corp <Ntt> | 雷位置予測方法及び雷位置予測システム |
JP2007024697A (ja) * | 2005-07-15 | 2007-02-01 | Omron Corp | 知識作成装置および知識作成方法 |
JP2007241881A (ja) * | 2006-03-10 | 2007-09-20 | Nippon Telegr & Teleph Corp <Ntt> | 意見性判定データベース作成方法及び装置及びプログラム及び意見性判定方法及び装置及びプログラム及びコンピュータ読み取り可能な記録媒体 |
Cited By (18)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101846753A (zh) * | 2010-04-29 | 2010-09-29 | 南京信息工程大学 | 基于经验模态分解和支持向量机的气候时序预测方法 |
CN103076035A (zh) * | 2012-12-28 | 2013-05-01 | 徐州工程学院 | 一种基于双支持向量机的传感器测量方法 |
CN103076035B (zh) * | 2012-12-28 | 2015-10-07 | 徐州工程学院 | 一种基于双支持向量机的传感器测量方法 |
JP2017067597A (ja) * | 2015-09-30 | 2017-04-06 | 株式会社東芝 | 河川情報システム及び検知方法 |
CN106405682A (zh) * | 2016-08-29 | 2017-02-15 | 深圳先进技术研究院 | 一种降雨预测方法及装置 |
JP2018083712A (ja) * | 2016-11-25 | 2018-05-31 | 株式会社日立ビルシステム | エレベータ制御装置、及び制御情報生成装置 |
JP2021185391A (ja) * | 2017-09-06 | 2021-12-09 | 国立研究開発法人宇宙航空研究開発機構 | 雷脅威情報の提供装置、雷脅威情報の提供方法及びプログラム |
JP2019045403A (ja) * | 2017-09-06 | 2019-03-22 | 国立研究開発法人宇宙航空研究開発機構 | 雷脅威情報の提供装置、雷脅威情報の提供方法及びプログラム |
JP7232543B2 (ja) | 2017-09-06 | 2023-03-03 | 国立研究開発法人宇宙航空研究開発機構 | 雷脅威情報の提供装置、雷脅威情報の提供方法及びプログラム |
US11822049B2 (en) | 2017-09-06 | 2023-11-21 | Japan Aerospace Exploration Agency | Lightning threat information-providing apparatus, lightning threat information-providing method, and program |
CN107942411A (zh) * | 2017-11-30 | 2018-04-20 | 南京理工大学 | 一种大气能见度预测方法 |
CN111210075A (zh) * | 2020-01-07 | 2020-05-29 | 国网辽宁省电力有限公司朝阳供电公司 | 一种基于组合分类器的雷击输电线路故障概率分析方法 |
CN111210075B (zh) * | 2020-01-07 | 2023-05-12 | 国网辽宁省电力有限公司朝阳供电公司 | 一种基于组合分类器的雷击输电线路故障概率分析方法 |
WO2021157481A1 (ja) * | 2020-02-07 | 2021-08-12 | 国立研究開発法人宇宙航空研究開発機構 | 情報処理装置、表示装置、情報処理方法、及びプログラム |
JP2021124468A (ja) * | 2020-02-07 | 2021-08-30 | 国立研究開発法人宇宙航空研究開発機構 | 情報処理装置、表示装置、情報処理方法、及びプログラム |
JP7519619B2 (ja) | 2020-03-09 | 2024-07-22 | 国立研究開発法人宇宙航空研究開発機構 | 情報処理装置、情報処理方法、及びプログラム |
CN113204903A (zh) * | 2021-04-29 | 2021-08-03 | 国网电力科学研究院武汉南瑞有限责任公司 | 一种预测雷电的方法 |
CN113204903B (zh) * | 2021-04-29 | 2022-04-29 | 国网电力科学研究院武汉南瑞有限责任公司 | 一种预测雷电的方法 |
Also Published As
Publication number | Publication date |
---|---|
JP5090955B2 (ja) | 2012-12-05 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP5090955B2 (ja) | 発雷予測装置およびその方法、プログラム | |
JP5090954B2 (ja) | 発雷予測装置およびその方法、プログラム | |
Vandal et al. | Intercomparison of machine learning methods for statistical downscaling: the case of daily and extreme precipitation | |
Chen et al. | Fengwu: Pushing the skillful global medium-range weather forecast beyond 10 days lead | |
Carneiro et al. | Review on photovoltaic power and solar resource forecasting: current status and trends | |
Almeida et al. | PV power forecast using a nonparametric PV model | |
Ghaemi et al. | LaSVM-based big data learning system for dynamic prediction of air pollution in Tehran | |
US9945980B2 (en) | System, method and program product for providing infrastructure centric weather forecasts | |
US10267950B2 (en) | System, method and program product for providing populace centric weather forecasts | |
US10645911B2 (en) | Automated aquaculture pen location | |
CN113610069B (zh) | 基于知识蒸馏的目标检测模型训练方法 | |
Amezcua et al. | The effects of the RAW filter on the climatology and forecast skill of the SPEEDY model | |
KR102477509B1 (ko) | 기상 예측 정보 생성 방법 및 이를 수행하기 위한 컴퓨팅 장치 | |
JP2016161314A (ja) | 同化データ決定装置、気象予測装置、同化データ決定方法およびプログラム | |
CN113496310A (zh) | 基于深度学习模型的大气污染物预测方法和系统 | |
CN113420939A (zh) | 云图预报方法、设备及存储介质 | |
Kambekar et al. | Wave prediction using genetic programming and model trees | |
CN111324936A (zh) | 风机风速预测方法、计算机可读存储介质和计算装置 | |
Dutt et al. | Artificial intelligence and technology in weather forecasting and renewable energy systems: emerging techniques and worldwide studies | |
Roebber | Seeking consensus: A new approach | |
Weekes et al. | Low‐cost wind resource assessment for small‐scale turbine installations using site pre‐screening and short‐term wind measurements | |
Zhuang et al. | An evaluation of big data analytics in feature selection for long-lead extreme floods forecasting | |
JP6158967B1 (ja) | 環境汚染予測システム及び方法 | |
Liu et al. | GNSS-derived PWV and meteorological data for short-term rainfall forecast based on support vector machine | |
Deoras et al. | The Influence of Weather Patterns and the Madden‐Julian Oscillation on Extreme Precipitation Over Sri Lanka |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20100308 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20120118 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20120214 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20120412 |
|
RD03 | Notification of appointment of power of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7423 Effective date: 20120509 |
|
RD04 | Notification of resignation of power of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7424 Effective date: 20120511 |
|
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: 20120911 |
|
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: 20120913 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20150921 Year of fee payment: 3 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 5090955 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
S531 | Written request for registration of change of domicile |
Free format text: JAPANESE INTERMEDIATE CODE: R313531 |
|
R350 | Written notification of registration of transfer |
Free format text: JAPANESE INTERMEDIATE CODE: R350 |