Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.86 KB

README.md

File metadata and controls

24 lines (18 loc) · 1.86 KB

OWLS Autonomy Demonstration Script

Scope

This script is intended to provide a basic set of examples for each of the OWLS autonomy pipelines. The owls_demo.sh script provided in this directory downloads a collection of raw data and processes it with the default processing configuration for each autonomy pipeline. This script is intended as a first activity for new users of the pipeline to ensure proper installation and provide a collection of example output products.

Execution

  1. Ensure the OWLS autonomy code base is installed by following the instruction in the README.md at the root of this repository.

  2. Run the demo by executing the following commands.

cd OWLS-Autonomy/demo
./owls_demo.sh

Note: This script utilizes the bash shell, which requires a *nix system.

  1. A new folder named owls_demo_data will be created, with subdirectories for each autonomy pipeline. Raw input data and processed results will be available within the owls_demo_data folder at the completion of the script. A logs folder will also be created with a processing log for each run of the demonstration script.
  • Read more about validation products in the validate README.md
  • Read more about tracker products in the tracker README.md
  • Read more about feature products in the feature README.md
  • Read more about classification products in the classifier README.md
  • Read more about ASDP products in the ASDP README.md
  1. This demonstration script provides a generic example of each pipeline. If you would like to build upon these examples, please see the documentation in the CLI README.md for advanced usage examples and documentation.