inclination_with_depth API Reference
geoloop.geoloopcore.pygfield_ana.inclination_with_depth
inclination_with_depth(
depth: float,
max_depth: float,
initial_inclination: float,
final_inclination: float,
) -> float
Calculate inclination angle with depth.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
depth
|
float
|
Depth at which to calculate the inclination (m). |
required |
max_depth
|
float
|
Maximum depth of the borehole (m). |
required |
initial_inclination
|
float
|
Inclination angle at the surface (radians). |
required |
final_inclination
|
float
|
Inclination angle at maximum depth (radians). |
required |
Returns:
| Name | Type | Description |
|---|---|---|
inclination |
float
|
Inclination angle at the given depth (radians). |