iwfm.plot.map_params_gw

iwfm.plot.map_params_gw(param_type, param_values, node_coords, layers, bounding_poly, strat, format='tiff', basename='gw_param_map', point_width=100, verbose=False)[source]

Create PNG images of groundwater parameters from an IWFM simulation.

Parameters:
  • param_type (string) – name of parameter

  • param_values (numpy array) – groundwater parameter values

  • node_coords (numpy array) – nodal coordinates

  • layers (int) – number of model layers

  • bounding_poly (numpy array) – Model boundary polygon for masking

  • strat (list) – thicknesses of model layers strat[][2] == Aquiclude 1, strat[][3] == Layer 1, etc

  • format (string, default = 'tiff') – output file format: eps, jpeg, jpg, pdf, pgf, png, ps, raw, rgba, svg, svgz, tif, tiff, webp

  • basename (string) – base name of image file, default = gw_param_map

  • point_width (int, default = 100) – The width of the polygon or diameter of the circle to be drawn around each data point.

Returns:

count – number of parameter maps created

Return type:

int