I'm an experienced ArcGIS Pro user, but completely new to geotech and the 'Geostatistical Analyst' toolbox (for which we have not yet purchased a license).
I would like to use the 3d interpolation tools in the Geostatistical Analyst toolbox to generate 3d models from geotechnical works performed by contractors. The interpolation tools require a feature layer as input, which must be a 3d point layer with an attribute to be interpolated. I have two questions around this input layer...
Thanks for any insight you can provide for a geotech newbie.
Hi there,
I've seen drillhole and borehole datasets delivered in a variety of formats and schemas, depending on the type of measurement being captured. Regardless of the source format, the objective is generally the same: derive the real-world 3D location of each observation, whether that's a discrete measurement (such as an assay, temperature, salinity, or geotechnical reading) or a geological boundary (for example, a stratigraphic horizon or water table surface).
From there, ArcGIS can be used to create 3D visualisations and analytical products, including voxel layers for continuous subsurface modelling or multipatch geometries representing geological volumes and strata.
Discrete Measurements
For point-based observations, data is commonly provided as:
Using these fields, you can calculate the absolute elevation (Z value) of the observation and generate a 3D point feature representing the measurement location. Once a set of 3D points has been created, Geostatistical Analyst can be used to interpolate and generate a voxel layer that visualises the subsurface phenomenon in three dimensions. The workflow is demonstrated here: Turn your borehole data into a complete exploratory 3D model in three easy steps
Geological Layers and Boundaries
For stratigraphic horizons, aquifers, water tables, or similar layers, the typical approach is to generate separate surfaces representing the top and bottom extents of the layer. These surfaces can be modelled as TINs and subsequently converted into multipatch features, enabling volumetric visualisation and analysis within ArcGIS Pro. This workflow can be achieved using standard 3D Analyst capabilities and is outlined here: Create a 3D subsurface visualization of aquifers
From a data preparation perspective, workflows are often simplified when the X, Y coordinates and elevation values for both the upper and lower boundaries are provided within the same table. However, some attribute processing is usually required regardless of the source structure to derive the final 3D geometry. Where data is delivered in a consistent schema, the entire process can be automated using ModelBuilder or Python to support repeatable ingestion and update workflows.
Considerations
In summary, the key requirement is to derive the absolute 3D location of each measurement or boundary. Once those 3D features exist, ArcGIS provides several options for modelling, visualising and analysing the subsurface environment.