Skip to content

Instantly share code, notes, and snippets.

@hobu
Created February 29, 2024 19:14
Show Gist options
  • Save hobu/36ea5fbec36412965ad9ef44cf4ade48 to your computer and use it in GitHub Desktop.
Save hobu/36ea5fbec36412965ad9ef44cf4ade48 to your computer and use it in GitHub Desktop.
treetop extraction
[
{
"type": "readers.las",
"filename": "/Users/hobu/dev/git/pdal-data/autzen/new/autzen-classified.copc.laz"
},
{
"type": "filters.hag_nn"
},
{
"type": "filters.assign",
"value": [
"MaybeTreeTops = 1"
],
"where": "ReturnNumber == NumberOfReturns && NumberOfReturns > 1 && HeightAboveGround > 1.5"
},
{
"type": "writers.copc",
"extra_dims": "all",
"filename": "forest-autzen.copc.laz"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment