Index: trunk/SDToolBox/extract_data.py =================================================================== diff -u -r199 -r201 --- trunk/SDToolBox/extract_data.py (.../extract_data.py) (revision 199) +++ trunk/SDToolBox/extract_data.py (.../extract_data.py) (revision 201) @@ -118,7 +118,8 @@ # positions where we are in the sea logging.info(f"Generating sea mask with mask: {sea_mask}") - return sea_mask, LON[np.argsort(LON[:, 1])], LAT[np.argsort(LAT[:, 1])] + # return sea_mask, LON[np.argsort(LON[:, 1])], LAT[np.argsort(LAT[:, 1])] + return sea_mask, LON, LAT @staticmethod def get_seamask(mask_filepath: Path,) -> Tuple[np.array, np.array, np.array]: