Nothing leaves your machine
The file is read with the browser File API and parsed in JavaScript. There is no upload, no temporary storage and no server-side processing.
The file is read with the browser File API and parsed in JavaScript. There is no upload, no temporary storage and no server-side processing.
PCD in ASCII, binary and compressed binary, plus PLY as a secondary format. XYZ, RGB and intensity fields are read when present.
Files up to 500 MB are accepted. Above 5 million points we decimate the cloud for display and tell you how many points were rendered.
This is a free online PCD viewer for anyone who needs to look at a scan quickly: robotics and autonomous vehicle engineers checking a LiDAR recording, surveyors and site-capture teams reviewing a deliverable, and researchers sharing a cloud with a colleague who does not have CloudCompare or MeshLab installed. There is no download, no license and no sign up. The file never leaves your computer, because every byte is parsed and rendered by your own browser.
PCD stands for Point Cloud Data, the native file format of the Point Cloud Library (PCL). It stores a header describing the fields on each point followed by the point records themselves, in ASCII, binary or compressed binary form. PCD files are produced by LiDAR sensors, depth cameras and 3D scanners, and are the usual output of SLAM and reconstruction pipelines in robotics.
Supported here: .pcd (ASCII, binary, binary compressed) and .ply. XYZ is required, RGB and intensity are used when present. Very large clouds are decimated for display, so treat this as a fast inspection tool rather than a processing suite.
Drop the file into the point cloud viewer above or pick it with the file browser. It opens straight away, with no software install and no account.
Yes. This is a free online PCD viewer that renders .pcd and .ply files directly in the browser tab, so you can inspect a scan from any machine with a modern browser.
No. The viewer is client side, so there is nothing to download and nothing to configure. Your file is never uploaded to a server.
PCD (Point Cloud Data) is the Point Cloud Library format for storing 3D points, usually produced by LiDAR sensors, depth cameras and 3D scanners. Each point carries XYZ coordinates and can also carry RGB colour or intensity.
Files up to 500 MB are accepted. Above 5 million points we decimate the cloud for display and tell you how many points were rendered.
Not yet. This page reads both .pcd and .ply for viewing, but it does not write files. For converted, georeferenced outputs in PCD, LAS, PLY and trajectory form, use the LidarFlow reconstruction workflow.
If you still need to produce the cloud, read the rosbag to PCD guide or the walkthrough for turning an MCAP recording into a point cloud. For the mapping itself see LiDAR SLAM mapping and camera 3D reconstruction, and for downstream localisation see georeferenced Autoware export.