mth5.clients.lemi417 ==================== .. py:module:: mth5.clients.lemi417 .. autoapi-nested-parse:: LEMI 417 Client ================ Client for converting LEMI 417 long period data into MTH5 format. @author: xubc Implemented based on lemi424.py(by jpeacock). Classes ------- .. autoapisummary:: mth5.clients.lemi417.LEMI417Client Module Contents --------------- .. py:class:: LEMI417Client(data_path: Union[str, pathlib.Path], save_path: Optional[Union[str, pathlib.Path]] = None, mth5_filename: str = 'from_lemi417.h5', **kwargs: Any) Bases: :py:obj:`mth5.clients.base.ClientBase` .. py:attribute:: collection .. py:method:: make_mth5_from_lemi417(survey_id: str, station_id: str, **kwargs: Any) -> pathlib.Path Create an MTH5 file from LEMI 417 long period data. :param survey_id: Survey identifier. :type survey_id: str :param station_id: Station identifier. :type station_id: str :param \*\*kwargs: Additional attribute parameters. :type \*\*kwargs: Any :returns: Path to the generated MTH5 file. :rtype: Path