-
Notifications
You must be signed in to change notification settings - Fork 4
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
Data files no longer available #2
Comments
Minghao, Why are you looking for that URL? If you do not have a local copy, Plugins should automatically download the files. I just tried them on my machine and worked. Just follow instructions in the tutorial. Select the volcano and slab options from the menu. Please let me know if you are having problems. |
Hi Manoch, Traceback (most recent call last): |
Hi Minghao, The way Plugins work is to check your data directory under the installation first to see if the file they are looking for exists. In your case it does not, then it tries to download the file from the Web based on your configuration file. Based on the last line in your log: "ModuleNotFoundError: No module named 'urlparse'" the issue is with urlparse. I think this module exist in Python 2.7 but was renamed to urllib.parse in Python 3. Check and make sure that is the case. So, as part of your upgrade to Python 3, you need to make necessary changes for this module. We will have our Python 3 version out but we still do not have a date yet. I hope this helps |
I have edited the source code to work for python3. Now I hope to plot volcano locations and slabs from SLAB1.0/SLAB2.0. However, these files got deleted on the website. https://ds.iris.edu/ds/products/emc-desktoptools/
Where could I find them?
Minghao Zhang, University of Cambridge
The text was updated successfully, but these errors were encountered: