A NIED Hi-net web service client and win32 tools for seismologists.
Project description
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
Select Hi-net/F-net stations inside a box or circular region
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 makes 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 usually takes 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) >>> # Let's extract instrument response as PZ file from channel table >>> win32.extract_pz(ctable) >>> ls N.NGUH.E.SAC N.NGUH.U.SAC N.NNMH.N.SAC N.NGUH.N.SAC N.NNMH.E.SAC N.NNMH.U.SAC ... 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 ...
Citation
If you find this package useful, please consider citing via:
License
This project is licensed under the terms of the MIT license.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file HinetPy-0.4.7.tar.gz
.
File metadata
- Download URL: HinetPy-0.4.7.tar.gz
- Upload date:
- Size: 18.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2e6baa89334156c98b65ab5b38b70ece95f7e4acfdb2324a64de2f386fdf613b |
|
MD5 | 7f4120a94bc135e1e2b64f623c9d45ba |
|
BLAKE2b-256 | 7838edbe146037571f3ded0b0c3c0d9ac4f8feda52f5d7f44d8957fbe75214fc |
File details
Details for the file HinetPy-0.4.7-py3-none-any.whl
.
File metadata
- Download URL: HinetPy-0.4.7-py3-none-any.whl
- Upload date:
- Size: 19.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 357494cccc62bad249497b46d90b2027869d6a41ce96b10227b5218aac6a0592 |
|
MD5 | 0e6afc438cf497df6a0d53226e4bd92d |
|
BLAKE2b-256 | bda2cce86f426ee58e4725cb5746996fcda5f20a0293d03b515b1a61f28a553b |