obspy.seishub.client._EventMapperClient.getList

_EventMapperClient.getList(limit=50, offset=None, localisation_method=None, account=None, user=None, min_datetime=None, max_datetime=None, first_pick=None, last_pick=None, min_latitude=None, max_latitude=None, min_longitude=None, max_longitude=None, min_magnitude=None, max_magnitude=None, min_depth=None, max_depth=None, used_p=None, min_used_p=None, max_used_p=None, used_s=None, min_used_s=None, max_used_s=None, document_id=None, **kwargs)[source]

Gets a list of event information.

Return type:list
Returns:List of dictionaries containing event information.

The number of resulting events is by default limited to 50 entries from a SeisHub server. You may raise this by setting the limit option to a maximal value of 2500. Numbers above 2500 will result into an exception.

This Page