Skip to main content

Geoscience Objects

Version: 1.3.0
Supported

geophysical-records-1d

schema/objects/geophysical-records-1d/1.3.0/geophysical-records-1d.schema.json

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 depths property 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.

PropertyTypeDescriptionFlags
nameStringName of the object.⬆️
uuidbase-object-propertiesIdentifier of the object.⬆️
descriptionStringOptional field for adding additional description to uniquely identify this object.⬆️
extensionsObjectExtended properties that may be associated to the object, but not specified in the schema⬆️
tagsObjectKey-value pairs of user-defined metadata⬆️
lineagelineageInformation about the history of the object⬆️
bounding_boxbounding-boxBounding box of the spatial data.⬆️
coordinate_reference_systemcrsCoordinate system of the spatial data⬆️
schemaString
number_of_layersIntegerNumber of layers.
locationsgeophysical-records-1dArray of locations.
depthsgeophysical-records-1dArray of depths.
line_numberscategory-dataLine numbers.

Legend

FlagDescription
⬆️Inherited property
Required property

What is the reason for your feedback?