agilescientific / seisplot

Plots seismic, sorta
Apache License 2.0
108 stars 42 forks source link

Arbitrary line display (3D) #29

Open EvanBianco opened 8 years ago

EvanBianco commented 8 years ago

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

EvanBianco commented 8 years ago

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.