1. Overview of Borehole Data

When working with borehole (or well) data, there are typically three major components:

  1. Collars
  2. Survey
  3. Attributes

Why Three Separate Files?

The CSVs are commonly split so that each dataset (collars, survey, attributes) captures a different aspect of the borehole. Splitting the data makes it easier to manage and update individually. LiquidEarth merges these datasets internally by matching the well IDs (collar IDs) and by referencing the same depth ranges or measured depths in the survey and attributes.

Special Note on Lithologies

If the attributes being read are lithologies, LiquidEarth may treat them differently—for instance, by using different internal logic or classification schemes to display them in 3D, or by requiring specific naming conventions for intervals. The import process is similar, but the resulting data might be displayed or analyzed in a different manner (e.g., color-coded strata intervals in a 3D model).


2. Arguments

Guide describing all the key arguments and parameters you’ll encounter when setting up borehole imports (Collars, Surveys, and Attributes) in LiquidEarth. The guide is split into two sections:

  1. High-Level Import Settings (what you see directly in the import dialog).
  2. Detailed Reader Settings (advanced options controlling how each CSV file is read via pandas).

2.1. High-Level Import Settings

These fields determine what data you’re loading and how LiquidEarth should handle it at a conceptual level.

  1. Content Name
  2. Collar File
  3. Survey File
  4. Attrs File