survey-collection
schema/components/survey-collection/1.0.1/survey-collection.schema.json
The survey-collection component groups survey data into a collection with a collection number, type,
identifier, and associated survey attributes.
Collections represent a logical grouping of measurements — for example, all data collected along a single flight line or traverse.
Used by: gravity, magnetics, radiometric.
See also: survey-line, survey-attribute.
Properties
survey-collection (v1.0.1)
A survey collection containing a collection number, type, and attributes.
| Property | Type | Description | Flags |
|---|---|---|---|
| identifier | String | The collection identifier. In line-based surveys, this will typically be the line number. | ✅ |
| date | String | The date the survey collection was conducted. | |
| version | Integer | The version of the survey collection. | |
| group | Integer | The group of the survey collection. | |
| type | String | Survey collection type. | ✅ |
| locations | survey-collection | Survey collection locations. | |
| survey_attributes | Array[survey-attribute] | List of survey attributes. | ✅ |
Legend
| Flag | Description |
|---|---|
| ⬆️ | Inherited property |
| ✅ | Required property |