Today, we’ll combine different cool stuff: cartopy, Google Maps tiles, SRTM elevation data and shaded relief maps ! We will need cartopy (+ dependencies), which you can install from source, or from C. Gohlke’s prebuilt binaries for Windows users. The…
Category: Géophysique – Geophysics
Meteor in Russia – Seismic Signal ?
Very early this morning, a meteor lit up the skies of Russia, somewhere close to Ekaterinburg. Same as for the Korean Boom Boom, we wanted to have a look at the seismic data of a close-by station to check if…
Last Earthquakes tool – ETS powered
While in Indonesia last July, I created a small tool for the Kawah Ijen observers to allow them to search and plot teleseismic events and to calculate theoretical arrival times of the waves at the Ijen stations. It took roughly…
R2 input/output script [aka …Use R2! (continued)]
Following a very old post (link), and questions from Matthias and Kevin, I’ve finally managed to test the R2-related scripts I wrote long-long time ago… I’m really sorry, but don’t quite have the time now to really document all functions/actions,…
Using Obspy modules with py2exe
Obspy is a really cool package for seismological observatories. In fact, it’s a super set of packages. They are distributed using eggs and have a nice way of declaring namespaces and entry points. The disadvantage, in my case, is that…
San Francisco is full of waves !
Live from AGU Fall Meeting 2010, I can’t resist to share some waves with you all !!
Update to ETS 3.5.0 !
Great news from last week : ETS 3.5.0 is out ! Note the change in the source-download process.. Now using an unique ets.py file instead of the ProjectTools ! http://blog.enthought.com/open-source/enthought-tool-suite-3-5-0-released/ http://www.optiniche.com/blog/117/wordpress-trackback-tutorial/
Installing EPD on Windows 7 (64bits)
I finally managed to install Enthought Python Distribution on my Windows 7 64bit box. In fact, I installed EPD 32bits (I’m a student, the academic licence is free). So, the solution was in the Mailing List Archive (enthought-dev) : Disable…
Resistivity Data Inversion – Use R2 !
Tired of using Res2Dinv ? Why not switching to another software, and… FREE ! Andrew Binley provides some excellent programs on his website. I have created some python scripts for easing the I/O to R2. These scripts will soon be…