Skip to content

seanricardoford/FnetPy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FnetPy is a Python package to request seismic waveform data from NIED F-net.

This is forked from FnetPy by seisman. Thanks, Dongdong!

Install

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

Usage

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)

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.8%
  • Makefile 1.2%