From 0bd0599bcf51869d5dff19e098849d9c148a60cd Mon Sep 17 00:00:00 2001 From: Martin Dobias Date: Mon, 24 Jul 2023 16:18:49 +0200 Subject: [PATCH] thin also needs --input (part two) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 94c1826..9e27ad3 100644 --- a/README.md +++ b/README.md @@ -134,7 +134,7 @@ pdal_wrench thin --output=thinned.las --mode=every-nth --step-every-nth=20 --inp Alternatively, to sample points using Poisson sampling of the input: ``` -pdal_wrench thin --output=thinned.las --mode=sample --step-sample=20 data.las +pdal_wrench thin --output=thinned.las --mode=sample --step-sample=20 --input=data.las ``` ## to_raster