draw_detection_pgv_level

MapPlotter.draw_detection_pgv_level(df, max_event_pgv=None, add_annotation=True, data_col='pgv_min_log')[source]

The the maximum pgv markers in the colorbar axes.

Parameters
  • df (geopandas.GeoDataFrame) – The dataframe used to compute the detection pgv level.

  • max_event_pgv (float) – The maximum PGV of the event.

  • add_annotation (bool) – If True, the annotation is added.

  • data_col (str) – The data column of the df used for the pgv data.