Skip to content

Instantly share code, notes, and snippets.

@feromes
Created December 18, 2025 09:52
Show Gist options
  • Select an option

  • Save feromes/e28d9910cdc50dce06c5e2cdf76b21b4 to your computer and use it in GitHub Desktop.

Select an option

Save feromes/e28d9910cdc50dce06c5e2cdf76b21b4 to your computer and use it in GitHub Desktop.
pipeline.json
{
"pipeline": [
"data/MDS_3313-311_1000.laz",
{ "type": "filters.hag_nn" },
{ "type": "filters.range", "limits": "Classification[6:6]" },
{ "type": "filters.dbscan", "min_points": 9, "eps": 0.60, "dimensions":"X,Y,Z" },
{ "type": "filters.voxelcenternearestneighbor", "cell":0.5 },
{ "type": "writers.copc", "filename": "resultados/MDS_3313-311_1000_buildings.copc.laz", "extra_dims": "all" }
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment