DownholeIntervalsData
DownholeIntervalsData
evo.objects.typed.downhole_intervals.DownholeIntervalsData
Data for creating a new DownholeIntervals object.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
name | str | The name of the object. | required |
intervals | DataFrame | DataFrame containing the interval data. Required columns:
Any additional columns are uploaded as interval attributes. Per-attribute units can be specified via the DataFrame's | required |
is_composited | bool | Whether the intervals have been composited. | required |
depth_unit | str | None | Optional unit identifier for the from/to depths (e.g. | None |
coordinate_reference_system | EpsgCode | str | None | Optional EPSG code or OGC WKT string for the CRS. | None |
description | str | None | Optional description of the object. | None |
tags | dict[str, str] | None | Optional dictionary of tags for the object. | None |
extensions | dict[str, Any] | None | Optional dictionary of extensions for the object. | None |
compute_bounding_box
Compute the bounding box from all start, end, and mid-point coordinates.