Recent Releases of HinetPy
HinetPy - 0.10.0: Improved support for MeSO-net
MeSO-net has two network codes for different time periods:
0131for data after 201704010231for data 20080516-20170401
In previous versions, you need to know the above information and choose the correct network code when requesting data before or after 20170401. In this new version, HinetPy can automatically switch the network code for you, depending on the data time you're requesting. Note that you will get an error if the time span you requested crosses the date 20170401.
Scientific Software - Peer-reviewed
- Python
Published by seisman about 1 year ago
HinetPy - 0.9.0
This is the 0.9.0 release for the JOSS paper.
Please cite:
Tian, D. (2024). HinetPy: A Python package for accessing and processing NIED Hi-net seismic data. Journal of Open Source Software, 9(98), 6840. https://doi.org/10.21105/joss.06840
Scientific Software - Peer-reviewed
- Python
Published by seisman over 1 year ago
HinetPy - 0.7.0
- Fix the incorrect maximum allowed time span for F-net (#65)
get_selected_stationsnow returns a list of stations with station metadata information (#36)- Refactor the
_channel2pz()and_write_pz()functions toChannel.write_sacpz() - Refactor the
_get_channelsfunction towin32.read_ctable() - The
win32.extrac_sacpzfunction now supports parallel data processing - The
with_pzparameter inwin32.extract_sac()is renamed towith_sacpz - The
win32.extrac_pz()function is renamed towin32.extract_sacpz() - Move the function
Client.check_cmd_exists()toutils.check_cmd_exists() - Move the function
Client.check_package_release()toutils.check_package_release() - Fix the "ssl.SSLError: [SSL: DHKEYTOO_SMALL] dh key too small" error
Scientific Software - Peer-reviewed
- Python
Published by seisman over 3 years ago
HinetPy - 0.6.9
This is a patch release of HinetPy v0.6.x series.
One bug is fixed:
- The
stationsparameter ofClient.select_stations()now can accept a string (for a single station) or a list of strings (multiple stations).
Scientific Software - Peer-reviewed
- Python
Published by seisman over 4 years ago
HinetPy - 0.6.0
Happy Chinese Lantern Festival 😄
New features
- new function
get_event_waveformto request event waveform from Hi-net.
Changes
get_waveform()is renamed toget_continuous_waveform(), while keeping back-compatibility.
Scientific Software - Peer-reviewed
- Python
Published by seisman almost 7 years ago
HinetPy - 0.4.0
HinetPy is stable now.
win32.extract_sac: skip if data not existswin32.extract_sac: support multiple processes to speedup, and no longer return valuesClient.get_waveform: support multi-threads to speedup- Change
Client.help()toClient.info() Client.get_waveformnow can automatically setmax_spanClient.get_*now support startime in different string formats
Scientific Software - Peer-reviewed
- Python
Published by seisman over 8 years ago
HinetPy - 0.3.3
- change
networktoNETWORKinheader.py - add wildcard support to
win32.merge - change
Client.check_module_releasetoClient.check_package_release - support output filename with deep directory
- Always sort cnt files to avoid merge error
- Set pmax to 8640000 by default
- Fix typos
Scientific Software - Peer-reviewed
- Python
Published by seisman almost 9 years ago