draw_voronoi_cells

MapPlotter.draw_voronoi_cells(df, use_sa=False)[source]

Draw PGV Voronoi cells.

Parameters
  • df (geopandas.GeoDataFrame) – The dataframe used to compute the voronoi cells.

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