iwfm.calib.krige¶ iwfm.calib.krige(A, B)[source]¶ Perform spatial interpolation using kriging factors from grid A to grid B. 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: kriging_factors – List of lists containing kriging factor floats for spatial interpolation. Return type: list