Skip to content

Commit

Permalink
Update grid_decimation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alavenant committed Dec 18, 2023
1 parent 941c0b9 commit 4d80f81
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions doc/grid_decimation.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ This example transform highest points of classification 5 in classification 9, o
"file-input.las",
{
"type": "filters.gridDecimation",
"output_type":"max",
"output_name_attribut": "grid"
"output_type":"max",
"output_name_attribut": "grid",
"output_wkt":"file-output.wkt"
},
{
"type":"writers.las",
Expand All @@ -34,4 +35,6 @@ Options
**resolution** :
The resolution of the cells in meter. [Default: 1.]

**output_name_attribut**: The name of the new attribut. [Default: grid]
**output_name_attribut**: The name of the new attribut. [Default: grid]

**output_wkt**: the name of the export grid file as wkt polygon. If none, no export [Default:""]

0 comments on commit 4d80f81

Please sign in to comment.