Skip to content

Commit

Permalink
fixed monthly downloader
Browse files Browse the repository at this point in the history
  • Loading branch information
LisaBock committed Dec 17, 2024
1 parent a45e97b commit c198cbd
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,8 @@ def download_dataset(config, dataset, dataset_info, start_date, end_date,
logger.info("Downloading monthly data (L3C) for sat = %s", sat)
if sat != '':
folder_l3c = base_path_l3c + sat + f'{year}/'
print(wget_options)
wget_options_new = wget_options.copy()
wget_options_new.append(f'--accept={date}*.nc')
print(wget_options_new)
logger.info("Download folder for monthly data (L3C): %s",
folder_l3c)
try:
Expand Down

0 comments on commit c198cbd

Please sign in to comment.