Skip to content

Commit

Permalink
Merge pull request #294 from openclimatefix/fix-non-hrv-filename
Browse files Browse the repository at this point in the history
remove hrv from filename
  • Loading branch information
peterdudfield authored Sep 24, 2024
2 parents a7ce25f + d92213b commit cc3a8a0
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 cc3a8a0

Please sign in to comment.