List of important scripts for running the LTOP workflow

As of LTOP version 0.1.0, the entire workflow runs from the GEE Python API and does not require the user to run individual steps manually. The entire workflow is now automated and just requires that the user set up certain components in advance of a run. The pertinent scripts are now available from the GitHub repo.

The important components are:

and then the five module scripts from the original workflow:

Note The only script that user should really be concerned with is the run_ltop_complete.py and even then, that script defines a single class that could be called externally (see below for examples).

All of these scripts can be either run on a local machine or in the cloud. To prepare a run the user should either git clone the full repository or if you are interested in helping with development you can fork the repository to your local machine/cloud instance.

To set up a run of the LTOP workflow, you should start with the config.yml file. This holds all of the important components that will be used to run the workflow. Setting all of this up in advance should ensure that your run goes smoothly.