Showing posts with label earthquake. Show all posts
Showing posts with label earthquake. Show all posts

Tuesday, July 22, 2008

Earthquake alert now at Google code

Earthquake alert has now its own home at code.google.com. You can find there version 0.4 download and source code.

This version sports a notification area icon (if you have GTK and pyGTK), which shows you information about the last event and a list of the previous events in the RSS feed.

In the next versions I hope to add a configuration window, and screenlet support.

Wednesday, July 16, 2008

Earthquake alert script

I was always interested in earthquakes and weather phenomena. I guess the earthquakes because I come from Greece, a country that has earthquakes very frequently. I was constantly looking for an earthquake alert script in Linux, but I haven't found something interesting. I have tried eQuake for Firefox, but I was not impressed, mostly because I don't want to rely on the browser to get an alert.
I made a small script using Python that reads an RSS feed from the Automatic GEOFON Global Seismic Monitor. You can customize the information you want to get in your feed, by setting some parameters like longitude and latitude, as shown in the example. The values for these parameters are stored in a text file that you can change easily.
The script is released under GNU/GPL 2.0 or later, so feel free to use, change and distribute. If you have any good ideas on making the script more user friendly let me know. In my todo list I have the creation of a GUI to change the values of the configuration file, and a notification area icon to notify about new events.
You can download the script from my homepage.

Edit (22/07/08): You can now find downloads and source code for earthquakeAlert at google code.