resqpy.olio.simple_linesΒΆ
simple_lines.py: functions for handling simple lines in relation to a resqml grid.
Functions
Roughly drapes lines over grid horizon; draped lines are suitable for 3D visualisation. |
|
Roughly drapes lines near grid cross section; draped lines are suitable for 3D visualisation. |
|
Returns a copy of the line with neighbouring duplicate vertices removed. |
|
Finds pillars nearest to each point on each line; returns list of lists of (j0, i0). |
|
Finds rods nearest to each point on each line; returns list of lists of (k0, j0) or (k0, i0). |
|
Returns a copy of the line with the last vertex stripped off if it is close to the first vertex. |
|
Returns a list of line arrays, read from ascii file. |