jpjones76 / SeisIO.jl

Julia language support for geophysical time series data
http://seisio.readthedocs.org
Other
47 stars 21 forks source link

Add IRISPH5 dataselect requests #53

Closed tclements closed 4 years ago

tclements commented 4 years ago

This pull request adds IRISPH5 dataselect capabilities as addressed in #52. I can confirm that mseed and geocsv requests work. sac and segy requests will give fail at the moment (tests included). This PR does not cover IRISPH5 shot or receiver requests.

jpjones76 commented 4 years ago

Wow, thank you! This is great!

I need a git push --force to update dev before I can merge your PR. Hopefully nothing catastrophic happens...

It's no big deal if IRISPH5 doesn't immediately support SAC and SEGY, by the way.

jpjones76 commented 4 years ago

Ugh, looks like that created a conflict with the resample! rewrite. One moment...

jpjones76 commented 4 years ago

Great work, @tclements. All tests passed and CodeCov is virtually unchanged. I'll PR dev into master tonight, and we can work on SAC and SEGY support later.