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

Database Not found in seismo_live_build/notebooks/Instaseis-Syngine/data/ #1

Open
profMastermind opened this issue Apr 6, 2022 · 0 comments

Comments

@profMastermind
Copy link

Database is missing in seismo_live_build/notebooks/Instaseis-Syngine/data/

When try to run some notebooks in /notebooks/Instaseis-Syngine/ folder, e.g. "Instaseis_Tutorial_02_basis_solution.ipynb" and others:

import instaseis
db = instaseis.open_db("data/database")

InstaseisNotFoundError Traceback (most recent call last)
in ()
1 import instaseis
----> 2 db = instaseis.open_db("data/database")

/home/mastermind/.local/lib/python3.6/site-packages/instaseis/init.py in open_db(path, *args, **kwargs)
91 from .database_interfaces import find_and_open_files
92
---> 93 return find_and_open_files(path=path, *args, **kwargs)
94
95

/home/mastermind/.local/lib/python3.6/site-packages/instaseis/database_interfaces/init.py in find_and_open_files(path, *args, **kwargs)
47 if len(found_files) == 0:
48 raise InstaseisNotFoundError(
---> 49 "No suitable netCDF files found under '%s'" % path
50 )
51 elif len(found_files) not in [1, 2, 4]:

InstaseisNotFoundError: No suitable netCDF files found under 'data/database'

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

1 participant