Skip to content

Commit

Permalink
grid_decimation to deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
alavenant committed May 30, 2024
1 parent 93457e9 commit 623a47c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/filter_grid_decimation/GridDecimationFilter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ namespace pdal

static StaticPluginInfo const s_info
{
"filters.grid_decimation",
"filters.grid_decimation_deprecated", // better to use the pdal gridDecimation plugIN
"keep max or min points in a grid",
"",
};
Expand Down
2 changes: 1 addition & 1 deletion test/test_grid_decimation.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def run_filter(type):
tmp_out_las = tempfile.NamedTemporaryFile(suffix=".las").name
tmp_out_wkt = tempfile.NamedTemporaryFile(suffix=".wkt").name

filter = "filters.grid_decimation"
filter = "filters.grid_decimation_deprecated"
utils.pdal_has_plugin(filter)

bounds = li.las_get_xy_bounds(ini_las)
Expand Down

0 comments on commit 623a47c

Please sign in to comment.