iwfm.calib.par2iwfm¶ iwfm.calib.par2iwfm(A, B)[source]¶ Implement krige function to create new parameter values. Parameters: A (list) – List of tuples representing grid A points. Each tuple contains (id, x, y) coordinates. B (list) – List of tuples representing grid B points. Each tuple contains (id, x, y, value) coordinates. Returns: a_values – List of calculated floats representing values for A in B’s grid Return type: list