PDAL writer plugin for pgpointcloud does not take a "capacity" param

See #48
This commit is contained in:
Sandro Santilli 2015-05-08 10:08:20 +02:00
parent 07877f8e23
commit 79f6b701b1

View File

@ -721,7 +721,6 @@ The PDAL [writers.pgpointcloud](http://www.pdal.io/stages/writers.pgpointcloud.h
- **column**: The column name to use in the patch table. [Optional: "pa"]
- **compression**: The patch compression format to use [Optional: "dimensional"]
- **overwrite**: Replace any existing table [Optional: true]
- **capacity**: How many points to store in each patch [Optional: 400]
- **srid**: The spatial reference id to store data in [Optional: 4326]
- **pcid**: An existing PCID to use for the point cloud schema [Optional]
- **pre_sql**: Before the pipeline runs, read and execute this SQL file or command [Optional]