geophysical-records-1d
schema/objects/geophysical-records-1d/1.3.0/geophysical-records-1d.schema.json
The geophysical-records-1d object captures physical properties related to 1D geophysical records. These records are the product of geophysical inversion. These are composed of a series of 1D, vertical (columnar) datasets, each of which contains records (or dummy values) for a series of layers.
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
- The standard required information for a Geoscience Object
Each location entry contains information about the:
- Coordinates (x, y, z).
Each depth entry contains:
- Length values.
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 |