Skip to content

Commit

Permalink
remove hrv from filename
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Sep 24, 2024
1 parent a7ce25f commit d92213b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion satip/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ def get_nonhrv_dataset_from_scene(
gc.collect()
return

filename = f"hrv_{now_time}.zarr.zip"
filename = f"{now_time}.zarr.zip"
if use_hr_serviri:
filename = f"15_{filename}"
if use_iodc:
Expand Down

0 comments on commit d92213b

Please sign in to comment.