mt_metadata icon indicating copy to clipboard operation
mt_metadata copied to clipboard

Tools for standardizing metadata, geared towards magnetotelluric (MT) data but is general enough to accommodate "any" type of metadata.

Results 30 mt_metadata issues
Sort by recently updated
recently updated
newest added

There is a slowdown or bottleneck in `TF.has_{attr}`. `xarray.sel` is currenlty slow, so there may be a better way to test if components are empty or not without using `sel`....

enhancement

Hei, I tried to import some function from fiters module and get the follwoing import error: ImportError: cannot import name 'ChannelResponseFilter' from 'mt_metadata.timeseries.filters' Downgrading from version 0.3.4 to 0.3.3 fixed...

Should add BIRRP to `mt_metadata.transfer_functions.processing.birrp` to work with birrp and then could use for `TF` class

enhancement

New Metadata Suggestions ===================== This issue will be for suggestions for **new** metadata standards. Please include the following information in your suggestion and fill out as much information as possible....

Suggested Metadata

There is a decent amount of overhead when validating metadata objects from a dictionary or other input. Might think about ways to optimize this process, maybe through multithreading or some...

enhancement

This does everything ListDict does and more. For example, if I declare a ListDict using the obj.["attr"] style notation, I cannot automatically access using obj.attr It also has to/from json...

enhancement

Handling for units and making sure everything is in SI units needs to be done. Have a look at CF, [siunits package](https://github.com/David-OConnor/si_units), [pint](https://pint.readthedocs.io/en/stable/) probably should have a unit object. CF...

Channels and Station should have a standard naming convention, something like FDSN has. Stations can be more relaxed maybe 8 characters max of alphanumeric, starting with a couple of letter...

enhancement

Working on CAS04 test dataset for aurora I encountered the following filter: { "coefficient_filter": { "calibration_date": "1980-01-01", "comments": "analog to digital conversion", "gain": 484733700000000.0, "name": "v to counts (electric)", "type":...

enhancement

Currently `comments` are free form strings, but to be more explicit a there should be `Comments` class. It should be a list of `Comment` objects. A `Comment` would have attributes:...

enhancement