Skip to content

Instantly share code, notes, and snippets.

@connormanning
Last active December 1, 2016 19:31
Show Gist options
  • Save connormanning/593c6d7c4f76f11711a4970571d2985b to your computer and use it in GitHub Desktop.
Save connormanning/593c6d7c4f76f11711a4970571d2985b to your computer and use it in GitHub Desktop.
Tagless
{
"pipeline":
[
{
"filename": "3AU-15.las",
"type": "readers.las"
},
{
"limits": "Classification[1:2]",
"type": "filters.range"
},
{
"dimension": "Classification",
"type": "filters.attribute",
"value": "0"
},
{
"dimension": "Z",
"type": "filters.iqr"
},
{
"filename": "blah.laz",
"type": "writers.las"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment