Fix cjio upgrade command in pipeline docs

This commit is contained in:
s0wlz (Matthias Puchstein)
2025-12-17 01:33:17 +01:00
parent 1f7db8c774
commit 6fadd6b770

View File

@@ -83,7 +83,7 @@ LoD2 CityGML tiles can be converted to GLB per tile while preserving roof/wall s
```bash
for f in work/cityjson/*.city.json; do
base="$(basename "$f" .city.json)"
uv run cjio "$f" upgrade_version clean triangulate \
uv run cjio "$f" upgrade clean triangulate \
save "work/cityjson_tri/${base}.tri.city.json"
done
```