wellmap.row_col_from_well

wellmap.row_col_from_well(well)[source]

Split row and column names out of the given well name.

The well name is allowed to be zero-padded.

Example:

>>> row_col_from_well('A2')
'A', '2'

See also: Well formats