We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm trying to run earthscope-mt-course/notebooks/aurora/06_yellowstone_1024Hz.ipynb
earthscope-mt-course/notebooks/aurora/06_yellowstone_1024Hz.ipynb
This depends on mth5_path = data_dir.joinpath("from_z3d.h5")
mth5_path = data_dir.joinpath("from_z3d.h5")
I can't find that data file, but it looks like it should get built by earthscope-mt-course/notebooks/mth5/08_make_mth5_from_z3d.ipynb
earthscope-mt-course/notebooks/mth5/08_make_mth5_from_z3d.ipynb
The mth5 notebook tries to get zen data from z3d_path = Path().cwd().parent.parent.joinpath("data", "time_series", "zen")
z3d_path = Path().cwd().parent.parent.joinpath("data", "time_series", "zen")
I cannot find a zen/ folder in last years ftp
@kujaku11 can you point me to a link where that data can be accessed?
The text was updated successfully, but these errors were encountered:
@kkappler I'll probably have to share it via gdrive again. After I find where I put it, probably on Monday.
Sorry, something went wrong.
kujaku11
No branches or pull requests
I'm trying to run
earthscope-mt-course/notebooks/aurora/06_yellowstone_1024Hz.ipynb
This depends on
mth5_path = data_dir.joinpath("from_z3d.h5")
I can't find that data file, but it looks like it should get built by
earthscope-mt-course/notebooks/mth5/08_make_mth5_from_z3d.ipynb
The mth5 notebook tries to get zen data from
z3d_path = Path().cwd().parent.parent.joinpath("data", "time_series", "zen")
I cannot find a zen/ folder in last years ftp
@kujaku11 can you point me to a link where that data can be accessed?
The text was updated successfully, but these errors were encountered: