eqcorrscan / EQcorrscan

Earthquake detection and analysis in Python.
https://eqcorrscan.readthedocs.io/en/latest/
Other
167 stars 86 forks source link

Add function to compute distance between one event and a catalog #586

Closed calum-chamberlain closed 2 months ago

calum-chamberlain commented 2 months ago

What does this PR do?

Computes distance between one event and a catalog of other events. This is essentially one column of the distance matrix.

Why was it initiated? Any relevant Issues?

I need this for work in RT-EQcorrscan to implement near real-time relocations, which requires the addition of single events to the correlations. This is one part of that process.

PR Checklist