[pdal] Several Overlapping Patches When Writing to pgpointcloud through filters.chipper

Peter Lim peter.lim at gpslands.com
Mon Nov 30 18:45:06 PST 2020


Hi,

 

I'm reading some las files, using filters.chipper and write to PostgreSQ
database using the following pipeline:

 

[

    {

"type":"readers.las",

                "filename":"X:/tem/*.las"

   },

  {

                "type":"filters.reprojection",

                "in_srs":"EPSG:32648",

                "out_srs":"EPSG:3414"

    },

    {

                 "type":"filters.chipper",

                "capacity":600

    },    

    {

"type":"writers.pgpointcloud",

"connection":"host='localhost' dbname='lidar' user='anyuser'  ",

"table":"example",

"schema":"pc",

                "overwrite":"true",         

"compression":"dimensional",

"srid":"3414",

"scale_x":"0.001",

                "scale_y":"0.001",

                "scale_z":"0.001",

                "offset_x":"2000",

                "offset_y":"20000",


                "output_dims":"Intensity, X, Y, Z"


    }                          

]

 

However, the table has many overlapping patches as shown below:



 

I had tried using filters.mortonorder but still the same results. 

 

May I know is there anyway to avoid or reduce overlapping patches.

 

Please advise.

 

Thank you.

 

Best Regards,

 

Peter Lim

 



-- 
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/pdal/attachments/20201201/fa09e949/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image003.jpg
Type: image/jpeg
Size: 15284 bytes
Desc: not available
URL: <http://lists.osgeo.org/pipermail/pdal/attachments/20201201/fa09e949/attachment-0001.jpg>


More information about the pdal mailing list