Skip to content

CLI Reference

The following reference covers all arguments you can pass to the cassini program.

Anonymous argument

If you pass a LiDAR file path to cassini, it will generate the map for this file.

cassini path\to\my\tile.laz

Flags

--batch

Type: boolean

The --batch flag will enable batch processing several LiDAR files at a time. You should put them in a directory named in at the root of the directory where you are executing Cassini. The output tiles and the merged map will be put in a directory named out:

cassini --batch

--skip-lidar

Type: boolean

The --skip-lidar flag will skip the LiDAR processing stage of the pipeline. It will only work if you allready ran Cassini once with the same input files, as it will reuse some temp files.

cassini --skip-lidar

--skip-vector

Type: boolean

The --skip-vector flag will skip the vector processing stage of the pipeline. No file will be downloaded from OpenStreetMap and no vector features will be drawn on the map (roads, lakes…).

cassini --skip-vector

--threads

Type: number
Default: 3

In batch mode, you can specify the number of threads used by Cassini to parallelize the work.

cassini --batch --threads 6

--default-config

Type: boolean

Use this flag to output a default config.json file.

cassini --default-config