Get list of SCNLs in a stream

How can a get a list of the SCNLs in a stream?

I can see them using print(st), but I need to get them in a variable(s).

nslc = set(tr.id for tr in st)
1 Like

We have a lot of teaching material, e.g. over at seismo live: https://seismo-live.github.io/html/ObsPy/03_waveform_data_wrapper.html

or in our github repo for workshop materials:

Maybe some of that can give you a boost? =)

1 Like

Many thanks. I’d already decided that I needed to sit down and learn some stuff.