Stand-alone execution

{MODIStsp} can be also executed as a "stand-alone" application (i.e., without having to open R/RStudio).

To be able to do that, from R launch the function install_MODIStsp_launcher().

Double-clicking these files or launching them from a shell without parameters will launch MODIStsp() in interactive mode, by opening the GUI. Non-interactive mode can be triggered by adding the "-g" argument to the call, and specifying the path to a valid Options File as -s argument:

If you do not want to install any link, launchers can be found in the subdirectory MODIStsp/ExtData/Launcher of your library path.



Scheduled Processing

Stand-alone non-interactive execution can be exploited to periodically and automatically update the time series of a selected product over a given study area. To do that, you should simply follow these steps.

  1. Open the MODIStsp() GUI, define the parameters of the processing specifying a date in the future as the "Ending Date" and save the processing options; then quit the program.

  2. schedule non-interactive execution of the {MODIStsp} launcher script installed as seen before (or located in the subdirectory MODIStsp/ExtData/Launcher of your R library path) as a windows scheduled task or linux "cron" job according to a specified time schedule, specifying the path of a previously saved Options file as additional argument.

On Linux

  1. Edit your crontab by opening a terminal and typing:

    bash crontab -e

  2. Add an entry for execution of MODIStsp launcher. For example, if you have installed it in /usr/bin and you want to run the tool every day at 23.00, add the following row:

    bash 0 23 * * * /bin/bash /usr/bin/MODIStsp -g -s "/yourpath/youroptions.json"

On Windows

  1. Create a Task following this instructions.

  2. Add the path of the MODIStsp.bat launcher as Action (point 6), specifying -g -s "X:/yourpath/youroptions.json" as argument.



ropensci/MODIStsp documentation built on Oct. 16, 2023, 2:34 a.m.