jpjones76 / SeisIO.jl

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

Expand NodalLoc to have x, y, & z positions #63

Closed tclements closed 3 years ago

tclements commented 3 years ago

As of now, the NodalLoc has only an x position. For 2D and 3D nodal and DAS (horizontal + vertical) arrays, it would be helpful to have x, y, and z positions for 2D and 3D distance calculations. For instance, here is the geometry for the Brady Hot Springs geothermal DAS array:

image

Adding y and z to NodalLoc may add some overlap between NodalLoc and UTMLoc/XYLoc but NodalData already has fields for ox, oy and oz.

I can submit a very simple PR with tests on this.

jpjones76 commented 3 years ago

PR merged successfully into master. Going to close this. Thanks!