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