agilescientific/seisplot

Arbitrary line display (3D)

EvanBianco opened this issue · 1 comments

Indicate path using a shapefile or a sequence of x,y coordinates?

Could build a random poly line by passing in a pre-existing shapefile or a sequence of x,y coordinate pairs. Starting x-y and ending x-y (two points) would be a minimum requirement. Could also allow starting IL, XL and ending IL, XL to define arbitrary paths through the data volume.

Extract traces along the ployline intersection using scipy's interpolate functions.

Represent kinks and intersections with vertical lines.

The interpolation would need to show traces that are equally spaced, so they could be shown using Matplotlib's imshow (I think)

We may encounter some wonky non-linear coordinate axes labeling issues.