Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
wpreimes committed Nov 10, 2024
1 parent 25b10c6 commit bdbb5a9
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/smos/smos_l2/reshuffle.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,3 @@ def extend_ts(img_path, ts_path, memory=4):

else:
print(f"No extension required From: {startdate} To: {last_day}")

if __name__ == '__main__':
ts_path = '/tmp/ts'
img_path = "/home/wpreimes/shares/climers/Projects/QA4SM_HR/07_data/SERVICE_DATA/SMOS_L2/SMOSL2_v700-ext/images"
# swath2ts(img_path,
# ts_path=ts_path, startdate='2024-03-01', enddate='2024-03-05')
extend_ts(img_path, ts_path)

0 comments on commit bdbb5a9

Please sign in to comment.