survey-line
schema/components/survey-line/1.1.0/survey-line.schema.json
The survey-line component defines a survey line — a spatial path along which geophysical measurements
were collected. It includes location data, timing, and associated survey attributes.
Used by: frequency-domain-electromagnetic, time-domain-electromagnetic.
See also: survey-collection, survey-attribute.
Properties
survey-line (v1.1.0)
A survey line.
| Property | Type | Description | Flags |
|---|---|---|---|
| line_number | String | The number of the line, can be alphanumeric. | ✅ |
| date | String | Date. | ✅ |
| version | Integer | Version. | ✅ |
| group | Integer | Represents the group when the data is collected. | ✅ |
| type | String | Survey line type. | ✅ |
| location_channels | survey-line | Survey location coordinate channels. | ✅ |
| channel_attributes | Array[channel-attribute] | List of channel attributes. | ✅ |
Legend
| Flag | Description |
|---|---|
| ⬆️ | Inherited property |
| ✅ | Required property |