From 60e5f9dbab5c905082a0fc774fa43056c68942e4 Mon Sep 17 00:00:00 2001 From: Nathan Layman Date: Mon, 12 Aug 2024 13:15:19 -0700 Subject: [PATCH] Add mindy as git-crypt user --- _targets.R | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/_targets.R b/_targets.R index 19ac3a1..0ae8512 100644 --- a/_targets.R +++ b/_targets.R @@ -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