Skip to content

Commit

Permalink
Add mindy as git-crypt user
Browse files Browse the repository at this point in the history
  • Loading branch information
n8layman committed Aug 12, 2024
1 parent 973dad6 commit 60e5f9d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion _targets.R
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,10 @@ dynamic_targets <- tar_plan(
format = "file",
repository = "local"),

# Takes raster files and makes animations from the layers
# Animate a SpatRaster stack where each layer is a date.
# gganimate took 20 minutes per file.
# just saving all the frames as separate pngs
# and combining with gifski took 50 minutes for all of them.
tar_target(wahis_outbreak_history_animations, map(wahis_outbreak_history, ~get_outbreak_history_animation(input_file = .x,
output_dir = "outputs")),
pattern = map(wahis_outbreak_history)), # Just included to enforce dependency with wahis_outbreak_history
Expand Down

0 comments on commit 60e5f9d

Please sign in to comment.