wellmap.iter_ij_in_block

wellmap.iter_ij_in_block(top_left_ij, width, height)[source]

Yield all of the well indices in the given block.

Example:

>>> list(iter_ij_in_block((0,1), 2, 2))
[(0, 1), (0, 2), (1, 1), (1, 2)]

See also: Well formats