Geoscience Objects
geophysical-records-1d
Key components:
- category-data — Lookup table mapping integer keys to category names
- lengths — Layer thickness values
See also: resistivity-ip (resistivity/IP surveys).
Overview
The geophysical-records-1d object captures physical properties related to 1D geophysical records. These records are typically the product of geophysical inversion (the process of estimating subsurface physical properties from measured geophysical data). They are composed of a series of 1D, vertical columnar datasets — each column represents a stack of layers at a single surface location, with a property value (e.g., resistivity, density, susceptibility) assigned to each layer.
To define the geophysical-records-1d object, the following properties are required:
- The number of layers (integer; this is consistent for all records)
- An array of locations
- An array of depths (layer thicknesses)
- The standard required information for a Geoscience Object
Each location entry contains information about the:
- Coordinates (x, y, z).
Each depth entry contains:
- Layer thickness values. The
depthsproperty uses the lengths component to store the thickness of each layer. Cumulating these thicknesses from the surface yields the depth to each layer boundary.
Additionally, the object can include:
- Line numbers.
Properties
geophysical-records-1d (v1.3.0)
1D geophysical records.
| Property | Type | Description | Flags |
|---|---|---|---|
| name | String | Name of the object. | ⬆️ ✅ |
| uuid | base-object-properties | Identifier of the object. | ⬆️ ✅ |
| description | String | Optional field for adding additional description to uniquely identify this object. | ⬆️ |
| extensions | Object | Extended properties that may be associated to the object, but not specified in the schema | ⬆️ |
| tags | Object | Key-value pairs of user-defined metadata | ⬆️ |
| lineage | lineage | Information about the history of the object | ⬆️ |
| bounding_box | bounding-box | Bounding box of the spatial data. | ⬆️ ✅ |
| coordinate_reference_system | crs | Coordinate system of the spatial data | ⬆️ ✅ |
| schema | String | ✅ | |
| number_of_layers | Integer | Number of layers. | ✅ |
| locations | geophysical-records-1d | Array of locations. | ✅ |
| depths | geophysical-records-1d | Array of depths. | ✅ |
| line_numbers | category-data | Line numbers. |
Legend
| Flag | Description |
|---|---|
| ⬆️ | Inherited property |
| ✅ | Required property |