load local data into obspyck

Hi,
I installed obspyck yesterday but am having some trouble loading in data
that is stored locally. From the help I think the correct syntax is
something like,

/python obspyck.py -t 2012-06-06T07:55:00 -d 600 -f

is this right?? It gives the following warnings and error,

/usr/lib/pymodules/python2.7/obspy/core/util/base.py:14: UserWarning:
Module dap was already imported from None, but
/usr/lib/python2.7/dist-packages is being added to sys.path
  from pkg_resources import require, iter_entry_points, load_entry_point
================================================================================
Warning: SeisHub specific features will not work (e.g. 'send Event').
obspyck.py:148: UserWarning: Cannot find external programs dir,
localization methods/functions are deactivated
  warnings.warn(msg)
Traceback (most recent call last):
  File "obspyck.py", line 4323, in <module>
    main()
  File "obspyck.py", line 4317, in main
    obspyck = ObsPyck(clients, streams, options, KEYS)
  File "obspyck.py", line 187, in __init__
    raise Exception(err)
Exception: No streams left to work with after removing bad streams.

thanks,
David


Hi David,

when using local files you must either provide station metadata using
the option --dataless (dataless SEED or XSEED) or deactivate metadata by
using --nometadata.
Furthermore, currently both options don't support wildcards and have to
be full paths to files separated by commas as stated by the command help.

best,
Tobias