Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Arbitrary line display (3D) #29

Open
EvanBianco opened this issue Jul 11, 2016 · 1 comment
Open

Arbitrary line display (3D) #29

EvanBianco opened this issue Jul 11, 2016 · 1 comment

Comments

@EvanBianco
Copy link
Collaborator

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

@EvanBianco
Copy link
Collaborator Author

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants