This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This script relies on the magick library, see this vignette for more information: | |
# https://cran.r-project.org/web/packages/magick/vignettes/intro.html | |
# | |
# If you have Windows or Mac OS, I believe ImageMagick STL is integrated with the CRAN distribution | |
# of the R magick library. If on Linux, see the "Build from source" section of the above URL | |
# | |
# This script will add year annotations from GIF animations generated and downloaded from the | |
# LT-GEE Time Series Animator open access Earth Engine App: | |
# https://emaprlab.users.earthengine.app/view/lt-gee-time-series-animator | |
# |