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

Andrew Bell andrew.bell.ia at gmail.com
Tue Dec 1 04:25:56 PST 2020


I don't think this should be happening, but I'm not very familiar with
pgpointcloud. Do you get the same overlapping tile behavior if you write to
LAS, for example?

On Mon, Nov 30, 2020 at 10:00 PM Peter Lim <peter.lim at gpslands.com> wrote:

> 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
>
>
>
>
> <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient> Virus-free.
> www.avast.com
> <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient>
> <#m_6653623188670215846_DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
> _______________________________________________
> pdal mailing list
> pdal at lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/pdal
>


-- 
Andrew Bell
andrew.bell.ia at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/pdal/attachments/20201201/9f0025ff/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/9f0025ff/attachment-0001.jpg>


More information about the pdal mailing list