Skip to main content

radiometric

schema/objects/radiometric/1.2.0/radiometric.schema.json

A radiometric object represents geolocated, time stamped radiometric survey data. Radiometric surveys measure naturally occurring radioactivity in the form of gamma-rays, which mostly originate from mineral species containing radioactive isotopes of Potassium (K), Uranium (U), and Thorium (Th). The gamma-rays emitted by different elements have different energy levels, and the number of counts at each energy level indicates the presence of that element. This type of survey is most often carried out alongside other geophysical methods (e.g., aeromagnetic surveys) to provide additional information about naturally occurring radioactive mineral species in the area.

The survey object includes details about the survey type, which can be either "GROUND" or "AIR".

The dead_time, live_time, and idle_time parameters describe the timing characteristics of the survey measurements in milliseconds.

The array_dimension and energy_level (in meV) parameters describe the characteristics of the array.

The line_list array includes one or more survey-line definitions, including the line_number, date, version, and group of the survey. Each survey-line definition indicates the type of survey line (the geometry and intended use), location channels, and the associated channel attribute data.

Properties

radiometric (v1.2.0)

Radiometric survey data.

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
surveyradiometricSurvey information.
dead_timeNumberDead time (msec).
live_timeNumberLive time (msec).
idle_timeNumberIdle time (msec).
array_dimensionIntegerArray dimension.
energy_levelNumberEnergy level (meV) of array elements.
line_listArray[survey-line]Line list.

Legend

FlagDescription
⬆️Inherited property
Required property