Guest User

Untitled

a guest
Jun 18th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. json = """
  2. {
  3. "pipeline":[
  4. "/9A-1B_subset15m.las",
  5. {
  6. "type":"filters.outlier",
  7. "method":"statistical",
  8. "mean_k":12,
  9. "multiplier":2.2
  10. },
  11. "/9A-1B_subset15m_c.las"
  12. ]
  13. } """
  14.  
  15. import pdal
  16. pipeline = pdal.Pipeline(json)
  17. pipeline.validate()
Add Comment
Please, Sign In to add comment