filters.mortonorder¶
Sorts the XY data using Morton ordering.
Example¶
{
"pipeline":[
"uncompressed.las",
{
"type":"filters.mortonorder"
},
{
"type":"writers.las",
"filename":"compressed.laz",
"compression":"true"
}
]
}