Skip to content

Commit

Permalink
complete run
Browse files Browse the repository at this point in the history
  • Loading branch information
emmamendelsohn committed Nov 6, 2023
1 parent 2688c34 commit d39f8bd
Showing 3 changed files with 4,467 additions and 3,772 deletions.
4 changes: 2 additions & 2 deletions _targets.R
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ source("_targets_settings.R")
# For development purposes only, it can be helpful to set these targets to have a tar_cue of tar_cue_upload_aws, which means targets will not check the target for changes after it has been built once

tar_cue_general = "thorough" # CAUTION changing this to never means targets can miss changes to the code. Use only for developing.
tar_cue_upload_aws = "never"
tar_cue_upload_aws = "never" # CAUTION changing this to never means targets can miss changes to the code. Use only for developing.

# Static Data Download ----------------------------------------------------
static_targets <- tar_plan(
@@ -440,7 +440,7 @@ data_targets <- tar_plan(
key = ndvi_anomalies,
check = TRUE),
pattern = ndvi_anomalies,
cue = tar_cue(tar_cue_upload_aws)), # only run this if you need to upload new data
cue = tar_cue("thorough")), # only run this if you need to upload new data


)
Loading

0 comments on commit d39f8bd

Please sign in to comment.