Skip to content

Commit

Permalink
thin also needs --input (part two)
Browse files Browse the repository at this point in the history
  • Loading branch information
wonder-sk authored Jul 24, 2023
1 parent 32c064b commit 0bd0599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0bd0599

Please sign in to comment.