Commit e318fad5 authored by Eric Duminil's avatar Eric Duminil
Browse files

Updated description

parent 9229ef58
...@@ -306,9 +306,9 @@ def run_workflow_with_citygml( ...@@ -306,9 +306,9 @@ def run_workflow_with_citygml(
description: Human-readable label for the result object. description: Human-readable label for the result object.
destination: Output workflow folder name; defaults to a timestamped random id. destination: Output workflow folder name; defaults to a timestamped random id.
project_path: Directory where the workflow folder is created. project_path: Directory where the workflow folder is created.
- If CityGML is already inside a .proj folder, project_path is ignored. - project_path given: copy CityGML there if not already present (takes priority).
- If given, CityGML is copied there. - CityGML inside a .proj folder: use parent as project, reference by name.
- If omitted, a temporary repository is created under /tmp. - Neither: create a temporary repository under /tmp (not auto-cleaned).
""" """
citygml_path = Path(citygml_path) citygml_path = Path(citygml_path)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment