csep.query_comcat
- csep.query_comcat(start_time, end_time, min_magnitude=2.5, min_latitude=31.5, max_latitude=43.0, min_longitude=-125.4, max_longitude=-113.1, max_depth=1000, verbose=True, apply_filters=False, **kwargs)[source]
Access Comcat 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