megies / obspyck

ObsPyck is a GUI application that is intended to cover the tasks in a standard analysis workflow for seismic events in seismological observatory practice.
https://github.com/megies/obspyck/wiki
GNU General Public License v2.0
61 stars 32 forks source link

Obspyck usage #62

Closed dmarden closed 6 years ago

dmarden commented 6 years ago

Hi everyone,

I would like to know if there is any writen manual, guide or tutorial on how to use obspyck. I would like to use it for teaching earthquake location assuming that I can get it to work.

I was able to install the obspyck (master) and obspy (master) into my conda env. One of the questions I have regarding installation is if Seishub or other database is needed.

Also assuming my installation is complete and working (big if), how do I open the main obspyck window. I tried running the command python obspyck.py on my conda env (from different directories in case it was not on my python path) without any success. I'm fairly new with python, so that might be a pretty ridiculous question, apologies in advance.

I appreciate any information Best Diego

megies commented 6 years ago

You don't need seishub. Some features like downloading/uploading events/waveforms are seishub specific, but you can still work with local QuakeML files (i.e. load a local QuakeML file and/or save event to local QuakeML file).

You can get waveforms/station metadata via all the obspy clients (see obspyck config file that should be created from the example config on the first run) and you can also load waveforms and station metadata from local files, just pass them along as arguments.

If you're on the recent obspyck master then installation via anaconda should have added an executable called obspyck, so when your env is activated you should be able to just run $ obspyck ....

shicks-seismo commented 6 years ago

Hi Diego, If it helps, I wrote the following Obspck install and quick-start guide for reading in waveform files and event relocation via hypo2000: https://www.dropbox.com/s/avekrvw1r7qnvn1/Obspyck-tutorial.docx?dl=0

@megies - feel free to copy and paste what I've written for the Obspyck wiki.

Cheers, S

megies commented 6 years ago

Would be nice to have this in the wiki, @shicks-seismo, thanks for sharing! Anybody has the rights to edit it, so would be great if you added it.

dmarden commented 6 years ago

@megies - Thanks I was able to run obspyck, I appreciate the help

@shicks-seismo - The guide is really useful, thank you

megies commented 6 years ago

Updated the wiki, I think this can be closed.