DOI-USGS / gage-conditions-gif

Creative Commons Zero v1.0 Universal
17 stars 11 forks source link

needed to add our map and legend functions to the actual frame creation #52

Closed lindsayplatt closed 6 years ago

lindsayplatt commented 6 years ago

Had to run a couple different things to get the GIF:

scipiper::scmake('6_timestep_gif_tasks.yml', remake_file = '6_visualize.yml', force = TRUE)
scipiper::scmake('6_visualize/log/6_timestep_gif_tasks.ind', remake_file = '6_visualize.yml')
scipiper::scmake('6_visualize/out/year_in_review.gif', remake_file = '6_visualize.yml', force = TRUE)

year_in_review

lindsayplatt commented 6 years ago

After tiny change in prep_gage_sites_fun:

year_in_review

aappling-usgs commented 6 years ago

Huzzah! Note: you don't actually need to specify remake_file='6_visualize.yml' in the commands you shared above. In this project, you only need to specify the remake_file if the file in question is 6_timestep_gif_tasks.yml (which is the only one not included from remake.yml)