airbornegeo.median_line_spacing#
- median_line_spacing(data, line_column)[source]#
Estimate the flight line spacing by first, for each point on a specific line, finding the distances to the nearest point on another line and repeating this for all lines. Then take the median of these nearest neighbor distances. If you want to find flight lines spacing versus tie line spacing, only supply one line type at a time.
- Parameters:
- Returns:
the median of the distances to the nearest point on another line for each data point, as an approximation of flight lines spacing.
- Return type: