obspy.core.event.catalog.Catalog.__iadd__

Catalog.__iadd__(other)[source]

Method to add two catalog with self += other.

It will extend the current Catalog object with the events of the given Catalog. Events will not be copied but references to the original events will be appended.

Parameters

other (Catalog or Event) – Catalog or Event object to add.