mth5.clients.lemi417

Client for converting LEMI 417 long period data into MTH5 format. @author: xubc Implemented based on lemi424.py(by jpeacock).

Classes

LEMI417Client

Module Contents

class mth5.clients.lemi417.LEMI417Client(data_path: str | pathlib.Path, save_path: str | pathlib.Path | None = None, mth5_filename: str = 'from_lemi417.h5', **kwargs: Any)[source]

Bases: mth5.clients.base.ClientBase

collection[source]
make_mth5_from_lemi417(survey_id: str, station_id: str, **kwargs: Any) pathlib.Path[source]

Create an MTH5 file from LEMI 417 long period data.

Parameters:
  • survey_id (str) – Survey identifier.

  • station_id (str) – Station identifier.

  • **kwargs (Any) – Additional attribute parameters.

Returns:

Path to the generated MTH5 file.

Return type:

Path