resistivity-ip
A resistivity-IP object represents geolocated, time-stamped resistivity and induced polarization (IP) survey data. This data is used extensively in exploration for mineral resources, environmental investigations, and other fields where the electrical properties of subsurface materials provide insight.
The number_of_dimensions
parameter describes the survey dimension and can take one of the values "1D", "2D", or "3D".
The number_contributing_electrodes
parameter indicates the number of contributing electrodes, excluding remote electrodes.
The survey
object includes details about the survey type, which can be one of the following:
- DCIP (Direct Current Induced Polarization): Includes timing information, duty cycle, and number of pulses per recording
- SIP (Spectral Induced Polarization): Specifies a list of frequencies used during measurement
- PHASEIP (Phased Induced Polarization): Specifies a list of frequencies used during measurement
- DCRES (Direct Current Resistivity)
The configuration
object includes details about the survey configuration, as well as location information for the remote survey elements in the case of Pole-Dipole (transmitter) or Pole-Pole (transmitter and receiver).
The line_list
array includes one or more resistivity-IP line definitions, including the group_number
, date
, station
, number_of_electrodes
, and channel_attributes
.
Properties
resistivity-ip (v1.1.0)
Resistivity-IP data.
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_dimensions | String | Survey dimension. | ✅ |
number_contributing_electrodes | Integer | Number of contributing electrodes. Not including remote electrodes. | ✅ |
survey | resistivity-ip | Survey information. | ✅ |
configuration | resistivity-ip | Configuration information. | ✅ |
line_list | Array[resistivity-ip-line] | Line list. | ✅ |
Legend
Flag | Description |
---|---|
⬆️ | Inherited property |
✅ | Required property |