Skip to main content

A NIED Hi-net web service client and win32 tools for seismologists.

Project description

https://img.shields.io/travis/seisman/HinetPy/master.svg https://codecov.io/gh/seisman/HinetPy/branch/master/graph/badge.svg https://img.shields.io/github/release/seisman/HinetPy.svg https://img.shields.io/pypi/v/HinetPy.svg https://img.shields.io/pypi/pyversions/HinetPy.svg https://img.shields.io/github/license/seisman/HinetPy.svg https://zenodo.org/badge/23509035.svg

HinetPy is a Python package aiming to automate and simplify tedious data request, downloading and format conversion tasks related to NIED Hi-net.

NIED Hi-net | Source Code | Documentation | 中文文档

Feature Support

  • Request continuous waveform data from Hi-net

  • Convert waveform data from win32 format to SAC format

  • Extract instrumental response as SAC polezero file

  • Multithreads downloading and conversion to speedup

A simple example

The power of HinetPy make it simple to request continuous waveform data from Hi-net, convert the data into SAC format and extract instrumental responses as SAC polezero files.

>>> from HinetPy import Client, win32
>>>
>>> # You need a Hi-net account to access their data
>>> client = Client("username", "password")
>>>
>>> # Let's try to request 20 minutes data since 2010-01-01T00:00(GMT+0900) from Hi-net
>>> # '0101' is the code of Hi-net network
>>> data, ctable = client.get_waveform('0101', '201001010000', 20)
>>> # The request and downloading process will take several minutes
>>> # waiting data request ...
>>> # waiting data downloading ...
>>> ls  # the downloaded data and corresponding channel table
0101_201001010000_20.cnt 0101_20100101.ch
>>>
>>> # Let's convert data from win32 format to SAC format
>>> win32.extract_sac(data, ctable)
>>> ls *.SAC
N.NGUH.E.SAC  N.NGUH.U.SAC  N.NNMH.N.SAC
N.NGUH.N.SAC  N.NNMH.E.SAC  N.NNMH.U.SAC
...
>>> # Let's extract instrument response as PZ file from channel table
>>> win32.extract_pz(ctable)
>>> ls *.SAC_PZ
N.NGUH.E.SAC_PZ  N.NGUH.U.SAC_PZ  N.NNMH.N.SAC_PZ
N.NGUH.N.SAC_PZ  N.NNMH.E.SAC_PZ  N.NNMH.U.SAC_PZ
...

License

This project is licensed under the terms of the MIT license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

HinetPy-0.4.4.tar.gz (16.9 kB view details)

Uploaded Source

Built Distribution

HinetPy-0.4.4-py3-none-any.whl (19.8 kB view details)

Uploaded Python 3

File details

Details for the file HinetPy-0.4.4.tar.gz.

File metadata

  • Download URL: HinetPy-0.4.4.tar.gz
  • Upload date:
  • Size: 16.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for HinetPy-0.4.4.tar.gz
Algorithm Hash digest
SHA256 d66011f327da2c21b421fc94a39b96ff07028e37b1129d9a66669b0f60b05311
MD5 7f0eb6c1a42b9b7450df97c62cf3312c
BLAKE2b-256 b8191283844f8401c46c2c52e2e51ac9d49e7d5525e60bc76c027c0ef61fd346

See more details on using hashes here.

File details

Details for the file HinetPy-0.4.4-py3-none-any.whl.

File metadata

File hashes

Hashes for HinetPy-0.4.4-py3-none-any.whl
Algorithm Hash digest
SHA256 5b945b7c993323a9fbba0ea9ea47af398f5cfa9ab606146f20287b8c91fb6ae9
MD5 551cb04580e17e0b59d5980382988557
BLAKE2b-256 5c51817ea17000442c36a1eb635f1c5b97b62252c7bef28a281dbefb96893bf9

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page