get_curve_values
Extract specific curve data from LAS well log files with optional depth range filtering for petroleum engineering analysis.
Instructions
Get specific curve data from a LAS file with optional depth range filtering.
Args: file_path: Absolute path to the LAS file. curve_names: List of curve mnemonics to retrieve (e.g., ["GR", "RHOB"]). start_depth: Optional start depth for filtering. end_depth: Optional end depth for filtering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| curve_names | Yes | ||
| start_depth | No | ||
| end_depth | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |