Skip to content

Commit bdbb5a9

Browse files
committed
Clean up
1 parent 25b10c6 commit bdbb5a9

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/smos/smos_l2/reshuffle.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -153,10 +153,3 @@ def extend_ts(img_path, ts_path, memory=4):
153153

154154
else:
155155
print(f"No extension required From: {startdate} To: {last_day}")
156-
157-
if __name__ == '__main__':
158-
ts_path = '/tmp/ts'
159-
img_path = "/home/wpreimes/shares/climers/Projects/QA4SM_HR/07_data/SERVICE_DATA/SMOS_L2/SMOSL2_v700-ext/images"
160-
# swath2ts(img_path,
161-
# ts_path=ts_path, startdate='2024-03-01', enddate='2024-03-05')
162-
extend_ts(img_path, ts_path)

0 commit comments

Comments
 (0)