draw_pgv_level

MapPlotter.draw_pgv_level(df, use_sa=False, max_event_pgv=None, show_max_level=False, add_annotation=True)[source]

The the maximum pgv marker in the colorbar axes.

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

  • use_sa (bool) – True: used the station correction factors. False: don’t use the station correction factors.

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

  • show_max_level (bool) – If True, the maximum level is shown.

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