ZoneCorrespondencePath.read#

ZoneCorrespondencePath.read(*, factors_mandatory=True, generic_column_names=False)[source]#

Read the translation file.

Parameters:
  • factors_mandatory (bool) – If True (default), an error will be raised if the factors column is not present.

  • generic_column_names (bool) – If True (default), the columns will be renamed to “from”, “to” and “factors”.

Returns:

translation vector read from path.

Return type:

ZoneCorrespondence