API Reference#
Geospatial data operations#
Functions for performing geospatial operations.
|
Convert coordinates from input CRS to output CRS. |
|
Reduce data by line based on the column(s) provided by reduce_by and the reduction function. |
|
Calculate the distances along track in meters. |
|
Calculate distance between successive points in a dataframe. |
Organizing survey data#
Functions for working with and organize survey flights.
|
Split dataframe into segments where there is a gap in the supplied values greater than the threshold. |
|
Convert supplied lines names into integers. |
Quality Control (QC)#
Functions for automated and manual quality control of airborne geophysical survey data.
|
|
|
Detects outliers in each column of a Pandas DataFrame using the IQR method and visualizes them using box plots. |
Processing#
Functions for processing airborne geophysical survey data.
|
Apply a 1D filter to a column of a pandas DataFrame along values of another column. |
|
For each light line in a dataframe, fit a set of equivalent sources and then upward continue to data to a specified height and return the upward continued data. |
|
Sample grid values at supplied points in dataframe. |
Levelling#
Functions for levelling airborne geophysical survey data.
|
Fit a trend to the misfit between the data_column and grid_column values and subtract the fitted trend from the data to level it to the grid values. |
|
create a dataframe which contains the intersections between provided flight and tie lines. |
|
_summary_ |
|
|
|
plot lines and crosses |
|
|
|
Calculate mistie values for all intersections. |
|
At each theoretical intersection point, replace the interpolated field value with a value predected by the fitted equivalent sources for the line, at the x,y coordinate of the intersection point, and the higher of the two lines' elevations. |
|
Level lines based on intersection misties values. |
|
|
|
|
|
Plotting functions#
|
Create a scatterplot of spatial data. |
|
plot data profiles with plotly currently only allows 3 separate y axes, set with "y_axes", starting with 1 |
|
|
|
|
|