template to use for adding tomoDD reader to obspy

Obspy developers,

It doesn't look like there is a tomoDD format for obspy.core.event.read_events(). Do you have a recommended template, i.e., which of the existing formats is the best starting point, to use for such a reader?

Thanks,
Brad

Hi Brad,

I'd recommend to use the nonlinloc hypocenter file format reading
routines as a template (ignoring the write routines for phase files in
there):
https://github.com/obspy/obspy/tree/master/obspy/io/nlloc

Note that we moved things around for the next major release (see #842),
so make sure to start work from current master.

best,
Tobias