Skip to content

Instantly share code, notes, and snippets.

@smathermather
Last active February 19, 2017 01:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save smathermather/25fcc0efc55579953419d768f80b5e65 to your computer and use it in GitHub Desktop.
Save smathermather/25fcc0efc55579953419d768f80b5e65 to your computer and use it in GitHub Desktop.
{
  "pipeline":[
    "/data/20001800PAS.las",
    {
      "type":"readers.las",
      "projection":"EPSG:4269",
      "filename":"/data/20001800PAS.las"
    },
    {
      "type":"filters.reprojection",
      "out_srs":"EPSG:3734"
    },    
    {
      "type":"filters.sample",
      "radius":"5"
    },
    {
      "type":"writers.las",
      "filename":"/data/poisson_8-16.bpf"
    }
  ]
}
docker run -v $(pwd)/data:/data pdal/pdal:1.4 pdal pipeline /data/pipeline.json --readers.las.filename=
/data/20001800PAS.las --writers.las.filename=/data/reproject5.las
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment