Hi All,
Does anyone have any experience getting a pointcloud out of PostGIS?
We're using the PostgreSQL extension "Pointcloud" - https://github.com/pgpointcloud/pointcloud
Currently the data is stored in pcpatch data types and we extract it with pc_explode(column)::geometry. This returns to FME all of the individual points which if desired we can then recombine into a pointcloud.
But is there a way to get a pointcloud out *as* a pointcloud? I've tried PC_AsText, but the JSON it returns isn't GeoJSON so I can't just feed it straight into a GeometryReplacer. And there's no PC_AsBinary for the pcpatch datatype.
Anyone have any thoughts or experiences with this?
Thanks,
Jonathan