iwfm.calib.compare¶ iwfm.calib.compare(list1, list2)[source]¶ Return two lists. missing has list1 items not in list2, in_both has list1 items in list2 Parameters: list1 (list of str) – observation site names list2 (list of str) – observation site names Returns: missing (list of str) – observation site names in list2 that are not in list1 in_both (list of str) – observation site names in both list1 and list2