resqpy.well.well_utils.extract_xyz

resqpy.well.well_utils.extract_xyz(xyz_node)[source]

Extracts an x,y,z coordinate from a solitary point xml node.

argument:

xyz_node: the xml node representing the solitary point (in 3D space)

Returns

triple float – (x, y, z) coordinates as a tuple