CLI Reference
The following reference covers all subcommands and flags you can pass to the cassini
program.
cassini process
Generate a map from a single LiDAR (an acronym of “light detection and ranging” or “laser imaging, detection, and ranging”) is a method for determining ranges by targeting an object or a surface with a laser and measuring the time for the reflected light to return to the receiver. LiDAR (an acronym of “light detection and ranging” or “laser imaging, detection, and ranging”) is a method for determining ranges by targeting an object or a surface with a laser and measuring the time for the reflected light to return to the receiver.process
subcommand takes the path to the
Flags
--output-dir
or -o
Type: string
Default: tile
The output directory for the processed LiDAR file.
--skip-vector
or -s
Type: boolean
The The OpenStreetMap project is a collaborative, open-source initiative that creates and provides free geographic data and mapping to anyone who wants to use it. Built and maintained by a global community of volunteers, it offers detailed and editable maps, which are used in various applications, from navigation to urban planning. OpenStreetMap emphasizes openness and accessibility, allowing users to contribute and access data freely.--skip-vector
flag will skip the vector processing stage of the pipeline. No file will be downloaded from
cassini lidar
Run only the LiDAR processing step for a single tile. The LiDAR (an acronym of “light detection and ranging” or “laser imaging, detection, and ranging”) is a method for determining ranges by targeting an object or a surface with a laser and measuring the time for the reflected light to return to the receiver.lidar
subcommand takes the path to the
Flags
--output-dir
or -o
Type: string
Default: lidar
The output directory for the processed LiDAR (an acronym of “light detection and ranging” or “laser imaging, detection, and ranging”) is a method for determining ranges by targeting an object or a surface with a laser and measuring the time for the reflected light to return to the receiver.
cassini render
Run only the map rendering step for a single tile. The LiDAR (an acronym of “light detection and ranging” or “laser imaging, detection, and ranging”) is a method for determining ranges by targeting an object or a surface with a laser and measuring the time for the reflected light to return to the receiver.render
subcommand takes the path to the directory containing the output of the
Flags
--output-dir
or -o
Type: string
Default: tile
The output directory for the processed tile.
--neighbors
or -n
Type: string[]
A list of directories containing the output of the LiDAR (an acronym of “light detection and ranging” or “laser imaging, detection, and ranging”) is a method for determining ranges by targeting an object or a surface with a laser and measuring the time for the reflected light to return to the receiver.
--skip-vector
or -s
Type: boolean
The The OpenStreetMap project is a collaborative, open-source initiative that creates and provides free geographic data and mapping to anyone who wants to use it. Built and maintained by a global community of volunteers, it offers detailed and editable maps, which are used in various applications, from navigation to urban planning. OpenStreetMap emphasizes openness and accessibility, allowing users to contribute and access data freely.--skip-vector
flag will skip the vector processing stage of the pipeline. No file will be downloaded from
cassini batch
Process multiple LiDAR (an acronym of “light detection and ranging” or “laser imaging, detection, and ranging”) is a method for determining ranges by targeting an object or a surface with a laser and measuring the time for the reflected light to return to the receiver. LiDAR (an acronym of “light detection and ranging” or “laser imaging, detection, and ranging”) is a method for determining ranges by targeting an object or a surface with a laser and measuring the time for the reflected light to return to the receiver.batch
subcommand takes the path to the directory containing the in
:
Flags
--output-dir
or -o
Type: string
Default: out
The output directory for the processed LiDAR files.
--threads
or -t
Type: number
Default: 3
In batch mode, you can specify the number of In computer science, a thread is the smallest unit of execution within a process, allowing tasks to run concurrently within the same program. Threads share the same memory space and resources of the process they belong to, enabling efficient multitasking and parallelism. They are commonly used to perform multiple operations simultaneously, improving the performance and responsiveness of applications.
--skip-lidar
Type: boolean
The LiDAR (an acronym of “light detection and ranging” or “laser imaging, detection, and ranging”) is a method for determining ranges by targeting an object or a surface with a laser and measuring the time for the reflected light to return to the receiver.--skip-lidar
flag will skip the cassini
once with the same input files, as it will reuse some temp files.
--skip-vector
Type: boolean
The The OpenStreetMap project is a collaborative, open-source initiative that creates and provides free geographic data and mapping to anyone who wants to use it. Built and maintained by a global community of volunteers, it offers detailed and editable maps, which are used in various applications, from navigation to urban planning. OpenStreetMap emphasizes openness and accessibility, allowing users to contribute and access data freely.--skip-vector
flag will skip the vector processing stage of the pipeline. No file will be downloaded from
cassini config
Output a default config.json file, that you can edit to modify the map rendering parameters.
cassini help
Print a help message:
The help message is olso printed if cassini is called without any arguments.
Common flags
--help
or -h
Same than cassini help
or cassini
--version
or -V
Print the cassini
version