Soengmou / open-tec

Open Source Project ( software and hardware ) to get GPS data and calculate the TEC ( Total Electron Content ) to be used in predicting the earthquake.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Open TEC

Open Source Project (software and hardware) to get GPS data and calculate TEC ( Total Electron Content ) to be used in predicting the earthquake.

Inspired by Prof. Kosuke Heki of Hokkaido University

Earthquake Predictor using GPS

Professor Kosuke Heki of Hokkaido University in Japan believes he has found a way to predict earthquakes.

Heki analyses GPS signals by measuring the TEC, or Total Electron Content, in the upper atmosphere. Whilst measuring how the TEC was disrupted by sound waves after the Tohoku earthquake of 2011, he discovered - quite by accident - that the TEC was also disrupted in the 40 or so minutes before it.

Going back through GPS records he has found similar correlations for other major earthquakes, a discovery that is being heralded as a major breakthrough in our understanding of earthquake phenomena.

His Abtract:

The Japanese dense network of Global Positioning System (GPS) detected preseismic enhancement of ionospheric total electron content (TEC) over the region within 200-300 km from the focal region. It started ~60-40 minutes before the 2011 March 11 NE Japan earthquake (Mw 9.0) , and reached ~8 % of the background TEC. It lasted until atmospheric waves arrived at the ionosphere. Similar preseismic TEC anomalies, with amplitudes dependent on magnitudes, were seen in the 2010 Chile (Mw 8.8), the 2004 Sumatra-Andaman (Mw 9.2), the 2007 Bengkulu (Mw 8.6), and the 1994 Hokkaido-Toho-Oki (Mw 8.3) earthquakes, but not before earthquakes with Mw 8 or less.

Paper

Heki, K., Ionospheric electron enhancement preceding the 2011 Tohoku-Oki earthquake, Geophys. Res. Lett. 38, L17312, doi:10.1029/2011GL047908, 2011.

Poster

Precursory TEC enhancement immediately before the 2011 Tohoku-Oki earthquake.

Open TEC implementation:

1. Get Raw GPS Data from Arduino + Itead Arduino GPS Shield in SiRF binary 
2. Convert SiRF binary to RINEX using 'sirfdump' 
3. Calculate TEC using 'gpstk'

Installation

sirfdump
make
sudo make install
gpstk

System Requirements: (link)

tar xvzf gpstk.tar.gz
cd gpstk/dev
./autogen.sh
./configure
make
sudo make install
GPS logger
Use gps_logger.pde with Arduino IDE and upload it to the board to store SiRF Binary output into MiniSD card. 

About

Open Source Project ( software and hardware ) to get GPS data and calculate the TEC ( Total Electron Content ) to be used in predicting the earthquake.


Languages

Language:C++ 85.0%Language:HTML 6.6%Language:C 5.2%Language:Shell 1.5%Language:Python 0.7%Language:Makefile 0.3%Language:Perl 0.3%Language:Tcl 0.1%Language:Gnuplot 0.1%Language:MATLAB 0.0%Language:Roff 0.0%Language:Batchfile 0.0%Language:M4 0.0%Language:Processing 0.0%Language:Awk 0.0%Language:QMake 0.0%Language:M 0.0%Language:Java 0.0%