diff --git a/docs/CityDB tool/import.md b/docs/CityDB tool/import.md deleted file mode 100644 index 4e8c76b..0000000 --- a/docs/CityDB tool/import.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: Import -subtitle: Import -description: -# icon: material/emoticon-happy -status: wip ---- - -The **import** command imports one or more CityGML or CityJSON files into the 3D City Database. - -Use `citydb import citygml [OPTIONS] ` to import one or more citygml files from a directory into the database. - -The command provides a range of [OPTIONS] to adapt the import process. - -OPTION / Command | discription ------------- | ------------- -`--input-encoding= ` | Encoding of input file(s). -`--fail-fast` | Fail fast on errors. -`--temp-dir= ` | Store temporary files in this directory. -`--threads=`| Number of threads to use for parallel processing. -` --preview`| Run in preview mode. Features will not be imported. -`--index-mode=` | Index mode: keep, drop, drop_create (default: keep). Consider dropping indexes when processing large quantities of data. -`--compute-extent` | Compute and overwrite extents of features. -` --import-xal-source` | Import XML snippets of xAL address elements. -`--log-file=`| Write log messages to this file. -`--pid-file=` | Create a file containing the process ID. -`--plugins=` | Load plugins from this directory. -`--use-plugins=` to import one or more citygml files from a directory into the database. @@ -19,8 +19,10 @@ The command provides a range of [OPTIONS] to adapt the import process. ### Options Table -OPTION / Command | discription +OPTION / command | discription ------------ | ------------- +`@...` | One or more argument files containing options. +`...` | One or more files and directories to process (globpatterns allowed). `--input-encoding= ` | Encoding of input file(s). `--fail-fast` | Fail fast on errors. `--temp-dir= ` | Store temporary files in this directory. @@ -33,3 +35,12 @@ OPTION / Command | discription `--pid-file=` | Create a file containing the process ID. `--plugins=` | Load plugins from this directory. `--use-plugins= @options.txt +``` \ No newline at end of file