From 79f6b701b1fe301b6d46780ced884cffcdaae105 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Fri, 8 May 2015 10:08:20 +0200 Subject: [PATCH] PDAL writer plugin for pgpointcloud does not take a "capacity" param See #48 --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index bc26b7c..6224037 100644 --- a/README.md +++ b/README.md @@ -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]