.. role:: red .. role:: blue .. role:: navy Header ====== :navy:`country` ~~~~~~~~~~~~~~~ .. container:: .. table:: :class: tight-table :widths: 45 45 15 +----------------------------------------------+-----------------------------------------------+----------------+ | **country** | **Description** | **Example** | +==============================================+===============================================+================+ | **Required**: :blue:`False` | Country of the geographic location, should be | United States | | | spelled out in full. Can be a list of | of America | | **Type**: str | list[str] | None | countries. | | | | | | | **Units**: None | | | | | | | | | | | | | | | | | | | | | | | | | | | +----------------------------------------------+-----------------------------------------------+----------------+ :navy:`state` ~~~~~~~~~~~~~ .. container:: .. table:: :class: tight-table :widths: 45 45 15 +----------------------------------------------+-----------------------------------------------+----------------+ | **state** | **Description** | **Example** | +==============================================+===============================================+================+ | **Required**: :blue:`False` | State or province of the geographic location, | [Colorado, | | | should be spelled out in full. Can be a list | Utah] | | **Type**: str | list[str] | None | of states or provinces. | | | | | | | **Units**: None | | | | | | | | | | | | | | | | | | | | | | | | | | | +----------------------------------------------+-----------------------------------------------+----------------+ :navy:`county` ~~~~~~~~~~~~~~ .. container:: .. table:: :class: tight-table :widths: 45 45 15 +----------------------------------------------+-----------------------------------------------+----------------+ | **county** | **Description** | **Example** | +==============================================+===============================================+================+ | **Required**: :blue:`False` | County of the geographic location, should be | [Douglass, | | | spelled out in full. Can be a list of | Fayet] | | **Type**: str | list[str] | None | counties. | | | | | | | **Units**: None | | | | | | | | | | | | | | | | | | | | | | | | | | | +----------------------------------------------+-----------------------------------------------+----------------+ :navy:`township` ~~~~~~~~~~~~~~~~ .. container:: .. table:: :class: tight-table :widths: 45 45 15 +----------------------------------------------+-----------------------------------------------+----------------+ | **township** | **Description** | **Example** | +==============================================+===============================================+================+ | **Required**: :blue:`False` | Township or city name or code. | 090 | | | | | | **Type**: str | list[str] | None | | | | | | | | **Units**: None | | | | | | | | | | | | | | | | | | | | | | | | | | | +----------------------------------------------+-----------------------------------------------+----------------+ :navy:`section` ~~~~~~~~~~~~~~~ .. container:: .. table:: :class: tight-table :widths: 45 45 15 +----------------------------------------------+-----------------------------------------------+----------------+ | **section** | **Description** | **Example** | +==============================================+===============================================+================+ | **Required**: :blue:`False` | Section name or code. | 012 | | | | | | **Type**: str | list[str] | None | | | | | | | | **Units**: None | | | | | | | | | | | | | | | | | | | | | | | | | | | +----------------------------------------------+-----------------------------------------------+----------------+ :navy:`quarter` ~~~~~~~~~~~~~~~ .. container:: .. table:: :class: tight-table :widths: 45 45 15 +----------------------------------------------+-----------------------------------------------+----------------+ | **quarter** | **Description** | **Example** | +==============================================+===============================================+================+ | **Required**: :blue:`False` | Quarter section code. | 400 | | | | | | **Type**: str | list[str] | None | | | | | | | | **Units**: None | | | | | | | | | | | | | | | | | | | | | | | | | | | +----------------------------------------------+-----------------------------------------------+----------------+ :navy:`parcel` ~~~~~~~~~~~~~~ .. container:: .. table:: :class: tight-table :widths: 45 45 15 +----------------------------------------------+-----------------------------------------------+----------------+ | **parcel** | **Description** | **Example** | +==============================================+===============================================+================+ | **Required**: :blue:`False` | Land parcel ID. | 46b29a | | | | | | **Type**: str | list[str] | None | | | | | | | | **Units**: None | | | | | | | | | | | | | | | | | | | | | | | | | | | +----------------------------------------------+-----------------------------------------------+----------------+ :navy:`latitude` ~~~~~~~~~~~~~~~~ .. container:: .. table:: :class: tight-table :widths: 45 45 15 +----------------------------------------------+-----------------------------------------------+----------------+ | **latitude** | **Description** | **Example** | +==============================================+===============================================+================+ | **Required**: :blue:`False` | Latitude of the location. | 12.324 | | | | | | **Type**: float | None | | | | | | | | **Units**: degrees | | | | | | | | | | | | | | | | | | | | | | | | | | | +----------------------------------------------+-----------------------------------------------+----------------+ :navy:`longitude` ~~~~~~~~~~~~~~~~~ .. container:: .. table:: :class: tight-table :widths: 45 45 15 +----------------------------------------------+-----------------------------------------------+----------------+ | **longitude** | **Description** | **Example** | +==============================================+===============================================+================+ | **Required**: :blue:`False` | Longitude of the location. | 12.324 | | | | | | **Type**: float | None | | | | | | | | **Units**: degrees | | | | | | | | | | | | | | | | | | | | | | | | | | | +----------------------------------------------+-----------------------------------------------+----------------+ :navy:`elevation` ~~~~~~~~~~~~~~~~~ .. container:: .. table:: :class: tight-table :widths: 45 45 15 +----------------------------------------------+-----------------------------------------------+----------------+ | **elevation** | **Description** | **Example** | +==============================================+===============================================+================+ | **Required**: :blue:`False` | Elevation of the location. | 1234.0 | | | | | | **Type**: | | | | | | | | **Units**: meters | | | | | | | | | | | | | | | | | | | | | | | | | | | +----------------------------------------------+-----------------------------------------------+----------------+ :navy:`datum` ~~~~~~~~~~~~~ .. container:: .. table:: :class: tight-table :widths: 45 45 15 +----------------------------------------------+-----------------------------------------------+----------------+ | **datum** | **Description** | **Example** | +==============================================+===============================================+================+ | **Required**: :blue:`False` | Datum of the location values. Usually a well | WGS 84 | | | known datum like WGS84. | | | **Type**: str | int | | | | | | | | **Units**: None | | | | | | | | | | | | | | | | | | | | | | | | | | | +----------------------------------------------+-----------------------------------------------+----------------+ :navy:`x` ~~~~~~~~~ .. container:: .. table:: :class: tight-table :widths: 45 45 15 +----------------------------------------------+-----------------------------------------------+----------------+ | **x** | **Description** | **Example** | +==============================================+===============================================+================+ | **Required**: :blue:`False` | relative distance to the center of the | 10.0 | | | station | | | **Type**: | | | | | | | | **Units**: meters | | | | | | | | | | | | | | | | | | | | | | | | | | | +----------------------------------------------+-----------------------------------------------+----------------+ :navy:`y` ~~~~~~~~~ .. container:: .. table:: :class: tight-table :widths: 45 45 15 +----------------------------------------------+-----------------------------------------------+----------------+ | **y** | **Description** | **Example** | +==============================================+===============================================+================+ | **Required**: :blue:`False` | relative distance to the center of the | 10.0 | | | station | | | **Type**: | | | | | | | | **Units**: meters | | | | | | | | | | | | | | | | | | | | | | | | | | | +----------------------------------------------+-----------------------------------------------+----------------+ :navy:`z` ~~~~~~~~~ .. container:: .. table:: :class: tight-table :widths: 45 45 15 +----------------------------------------------+-----------------------------------------------+----------------+ | **z** | **Description** | **Example** | +==============================================+===============================================+================+ | **Required**: :blue:`False` | relative elevation to the center of the | 10.0 | | | station | | | **Type**: | | | | | | | | **Units**: meters | | | | | | | | | | | | | | | | | | | | | | | | | | | +----------------------------------------------+-----------------------------------------------+----------------+ :navy:`acqby` ~~~~~~~~~~~~~ .. container:: .. table:: :class: tight-table :widths: 45 45 15 +----------------------------------------------+-----------------------------------------------+----------------+ | **acqby** | **Description** | **Example** | +==============================================+===============================================+================+ | **Required**: :blue:`False` | person, group, company, university that | mt experts | | | collected the data | | | **Type**: str | None | | | | | | | | **Units**: None | | | | | | | | | | | | | | | | | | | | | | | | | | | +----------------------------------------------+-----------------------------------------------+----------------+ :navy:`acqdate` ~~~~~~~~~~~~~~~ .. container:: .. table:: :class: tight-table :widths: 45 45 15 +----------------------------------------------+-----------------------------------------------+----------------+ | **acqdate** | **Description** | **Example** | +==============================================+===============================================+================+ | **Required**: :red:`True` | Start date the time series data were | 2020-01-01 | | | collected | | | **Type**: mt_metadata.common.mttime.MTime | | | | | str | float | int | | | | | **Units**: None | | | | | | | | | | | | | | | | | | | | | | | | | | | +----------------------------------------------+-----------------------------------------------+----------------+ :navy:`coordinate_system` ~~~~~~~~~~~~~~~~~~~~~~~~~ .. container:: .. table:: :class: tight-table :widths: 45 45 15 +----------------------------------------------+-----------------------------------------------+----------------+ | **coordinate_system** | **Description** | **Example** | +==============================================+===============================================+================+ | **Required**: :red:`True` | coordinate system the transfer function is | geopgraphic | | | currently in. Its preferred the transfer | | | **Type**: | for archiving and sharing. | | | **Units**: None | | | | | | | | | | | | | | | | | | | | | | | | | | | +----------------------------------------------+-----------------------------------------------+----------------+ :navy:`dataid` ~~~~~~~~~~~~~~ .. container:: .. table:: :class: tight-table :widths: 45 45 15 +----------------------------------------------+-----------------------------------------------+----------------+ | **dataid** | **Description** | **Example** | +==============================================+===============================================+================+ | **Required**: :red:`True` | station ID. | mt001 | | | | | | **Type**: | | | | | | | | **Units**: None | | | | | | | | | | | | | | | | | | | | | | | | | | | +----------------------------------------------+-----------------------------------------------+----------------+ :navy:`enddate` ~~~~~~~~~~~~~~~ .. container:: .. table:: :class: tight-table :widths: 45 45 15 +----------------------------------------------+-----------------------------------------------+----------------+ | **enddate** | **Description** | **Example** | +==============================================+===============================================+================+ | **Required**: :blue:`False` | End date the time series data were collected | 2020-01-01 | | | | | | **Type**: mt_metadata.common.mttime.MTime | | | | | str | float | int | | | | | **Units**: None | | | | | | | | | | | | | | | | | | | | | | | | | | | +----------------------------------------------+-----------------------------------------------+----------------+ :navy:`empty` ~~~~~~~~~~~~~ .. container:: .. table:: :class: tight-table :widths: 45 45 15 +----------------------------------------------+-----------------------------------------------+----------------+ | **empty** | **Description** | **Example** | +==============================================+===============================================+================+ | **Required**: :red:`True` | null data values, usually a large number | 1E+32 | | | | | | **Type**: | | | | | | | | **Units**: None | | | | | | | | | | | | | | | | | | | | | | | | | | | +----------------------------------------------+-----------------------------------------------+----------------+ :navy:`fileby` ~~~~~~~~~~~~~~ .. container:: .. table:: :class: tight-table :widths: 45 45 15 +----------------------------------------------+-----------------------------------------------+----------------+ | **fileby** | **Description** | **Example** | +==============================================+===============================================+================+ | **Required**: :red:`True` | person, group, company, university that made | mt experts | | | the file | | | **Type**: | | | | | | | | **Units**: None | | | | | | | | | | | | | | | | | | | | | | | | | | | +----------------------------------------------+-----------------------------------------------+----------------+ :navy:`filedate` ~~~~~~~~~~~~~~~~ .. container:: .. table:: :class: tight-table :widths: 45 45 15 +----------------------------------------------+-----------------------------------------------+----------------+ | **filedate** | **Description** | **Example** | +==============================================+===============================================+================+ | **Required**: :red:`True` | Date the file was made | 2020-01-01 | | | | | | **Type**: mt_metadata.common.mttime.MTime | | | | | str | float | int | | | | | **Units**: None | | | | | | | | | | | | | | | | | | | | | | | | | | | +----------------------------------------------+-----------------------------------------------+----------------+ :navy:`progdate` ~~~~~~~~~~~~~~~~ .. container:: .. table:: :class: tight-table :widths: 45 45 15 +----------------------------------------------+-----------------------------------------------+----------------+ | **progdate** | **Description** | **Example** | +==============================================+===============================================+================+ | **Required**: :red:`True` | Date of the most recent update of the program | 2020-01-01 | | | used to make the file | | | **Type**: mt_metadata.common.mttime.MTime | | | | | str | float | int | | | | | **Units**: None | | | | | | | | | | | | | | | | | | | | | | | | | | | +----------------------------------------------+-----------------------------------------------+----------------+ :navy:`progname` ~~~~~~~~~~~~~~~~ .. container:: .. table:: :class: tight-table :widths: 45 45 15 +----------------------------------------------+-----------------------------------------------+----------------+ | **progname** | **Description** | **Example** | +==============================================+===============================================+================+ | **Required**: :red:`True` | Name of the program used to make the file. | mt_metadata | | | | | | **Type**: | | | | | | | | **Units**: None | | | | | | | | | | | | | | | | | | | | | | | | | | | +----------------------------------------------+-----------------------------------------------+----------------+ :navy:`progvers` ~~~~~~~~~~~~~~~~ .. container:: .. table:: :class: tight-table :widths: 45 45 15 +----------------------------------------------+-----------------------------------------------+----------------+ | **progvers** | **Description** | **Example** | +==============================================+===============================================+================+ | **Required**: :red:`True` | Version of the program used to make the file. | 0.1.6 | | | | | | **Type**: | | | | | | | | **Units**: None | | | | | | | | | | | | | | | | | | | | | | | | | | | +----------------------------------------------+-----------------------------------------------+----------------+ :navy:`project` ~~~~~~~~~~~~~~~ .. container:: .. table:: :class: tight-table :widths: 45 45 15 +----------------------------------------------+-----------------------------------------------+----------------+ | **project** | **Description** | **Example** | +==============================================+===============================================+================+ | **Required**: :blue:`False` | Name of the project the data was collected | iMUSH | | | for, usually a short description or acronym | | | **Type**: str | None | of the project name. | | | | | | | **Units**: None | | | | | | | | | | | | | | | | | | | | | | | | | | | +----------------------------------------------+-----------------------------------------------+----------------+ :navy:`prospect` ~~~~~~~~~~~~~~~~ .. container:: .. table:: :class: tight-table :widths: 45 45 15 +----------------------------------------------+-----------------------------------------------+----------------+ | **prospect** | **Description** | **Example** | +==============================================+===============================================+================+ | **Required**: :blue:`False` | Name of the prospect the data was collected | Benton | | | for, usually a short description of the | | | **Type**: str | None | location | | | | | | | **Units**: None | | | | | | | | | | | | | | | | | | | | | | | | | | | +----------------------------------------------+-----------------------------------------------+----------------+ :navy:`loc` ~~~~~~~~~~~ .. container:: .. table:: :class: tight-table :widths: 45 45 15 +----------------------------------------------+-----------------------------------------------+----------------+ | **loc** | **Description** | **Example** | +==============================================+===============================================+================+ | **Required**: :blue:`False` | Usually a short description of the location | Benton, CA | | | | | | **Type**: str | None | | | | | | | | **Units**: None | | | | | | | | | | | | | | | | | | | | | | | | | | | +----------------------------------------------+-----------------------------------------------+----------------+ :navy:`declination.comments.author` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. container:: .. table:: :class: tight-table :widths: 45 45 15 +----------------------------------------------+-----------------------------------------------+----------------+ | **declination.comments.author** | **Description** | **Example** | +==============================================+===============================================+================+ | **Required**: :red:`True` | person who authored the comment | J. Pedantic | | | | | | **Type**: str | None | | | | | | | | **Units**: None | | | | | | | | | | | | | | | | | | | | | | | | | | | +----------------------------------------------+-----------------------------------------------+----------------+ :navy:`declination.comments.time_stamp` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. container:: .. table:: :class: tight-table :widths: 45 45 15 +----------------------------------------------+-----------------------------------------------+----------------+ | **declination.comments.time_stamp** | **Description** | **Example** | +==============================================+===============================================+================+ | **Required**: :red:`True` | Date and time of in UTC of when comment was | 2020-02- | | | made. | 01T09:23:45.453| | **Type**: float | int | numpy.datetime64 | pa| | 670+00:00 | | ndas._libs.tslibs.timestamps.Timest | | | | **Units**: None | | | | | | | | | | | | | | | | | | | | | | | | | | | +----------------------------------------------+-----------------------------------------------+----------------+ :navy:`declination.comments.value` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. container:: .. table:: :class: tight-table :widths: 45 45 15 +----------------------------------------------+-----------------------------------------------+----------------+ | **declination.comments.value** | **Description** | **Example** | +==============================================+===============================================+================+ | **Required**: :red:`True` | comment string | failure at | | | | midnight. | | **Type**: str | list | None | | | | | | | | **Units**: None | | | | | | | | | | | | | | | | | | | | | | | | | | | +----------------------------------------------+-----------------------------------------------+----------------+ :navy:`declination.model` ~~~~~~~~~~~~~~~~~~~~~~~~~ .. container:: .. table:: :class: tight-table :widths: 45 45 15 +----------------------------------------------+-----------------------------------------------+----------------+ | **declination.model** | **Description** | **Example** | +==============================================+===============================================+================+ | **Required**: :red:`True` | geomagnetic reference model used to calculate | WMM | | | declination | | | **Type**: | | | | | | | | **Units**: None | | | | | | | | | | | | | | | | | | | | | | | | | | | +----------------------------------------------+-----------------------------------------------+----------------+ :navy:`declination.epoch` ~~~~~~~~~~~~~~~~~~~~~~~~~ .. container:: .. table:: :class: tight-table :widths: 45 45 15 +----------------------------------------------+-----------------------------------------------+----------------+ | **declination.epoch** | **Description** | **Example** | +==============================================+===============================================+================+ | **Required**: :red:`True` | Epoch for which declination was approximated | 2020 | | | in. | | | **Type**: str | None | | | | | | | | **Units**: None | | | | | | | | | | | | | | | | | | | | | | | | | | | +----------------------------------------------+-----------------------------------------------+----------------+ :navy:`declination.value` ~~~~~~~~~~~~~~~~~~~~~~~~~ .. container:: .. table:: :class: tight-table :widths: 45 45 15 +----------------------------------------------+-----------------------------------------------+----------------+ | **declination.value** | **Description** | **Example** | +==============================================+===============================================+================+ | **Required**: :red:`True` | declination angle relative to geographic | 12.5 | | | north positive clockwise | | | **Type**: | | | | | | | | **Units**: degrees | | | | | | | | | | | | | | | | | | | | | | | | | | | +----------------------------------------------+-----------------------------------------------+----------------+ :navy:`stdvers` ~~~~~~~~~~~~~~~ .. container:: .. table:: :class: tight-table :widths: 45 45 15 +----------------------------------------------+-----------------------------------------------+----------------+ | **stdvers** | **Description** | **Example** | +==============================================+===============================================+================+ | **Required**: :red:`True` | EDI standards version SEG 1.0 | SEG 1.0 | | | | | | **Type**: | | | | | | | | **Units**: None | | | | | | | | | | | | | | | | | | | | | | | | | | | +----------------------------------------------+-----------------------------------------------+----------------+ :navy:`survey` ~~~~~~~~~~~~~~ .. container:: .. table:: :class: tight-table :widths: 45 45 15 +----------------------------------------------+-----------------------------------------------+----------------+ | **survey** | **Description** | **Example** | +==============================================+===============================================+================+ | **Required**: :blue:`False` | Name of the survey | CONUS | | | | | | **Type**: str | None | | | | | | | | **Units**: None | | | | | | | | | | | | | | | | | | | | | | | | | | | +----------------------------------------------+-----------------------------------------------+----------------+ :navy:`units` ~~~~~~~~~~~~~ .. container:: .. table:: :class: tight-table :widths: 45 45 15 +----------------------------------------------+-----------------------------------------------+----------------+ | **units** | **Description** | **Example** | +==============================================+===============================================+================+ | **Required**: :red:`True` | In the EDI standards this is the elevation | milliVolt per | | | units, in newer versions this should be units | kilometer per | | **Type**: str | None | of the transfer function. | nanoTesla | | | | | | **Units**: None | | | | | | | | | | | | | | | | | | | | | | | | | | | +----------------------------------------------+-----------------------------------------------+----------------+