MTgeophysics / mtpy

Python toolbox for standard Magnetotelluric (MT) data analysis
GNU General Public License v3.0
147 stars 66 forks source link

V2 Building new MT Collection #189

Open fsevim opened 8 months ago

fsevim commented 8 months ago

Test data can be found at mtpy-data. Installation instructions are included in README.

from mtpy_data import GRID_LIST, PROFILE_LIST

  1. Initiate MTCollection

from pathlib import Path from mtpy import MT, MTCollection

2023-04-14 11:48:00,318 [line 135] mth5.setup_logger - INFO: Logging file can be found C:\Pathway\debug.log

mtc = MTCollection() mtc.open_collection(Path().cwd().joinpath("test_mt_collection.h5"))

I want to create my own MT_collection with my MT_data. When I look for how to create it, the link created for the (mtpy_data) at below, does not open.

https://github.com/MTgeophysics/mtpy_data