Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

23 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Install

pip install https://github.com/seisman/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

Stars

15 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages