Last active
December 1, 2016 19:31
-
-
Save connormanning/593c6d7c4f76f11711a4970571d2985b to your computer and use it in GitHub Desktop.
Tagless
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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