airbornegeo.unique_line_id

Contents

airbornegeo.unique_line_id#

unique_line_id(df, line_col_name)[source]#

Convert supplied lines names into integers.

Parameters:
  • df (DataFrame) – Dataframe containing the data points and the line labels.

  • line_col_name (str) – Column name specifying the line number

Returns:

The line names for each point in the dataframe

Return type:

Series