kujaku11 / mt_metadata

Tools for standardizing metadata, geared towards magnetotelluric (MT) data but is general enough to accommodate "any" type of metadata.
https://mt-metadata.readthedocs.io/en/latest/
MIT License
19 stars 5 forks source link

Channel Nomenclature should be global #194

Closed kujaku11 closed 9 months ago

kujaku11 commented 9 months ago

Channel Nomenclature is found in many objects and could benefit from a global variable. Currently the default is:

{
    "hx": "hx",
    "hy": "hy",
    "hz": "hz",
    "ex": "ex",
    "ey": "ey",
}

Should move this to mt_metadata.__init__.py. That way it's not populated incorrectly in various places.

kujaku11 commented 9 months ago

fixed in PR #193