obspy.clients.seishub.client._EventMapperClient.get_kml

_EventMapperClient.get_kml(nolabels=False, **kwargs)[source]

Posts an event.get_list() and returns the results as a KML file. For optional arguments, see documentation of get_list()

Parameters

nolabels (bool) – Hide labels of events in KML. Can be useful with large data sets.

Return type

str

Returns

String containing KML information of all matching events. This string can be written to a file and loaded into e.g. Google Earth.