1.. _density_command:
2
3********************************************************************************
4density
5********************************************************************************
6
7The density command produces a tessellated hexagonal `OGR layer`_ from the
8output of :ref:`filters.hexbin`.
9
10.. _`OGR layer`: http://www.gdal.org/ogr_utilities.html
11
12::
13
14    $ pdal density <input> <output>
15
16::
17
18    --input, -i        Input point cloud file name
19    --output, -o       Output vector data source
20    --lyr_name         OGR layer name to write into datasource
21    --ogrdriver, -f    OGR driver name to use
22    --sample_size      Sample size for automatic edge length calculation. [5000]
23    --threshold        Required cell density [15]
24    --hole_cull_tolerance_area
25                       Tolerance area to apply to holes before cull
26    --smooth           Smooth boundary output
27