Skip to content

Commit

Permalink
chore(l2): add notice to pre-download L1b files
Browse files Browse the repository at this point in the history
  • Loading branch information
j-haacker committed Mar 1, 2024
1 parent 9d32ac7 commit 1eb1cd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cryoswath/l2.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ def from_id(track_idx: pd.DatetimeIndex|str, *,
# download in advance. on the fly is always possible, however, with
# parallel processing this can lead to issues because ESA blocks ftp
# connections if there are too many.
print("Note that you can speed up processing substantially by previously downloading the L1b data.")
# stop_event = Event()
# download_thread = Thread(target=l1b.download_wrapper,
# kwargs=dict(track_idx=track_idx, num_processes=8, stop_event=stop_event),
Expand Down

0 comments on commit 1eb1cd4

Please sign in to comment.