Skip to content

Commit 1d9ea88

Browse files
committed
updated readme
1 parent cddb6de commit 1d9ea88

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ To show the help message and all available commands of citygml-tools, type the f
3939
This will print the following usage information:
4040

4141
```
42-
Usage: citygml-tools [OPTIONS] [COMMAND]
42+
Usage: citygml-tools [-hV] [--extensions=<dir>] [-L=<level>]
43+
[--log-file=<file>] [--pid-file=<file>] [@<filename>...]
44+
[COMMAND]
4345
Collection of tools for processing CityGML files.
4446
[@<filename>...] One or more argument files containing options.
4547
-L, --log-level=<level> Log level: error, warn, info, debug (default: info).
@@ -57,6 +59,7 @@ Commands:
5759
remove-apps Remove appearances from city objects.
5860
to-local-apps Convert global appearances into local ones.
5961
clip-textures Clip texture images to the extent of the target surface.
62+
merge Merge multiple CityGML files into a single file.
6063
subset Create a subset of city objects based on filter criteria.
6164
filter-lods Filter LoD representations of city objects.
6265
reproject Reproject city objects to a new coordinate reference system.

0 commit comments

Comments
 (0)