geotech.layer#

DataFrame.geotech.layer()#

Subaccessor that contains depth-related methods.

The DataFrame should have point_id and bottom columns, where point_id would signify what group the bottom depths and other related data belong to.

Methods#

DataFrame.geotech.layer.get_center()

Return center depth values from top and bottom depth values.

DataFrame.geotech.layer.get_thickness()

Return thickness values of top and bottom depth values.

DataFrame.geotech.layer.get_top([fill_value])

Return shifted bottom depth values that can be used as top depth values.

DataFrame.geotech.layer.split_at(depth[, ...])

Split layers in the DataFrame into two with the provided depth.