iwfm.plot.get_XYvalues

iwfm.plot.get_XYvalues(dataset)[source]

Create a colored image map representing groundwater data.

Parameters:

dataset (list of lists) – A list containing tuples of three values (x, y, value), representing the x and y coordinates of each data point along with their corresponding values.

Returns:

X, Y, values – numpy arrays containing x, y, and value

Return type:

numpy arrays