airbornegeo.unique_line_id# unique_line_id(df, line_col_name='line')[source]# Convert supplied lines names into integers. Parameters: gdf (gpd.GeoDataFrame) β Dataframe containing the data points and the line labels. must have a set geometry column. line_col_name (str) β Column name specifying the line number, by default βlineβ df (DataFrame) Returns: The line names for each point in the GeoDataFrame Return type: Series