You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Indicate path using a shapefile or a sequence of x,y coordinates?
The text was updated successfully, but these errors were encountered: