Skip to content

Commit

Permalink
Update script
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed Jul 1, 2024
1 parent 0572bbb commit f8556c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pace_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
mean_array = array.mean(dim="date")

filename = f"chla/chla_{date}.tif"
hypercoast.pace_chla_to_image(array, filename)
hypercoast.pace_chla_to_image(mean_array, filename)

shutil.copy(filename, "chla/chla_latest.tif")
print(f"Updated chla image: {filename}")
Expand Down

0 comments on commit f8556c1

Please sign in to comment.