wellmap.ij_from_row_col

wellmap.ij_from_row_col(row, col)[source]

Convert the given row and column names into indices.

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

Example:

>>> ij_from_row_col('A', '2')
(0, 1)
>>> ij_from_row_col('A', '02')
(0, 1)

See also: Well formats