csep.query_bsi
- csep.query_bsi(start_time, end_time, min_magnitude=2.5, min_latitude=32.0, max_latitude=50.0, min_longitude=2.0, max_longitude=21.0, max_depth=1000, verbose=True, apply_filters=False, **kwargs)[source]
Access BSI catalog through web service
- Parameters:
start_time – datetime object of start of catalog
end_time – datetime object for end of catalog
min_magnitude – minimum magnitude to query
min_latitude – maximum magnitude to query
max_latitude – max latitude of bounding box
min_longitude – min latitude of bounding box
max_longitude – max longitude of bounding box
max_depth – maximum depth of the bounding box
verbose (bool) – print catalog summary statistics
- Returns:
class:`csep.core.catalogs.CSEPCatalog