wellmap.ij_from_well

wellmap.ij_from_well(well)[source]

Convert the given well name into row and column indices.

It doesn’t matter if the column number is zero-padded or not.

Example:

>>> ij_from_well('A2')
(0, 1)
>>> ij_from_well('A02')
(0, 1)

See also: Well formats