FnetPy icon indicating copy to clipboard operation
FnetPy copied to clipboard

A Python package to request seismic waveform data from F-net.

FnetPy is a Python package to request seismic waveform data from NIED F-net <http://www.fnet.bosai.go.jp>_.

Install

::

pip install https://github.com/seisman/FnetPy/archive/master.zip

Usage

.. code-block::

from FnetPy import Client from datetime import datetime

starttime = datetime(2011, 1, 2, 5, 10) client = Client(username, password) client.get_waveform(starttime, duration_in_seconds=300)