1

I am trying to import some point cloud ( .ply file format ) into PostgreSQL Database with PostGIS extension. How can I do that? Any Idea? Any Importer?

asked Aug 10, 2017 at 12:29

1 Answer 1

1

You can't do that right away with the postgis extension. You will need the pgpointcloud extension next to that and then import with a PDAL pipeline.

Both tools involve some tweaking with the software and perhaps even building it yourself for pgpointcloud. Please read the documents behind both links carefully.

answered Aug 11, 2017 at 8:19

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.