open-forest-observatory / automate-metashape-2

Easy, reproducible Metashape photogrammetry workflows
Other
74 stars 26 forks source link

Workflow steps should be selectable via config YAML #23

Closed youngdjn closed 4 years ago

youngdjn commented 4 years ago

Thus we would only need a single workflow script. It would include if statements to execute specific workflow functions as specified in the config file.

youngdjn commented 4 years ago

Completed via #27 . The pipeline of function calls is in metashape_pipeline.py, but each specific function is selectable via the YAML config file, meaning it is no longer necessary to edit the metashape_pipeline.py script.