Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mtpy-data link not working #23

Open
camsshepherd opened this issue Mar 20, 2024 · 2 comments
Open

mtpy-data link not working #23

camsshepherd opened this issue Mar 20, 2024 · 2 comments

Comments

@camsshepherd
Copy link

Copying an issue posted in the old mtpy repository that I am also having. 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

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

from mtpy_data import GRID_LIST, PROFILE_LIST

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"))

@kujaku11
Copy link
Contributor

@camsshepherd Did you get this to work or is there still an issue? Could you post the error if there is one?

@kujaku11
Copy link
Contributor

@camsshepherd Made the mtpy_data repository public and added a few more forward model data sets. It is installable but not on PyPi yet. So I would clone the repo and then pip install -e .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants