Forum

Author Topic: How to point cloud export json  (Read 3543 times)

1104312139@gm.kuas.edu.tw

  • Newbie
  • *
  • Posts: 22
    • View Profile
How to point cloud export json
« on: March 02, 2018, 10:33:43 AM »
I want to use python export point cloud, then point cloud format is json.
Now i can export las, but i want to export json.
Please help me thank.


 PhotoScan.app.document.chunk.exportPoints("Z:\gun\ppp.ply",source=PhotoScan.DataSource.DenseCloudData, format = PhotoScan.PointsFormatPLY)


LFSantosgeo

  • Jr. Member
  • **
  • Posts: 70
    • View Profile
Re: How to point cloud export json
« Reply #1 on: March 20, 2018, 10:51:13 PM »
From the PhotoScan API guide (PSv.1.4.0 from Dec 2017):

class PhotoScan.PointsFormat
Point cloud format in [PointsFormatNone, PointsFormatOBJ, PointsFormatPLY, PointsFormatXYZ, PointsFormatLAS, PointsFormatExpe, PointsFormatU3D, PointsFormatPDF, PointsFormatE57, PointsFormatOC3, PointsFormatPotree, PointsFormatLAZ, PointsFormatCL3, PointsFormatPTS, PointsFormatDXF, PointsFormatCesium]
Luiz Fernando