Releases: seisman/HinetPy
Releases · seisman/HinetPy
0.10.0: Improved support for MeSO-net
MeSO-net has two network codes for different time periods:
0131
for data after 201704010231
for 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.
0.9.1
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
0.8.3
0.8.2
0.8.1
0.8.0
0.7.1
0.7.0
- Fix the incorrect maximum allowed time span for F-net (#65)
get_selected_stations
now returns a list of stations with station metadata
information (#36)- Refactor the
_channel2pz()
and_write_pz()
functions toChannel.write_sacpz()
- Refactor the
_get_channels
function towin32.read_ctable()
- The
win32.extrac_sacpz
function now supports parallel data processing - The
with_pz
parameter 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: DH_KEY_TOO_SMALL] dh key too small" error