Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: supporting das data with multiple docs update #307

Merged
merged 6 commits into from
Apr 11, 2024
Merged

Conversation

niyiyu
Copy link
Collaborator

@niyiyu niyiyu commented Apr 11, 2024

Hi all,

This PR address several issues:

  1. Moving dispersion_analysis.py into noisepy.imaging.
  2. Updating README and CONTRIBUTING docs.
  3. Add exception logic for DAS data by allowing config.inc_hour.
  4. Using noisepy-seis-io==0.1.14, where H5DASRawDataStore is implemented.
  5. Updating noisepy_compositestore_tutorial.ipynb with a pair_filter that filter station pairs by their distance.

Merging of this PR will mark we finish all step of re-organizing codes of imaging and monitoring (fix #249).

niyiyu added 2 commits April 10, 2024 18:51
Signed-off-by: Yiyu Ni <[email protected]>
Signed-off-by: Yiyu Ni <[email protected]>
Copy link

codecov bot commented Apr 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.78%. Comparing base (21b174d) to head (85991a1).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #307      +/-   ##
==========================================
+ Coverage   83.77%   83.78%   +0.01%     
==========================================
  Files           9        9              
  Lines        2052     2054       +2     
  Branches      341      342       +1     
==========================================
+ Hits         1719     1721       +2     
  Misses        212      212              
  Partials      121      121              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Signed-off-by: Yiyu Ni <[email protected]>
Signed-off-by: Yiyu Ni <[email protected]>
README.md Outdated Show resolved Hide resolved
CONTRIBUTING.md Show resolved Hide resolved
Signed-off-by: Yiyu Ni <[email protected]>
@niyiyu niyiyu merged commit 23e0dbf into main Apr 11, 2024
23 checks passed
@niyiyu niyiyu deleted the niyiyu/module branch April 11, 2024 20:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Re-organize code for applications, DAS, imaging, etc...
2 participants