Overview of Point Cloud File Formats
When a 3D laser scanner captures a building, structure, or site, the resulting point cloud — millions or billions of XYZ coordinate measurements — needs to be stored in a file. The file format you choose determines how that data is structured, what metadata is preserved, which software can read it, and how efficiently it can be stored and transferred.
Choosing the wrong format can lead to vendor lock-in, where your data can only be opened in one manufacturer's software. It can mean losing critical metadata like scanner position, intensity values, or color information during export. And it can result in unnecessarily large files that slow down processing and consume storage.
Why Formats Matter
Point cloud data is a long-term asset. A building scanned today may need to be referenced for renovations, facility management, or compliance verification 10-20 years from now. Storing data in an open, well-documented format like E57 ensures that future teams can access it regardless of which hardware or software originally captured it. Proprietary formats risk obsolescence when vendors discontinue products or change specifications.
The point cloud industry has converged on a handful of dominant formats, each designed for specific use cases. E57 serves as the universal exchange and archival standard. LAS/LAZ dominates geospatial and aerial LiDAR workflows. RCP/RCS is optimized for the Autodesk ecosystem. And legacy formats like PTS, PTX, PLY, and XYZ persist in specialized niches.
The Interoperability Challenge
A typical scanning project involves multiple software tools — the scanner's native software for capture, a registration tool for aligning scans, a processing application for cleaning and colorizing, and a downstream platform like Revit, AutoCAD, or a GIS system for final use. Each software tool has its own preferred format, creating a chain of imports and exports where data fidelity is at risk.
Understanding the strengths and limitations of each format enables you to plan a data management strategy that preserves accuracy, avoids unnecessary conversions, and ensures your point cloud data remains accessible for the life of the project and beyond.
in active use
ASTM E2807
savings vs LAS
deliver in
E57 — The Open Standard
E57 is an open, vendor-neutral file format for storing 3D imaging data, defined by the ASTM E2807 standard (originally published 2011, reapproved 2019). Developed under the ASTM E57 Committee on 3D Imaging Systems, E57 was specifically designed to be a universal exchange format that could handle the diverse outputs of laser scanners, structured light systems, and other 3D capture devices without vendor lock-in.
File Structure
E57 uses a hybrid XML/binary architecture. The file contains an XML metadata section that describes the structure, coordinate systems, sensor information, and data organization, alongside binary data sections that store the actual point coordinates, colors, and intensity values efficiently. This design gives E57 two critical advantages: human-readable metadata (XML) and compact data storage (binary).
- XML Section: Contains file header, data structure definitions, coordinate reference systems, sensor positions, image references, and custom metadata fields
- Binary Section: Stores point data (XYZ, RGB, intensity, return number) in compressed binary format with configurable precision
- Image Data: E57 can embed 2D imagery (photos from the scanner) alongside point data, linking visual reference to spatial measurements
Key Characteristics
Strengths
- -- ASTM E2807 open standard — no vendor lock-in
- -- Supported by all major scanning software
- -- Stores multiple scans in a single file
- -- Embeds images and sensor metadata
- -- Binary compression reduces file size 40-60%
- -- Self-describing XML makes data discoverable
Limitations
- -- Larger than LAZ for equivalent data
- -- No spatial indexing for fast viewport queries
- -- Not natively supported in GIS platforms
- -- Limited classification code support vs. LAS
- -- Requires conversion for Revit (via ReCap)
Software Compatibility
E57 is supported by virtually every professional point cloud application: Autodesk ReCap, Leica Cyclone, Trimble RealWorks, FARO SCENE, Bentley PointTools, CloudCompare, and dozens more. It is the most universally accepted exchange format in the 3D scanning industry. The open-source libE57 reference implementation ensures consistent read/write behavior across software platforms.
THE FUTURE 3D Primary Delivery Format
E57 is our primary delivery format for point cloud data. Its vendor-neutral design means your data works with whatever software ecosystem you use — Autodesk, Trimble, Leica, or open-source tools. We register and process all scan data in-house and deliver clean, colorized E57 files ready for your team's downstream workflows, whether that is BIM modeling, CAD drafting, or facility management.
LAS/LAZ — The Geospatial Standard
LAS (LASer) is the binary file format maintained by the American Society for Photogrammetry and Remote Sensing (ASPRS) for exchanging LiDAR point cloud data. First published in 2003 and now at version 1.4 (Revision 16), LAS is the dominant format for aerial LiDAR, topographic surveys, and geospatial applications. LAZ is the lossless compressed variant developed by Martin Isenburg using the LASzip algorithm.
LAS File Structure
A LAS file is a structured binary file with three main components:
- Public Header Block: Contains file metadata — version, point count, coordinate system (scale/offset), bounding box, creation date, and generating software
- Variable Length Records (VLRs): Extensible metadata fields for coordinate reference system definitions (WKT or GeoKeys), classification lookup tables, waveform descriptors, and custom application data
- Point Data Records: The actual point measurements in one of 11 defined record formats (0-10), each with different attribute combinations
Point Record Formats
LAS 1.4 defines point record formats 0 through 10, each storing different combinations of attributes:
| Format | XYZ | Intensity | GPS Time | RGB | NIR | Waveform |
|---|---|---|---|---|---|---|
| 0 | Yes | Yes | No | No | No | No |
| 1 | Yes | Yes | Yes | No | No | No |
| 2 | Yes | Yes | No | Yes | No | No |
| 3 | Yes | Yes | Yes | Yes | No | No |
| 6 | Yes | Yes | Yes | No | No | No |
| 7 | Yes | Yes | Yes | Yes | No | No |
| 8 | Yes | Yes | Yes | Yes | Yes | No |
Classification Codes
One of LAS's most powerful features is its classification system. LAS 1.4 supports 256 classification codes (8-bit, up from 32 in LAS 1.2), with ASPRS-defined standard codes including:
- Code 2: Ground — bare-earth terrain points
- Code 3-5: Low, medium, and high vegetation
- Code 6: Buildings — roof and wall surfaces
- Code 7: Low noise — outlier points below ground surface
- Code 9: Water — surface water bodies
- Code 17: Bridge decks — overpass structures
- Codes 19-63: Reserved for ASPRS future definition
- Codes 64-255: User-defined for custom classification schemes
LAZ Compression
LAZ is the lossless compressed version of LAS, using the LASzip algorithm developed by Martin Isenburg. LAZ is fully lossless — decompressing a LAZ file reproduces the original LAS file bit-for-bit. Compression ratios depend on data characteristics:
(aerial LiDAR)
(terrestrial scans)
bit-for-bit identical
For a practical example: a 10 GB aerial LiDAR LAS dataset typically compresses to 700 MB - 1 GB as LAZ (90-93% reduction). Terrestrial scan data with more attribute variation compresses to 15-20% of original size (80-85% reduction). The difference in compression efficiency stems from aerial data's higher spatial redundancy — points on flat terrain compress more efficiently than complex interior building scans.
LAS/LAZ Best For
- -- Aerial LiDAR and drone mapping projects
- -- Topographic surveys and terrain modeling
- -- GIS integration (ArcGIS, QGIS, Global Mapper)
- -- Classification-heavy workflows (ground, vegetation, buildings)
- -- Government and public-sector LiDAR data distribution
RCP/RCS — The Autodesk Ecosystem
RCP (ReCap Project) and RCS (ReCap Scan) are Autodesk's proprietary point cloud formats, designed for use within the Autodesk ecosystem — ReCap Pro, Revit, AutoCAD, Navisworks, Civil 3D, and InfraWorks. These formats use spatial indexing (octree structures) to enable fast rendering and navigation of billion-point datasets directly inside Autodesk design tools.
RCP vs. RCS: How They Work Together
The relationship between RCP and RCS is a project-file-to-data-file architecture:
- RCS (Scan File): Contains the actual point cloud data for a single scan or unified cloud — binary point coordinates, color, intensity, normals, and spatial index. RCS files are typically large (hundreds of MB to several GB per scan).
- RCP (Project File): A lightweight container (typically KB to low MB) that references one or more RCS files. The RCP stores registration information, scan groupings, coordinate system settings, and visualization preferences. It does not contain point data itself.
When you import an RCP file into Revit, Revit reads the project metadata and loads the referenced RCS scan files as needed. This architecture allows Revit to handle multi-scan projects (50-200+ scans) by loading and unloading individual RCS files based on the current viewport, keeping memory usage manageable.
Important: Keep RCS Files with RCP
Because the RCP file only contains references to RCS files (not the actual data), you must always keep the RCS files in the same relative directory structure. Moving or deleting RCS files will break the RCP references, resulting in missing data when opened in Revit or AutoCAD. When sharing RCP projects, always include the full directory of RCS files.
Spatial Indexing
The key technical advantage of RCP/RCS is spatial indexing. During import into ReCap, point cloud data is restructured into an octree — a hierarchical spatial data structure that subdivides 3D space into nested cubes. This indexing enables:
- Level-of-detail rendering: Only points visible in the current viewport are loaded, enabling smooth navigation of billion-point clouds
- Rapid spatial queries: Selecting or clipping regions of the cloud is nearly instantaneous
- Memory management: Points are streamed from disk as needed rather than loaded entirely into RAM
Creating RCP/RCS Files
RCP/RCS files are created through Autodesk ReCap Pro by importing source point cloud data in formats like E57, LAS, PTS, PTX, or XYZ. During import, ReCap registers scans, applies transformations, and builds the spatial index. The resulting RCP/RCS files are optimized for performance in Autodesk products but cannot be opened by most non-Autodesk software (CloudCompare is a notable exception with limited RCS read support).
RCP/RCS Best For
- -- BIM workflows in Autodesk Revit
- -- CAD workflows in AutoCAD and Civil 3D
- -- Coordination in Navisworks
- -- Projects where the entire team uses Autodesk tools
- -- Large multi-scan projects needing viewport performance
XYZ — The Universal Fallback
XYZ is the simplest possible point cloud format — a plain ASCII text file where each line represents one point. The minimum content is three space-delimited or comma-delimited numbers representing the X, Y, and Z coordinates. Additional columns can include RGB color values (0-255), intensity, and normal vectors.
File Structure
A typical XYZ file looks like this:
// X Y Z R G B Intensity
-12.4532 8.7891 2.3456 128 134 121 0.78
-12.4510 8.7903 2.3461 131 137 124 0.81
-12.4498 8.7918 2.3449 126 130 118 0.75 There is no formal specification for XYZ — it is a convention rather than a standard. Different software tools may expect different column orders, delimiters (space, tab, comma), or header rows. This lack of standardization is both XYZ's greatest strength (universal readability) and its greatest weakness (ambiguity).
When to Use XYZ
- -- Exchanging data with software that does not support E57, LAS, or RCP
- -- Importing point data into custom scripts or research tools
- -- Simple data inspection in a text editor
- -- One-off format conversion as an intermediary
When NOT to Use XYZ
- -- Long-term archival (no metadata, no coordinate system)
- -- Large datasets (files are 3-5x larger than binary formats)
- -- Multi-scan projects (no scan separation structure)
- -- Any workflow where metadata matters
File size warning: Because XYZ stores every number as human-readable ASCII text, files are dramatically larger than binary equivalents. A point cloud that occupies 1 GB as an E57 file may require 3-5 GB as an XYZ file. For projects with billions of points, this size difference makes XYZ impractical for storage or transfer.
PLY — The Research and Graphics Format
PLY (Polygon File Format, also known as Stanford Triangle Format) was developed at Stanford University in the mid-1990s for storing 3D data from digitized objects. Originally designed for triangle meshes from 3D scanning research, PLY has become widely used in computer graphics, 3D printing, and academic point cloud research.
File Structure
PLY files begin with a human-readable ASCII header that declares the data structure, followed by either ASCII or binary data. The header explicitly defines which properties each element (vertex, face) carries, making PLY highly flexible:
ply
format binary_little_endian 1.0
element vertex 1500000
property float x
property float y
property float z
property uchar red
property uchar green
property uchar blue
property float nx
property float ny
property float nz
end_header
[binary data follows] PLY's strength is its flexible property system. You can define any combination of per-vertex attributes — coordinates, colors, normals, confidence values, temperature, or custom fields. This makes PLY particularly popular in research environments where non-standard data attributes need to be stored alongside geometry.
ASCII vs. Binary Variants
- ASCII PLY: Human-readable, easy to inspect and debug, but 3-5x larger than binary. Used for small datasets, testing, and interoperability.
- Binary PLY: Compact and fast to read/write. Available in both little-endian and big-endian byte orders. The standard choice for production use.
PLY Best For
- -- 3D printing and mesh-based workflows
- -- Computer graphics and visualization research
- -- Storing meshes with per-vertex attributes
- -- Photogrammetry output (structure-from-motion pipelines)
- -- Open-source tool compatibility (MeshLab, CloudCompare, Blender)
PLY is not commonly used in AEC scanning workflows because it lacks scan metadata, coordinate system definitions, and the geospatial attributes that E57 and LAS provide. However, PLY remains relevant for visualization deliverables, 3D printing preparation, and research applications.
PTS/PTX — Leica Legacy Formats
PTS and PTX are ASCII-based point cloud formats originating from Leica Geosystems. Despite being legacy formats largely superseded by E57, they remain in widespread use because of their simplicity and the massive installed base of Leica scanners in the AEC industry.
PTS Format
PTS is a column-based ASCII format. The first line contains the point count, and subsequent lines contain space-delimited point data:
1500000
-12.4532 8.7891 2.3456 78 128 134 121
-12.4510 8.7903 2.3461 81 131 137 124
-12.4498 8.7918 2.3449 75 126 130 118 Each line typically contains X, Y, Z, intensity, R, G, B values. The format is straightforward but carries no metadata — no coordinate system, no scanner position, no project information.
PTX Format
PTX extends PTS by adding a header block for each scan that includes the 4x4 transformation matrix — the scanner's position and orientation in the project coordinate system. This makes PTX significantly more useful for multi-scan projects because each scan's spatial relationship is preserved:
1000 // columns
1000 // rows
0.000 0.000 0.000 // scanner position
1.000 0.000 0.000 // scanner X axis
0.000 1.000 0.000 // scanner Y axis
0.000 0.000 1.000 // scanner Z axis
1.0 0.0 0.0 0.0 // 4x4 transformation
0.0 1.0 0.0 0.0 // matrix
0.0 0.0 1.0 0.0 // (row by row)
0.0 0.0 0.0 1.0 //
-12.4532 8.7891 2.3456 0.78 128 134 121 The transformation matrix in PTX headers allows registration software to reconstruct the multi-scan alignment without re-registration. This is the key advantage of PTX over PTS.
PTS/PTX Advantages
- -- Simple ASCII format, easy to read/parse
- -- Widely supported across scanning software
- -- PTX preserves scanner transformation matrices
- -- No proprietary licensing or libraries needed
- -- Can be concatenated and split with basic tools
PTS/PTX Limitations
- -- ASCII encoding produces very large files
- -- No compression support
- -- PTS has no metadata at all
- -- No formal specification document
- -- Slower to read/write than binary formats
Industry trend: The scanning industry has largely moved away from PTS/PTX toward E57 for data exchange. However, many organizations still have archives of PTS/PTX data from Leica Cyclone workflows, and some legacy pipelines continue to use these formats. If you receive scan data in PTS or PTX format, converting to E57 before archival is recommended.
Point Cloud Format Comparison
The following table compares the seven major point cloud file formats across the attributes that matter most for 3D scanning workflows — compatibility, compression, metadata support, and typical use cases.
| Format | Standard Body | Encoding | Compression | Color | Intensity | Metadata | Best Use Case |
|---|---|---|---|---|---|---|---|
| E57 | ASTM E2807 | XML + Binary | 40-60% | Yes | Yes | Extensive | Universal exchange, archival |
| LAS | ASPRS | Binary | None | Yes (fmt 2+) | Yes | VLRs, classification | Aerial LiDAR, GIS |
| LAZ | LASzip (open) | Binary | 80-93% (lossless) | Yes (fmt 2+) | Yes | Same as LAS | LiDAR storage, distribution |
| RCP/RCS | Autodesk (proprietary) | Binary (indexed) | 50-90% | Yes | Yes | Scan positions, normals | Revit, AutoCAD, Navisworks |
| XYZ | None (convention) | ASCII | None | Optional | Optional | None | Last-resort interchange |
| PLY | Stanford (open) | ASCII or Binary | None (binary is compact) | Yes | Custom fields | Header properties | Research, 3D printing |
| PTS/PTX | Leica (de facto) | ASCII | None | Yes | Yes | PTX: transform matrix | Leica legacy workflows |
Our Recommendation
For archival and long-term storage, always keep an E57 copy of your scan data — it is the only open, ASTM-standardized format that guarantees future accessibility regardless of software changes. For day-to-day use, match the format to your software: RCP for Autodesk, LAS for GIS, and E57 for everything else.
Which Format Should You Use?
Choosing the right point cloud format depends on three factors: your software ecosystem, your project type, and your data management needs. Here is a decision guide based on common scenarios.
By Software Ecosystem
Autodesk Users (Revit, AutoCAD, Navisworks)
Request RCP/RCS for direct import. Keep an E57 copy as archival backup. ReCap Pro converts between formats if needed.
GIS Users (ArcGIS, QGIS, Global Mapper)
Use LAS/LAZ natively. These platforms have full support for LAS classification codes, coordinate systems, and spatial queries. LAZ is preferred for storage efficiency.
Leica Cyclone Users
Cyclone natively reads and writes PTS/PTX and E57. For modern workflows, E57 is preferred. PTX preserves scan transformation matrices for re-registration.
Open-Source Tools (CloudCompare, MeshLab)
CloudCompare reads virtually everything: E57, LAS, PLY, PTS, PTX, XYZ, RCS. Use E57 or PLY for best compatibility. MeshLab favors PLY for mesh workflows.
Visualization and VR (Unreal, Unity, Blender)
Use PLY or OBJ (meshed) for real-time rendering engines. These platforms work with mesh geometry rather than raw point clouds. Convert point clouds to meshes first.
By Project Type
Building / Interior Scanning
Primary: E57 (archive) + RCP (Revit use)
Building scans benefit from E57's multi-scan structure and metadata. Deliver RCP for Autodesk users. Multiple scan positions, color, and intensity are all preserved.
Aerial / Drone Mapping
Primary: LAS/LAZ
Aerial LiDAR workflows depend on LAS classification codes for ground/vegetation/building separation. LAZ compression makes large-area datasets manageable. GIS integration is native.
Topographic Survey
Primary: LAS/LAZ
Topographic data needs coordinate system definitions (VLRs), classification, and GPS timestamps. LAS provides all of these natively. Store as LAZ for 80-93% size reduction.
Heritage Documentation
Primary: E57 (archive) + PLY/OBJ (visualization)
Heritage projects require long-term archival in an open standard (E57). Mesh exports in PLY or OBJ support visualization and 3D printing of architectural details.
The Golden Rule: Always Archive in E57
Regardless of what working format you use day-to-day, we recommend keeping a master copy of your scan data in E57. As the only ASTM-standardized open format, E57 offers the best long-term guarantee that your data will remain accessible as software and hardware evolve. Proprietary formats depend on vendor support; open standards depend on the community.
Converting Between Formats
Format conversion is a routine part of point cloud workflows. Most professionals need to convert between formats multiple times per project — importing scan data into processing software, exporting for design teams, and creating archival copies. Understanding which tools handle which conversions and what data may be lost during conversion is essential.
Common Conversion Tools
| Software | Cost | Input Formats | Output Formats |
|---|---|---|---|
| CloudCompare | Free / open-source | E57, LAS, PLY, PTS, PTX, XYZ, RCS, OBJ, STL | E57, LAS, PLY, PTS, XYZ, OBJ, STL, VTK |
| Autodesk ReCap Pro | ~$345/year | E57, LAS, PTS, PTX, XYZ, FLS, CLR | RCP/RCS, PTS, E57 |
| Leica Cyclone | ~$5,000-15,000/yr | E57, PTS, PTX, proprietary | E57, PTS, PTX, LAS |
| Trimble RealWorks | ~$4,000-8,000/yr | E57, LAS, PTS, PTX, TZF | E57, LAS, PTS, RCP |
| LAStools | Free (non-commercial) / Licensed | LAS, LAZ, TXT, SHP | LAS, LAZ, TXT, SHP |
Data Loss Considerations
Not all conversions are lossless. When converting between formats, be aware of what may be lost:
High Risk of Data Loss
- E57 to XYZ: Loses all metadata, images, scan structure, coordinate system. Only coordinates and optional color/intensity survive.
- Any format to XYZ: XYZ cannot store metadata, so all non-coordinate information is discarded.
- LAS to E57: Classification codes may not map cleanly. ASPRS-specific VLR extensions may be lost.
Moderate Risk of Data Loss
- E57 to LAS: Embedded images and some metadata fields do not map to LAS. Multi-scan structure is flattened.
- PTS to E57: PTS lacks metadata, so the E57 output will have minimal header information.
- E57 to RCP: Via ReCap import — generally preserves coordinates, color, and intensity. Original scan structure may be reorganized.
Low Risk of Data Loss
- LAS to LAZ: Lossless compression — bit-for-bit identical on decompression.
- PTX to E57: E57 can accommodate all PTX data including transformation matrices.
- E57 to E57: Re-export preserves all data if the software supports the full E57 specification.
Best Practices for Format Conversion
- Always keep original source files. Never overwrite the original scan data with a converted copy. Store the scanner's native output and E57 export as permanent archives.
- Convert copies, not originals. Work with duplicate files when converting. A failed or incorrect conversion should never affect your master data.
- Verify after conversion. Open the converted file in the target software and spot-check point counts, coordinate values, and visual appearance against the original. Point count differences indicate data loss.
- Document the conversion chain. Record which software, version, and settings were used for each conversion. This audit trail is critical for quality assurance and troubleshooting.
- Minimize conversion steps. Each conversion is an opportunity for data loss or corruption. Plan your format strategy to minimize the number of conversions between capture and final use.
Frequently Asked Questions
What is the best point cloud file format?
There is no single best point cloud file format — the right choice depends on your workflow. E57 (ASTM E2807) is the industry-standard vendor-neutral format for archiving and exchanging scan data across different software platforms. LAS/LAZ is the standard for geospatial and aerial LiDAR data. RCP/RCS is optimized for Autodesk workflows (Revit, AutoCAD, Navisworks). THE FUTURE 3D delivers in E57 as the primary format, with RCP, LAS, and OBJ available on request.
What is the E57 file format?
E57 is an open, vendor-neutral point cloud file format defined by the ASTM E2807 standard. It uses a hybrid structure combining an XML metadata section with binary data sections for efficient storage. E57 supports point coordinates, color (RGB), intensity, images, and sensor metadata. It is the most widely supported exchange format across scanning software including Autodesk ReCap, Leica Cyclone, Trimble RealWorks, FARO SCENE, and CloudCompare.
What is the difference between LAS and LAZ files?
LAS is the uncompressed ASPRS standard binary format for LiDAR point cloud data. LAZ is the lossless compressed version of LAS, created using the LASzip algorithm developed by Martin Isenburg. LAZ achieves 7:1 to 14:1 compression ratios (80-93% file size reduction) while preserving every data point exactly. LAZ is ideal for storage and transfer; LAS is used when software requires uncompressed input. Most modern LiDAR software supports both formats natively.
What is an RCP file vs an RCS file?
An RCP (ReCap Project) file is an Autodesk project file that references one or more RCS (ReCap Scan) files. The RCS file contains the actual indexed point cloud data for a single scan or unified cloud, while the RCP file acts as a container that manages multiple scans, stores registration data, and provides a unified view. When you import a point cloud into Revit or AutoCAD, you typically import the RCP file, which loads all the associated RCS scan data.
Can you convert between point cloud file formats?
Yes, point cloud files can be converted between formats using software like CloudCompare (free, open-source), Autodesk ReCap, Leica Cyclone, and Trimble RealWorks. However, conversions may involve data loss depending on the source and target formats. For example, converting from E57 to XYZ loses metadata and image data. Converting from LAS to E57 preserves most attributes. Always keep the original source files and convert copies.
What point cloud formats does Revit support?
Autodesk Revit natively supports RCP and RCS point cloud formats. To use E57, LAS, or other formats in Revit, you first import them into Autodesk ReCap Pro, which converts them to RCP/RCS format with spatial indexing optimized for Revit performance. ReCap accepts E57, LAS, PTS, PTX, XYZ, and several other input formats. THE FUTURE 3D can deliver point cloud data directly in RCP format for immediate Revit use.
How large are point cloud files?
Point cloud file sizes depend on the number of points, density, stored attributes, and format. A single scan position typically generates 50-500 MB of raw data. A complete building project with 50-200 scan positions can produce 5-50 GB. Compressed formats reduce sizes significantly: LAZ achieves 80-93% reduction compared to LAS, and E57's binary compression typically reduces files by 40-60% compared to uncompressed ASCII formats like XYZ or PTS.
What format does THE FUTURE 3D deliver point cloud data in?
THE FUTURE 3D delivers point cloud data primarily in E57 format — the ASTM E2807 open standard that ensures maximum compatibility across software platforms. We also deliver in RCP/RCS (for direct Autodesk Revit and AutoCAD use), LAS (for geospatial and GIS workflows), and OBJ (for mesh and visualization applications). The specific formats are tailored to your project requirements and software ecosystem.
Is E57 or LAS better for point cloud data?
E57 and LAS serve different primary purposes. E57 is better for building and facility scanning projects because it supports multiple scans, images, sensor metadata, and structured data in a single file. LAS is better for aerial LiDAR and geospatial projects because it includes classification codes (ground, vegetation, buildings), GPS timestamps, and is natively supported by GIS software. For AEC projects, E57 is the preferred exchange format. For surveying and mapping, LAS/LAZ is standard.
What is the XYZ point cloud format?
XYZ is the simplest point cloud format — a plain ASCII text file where each line contains the X, Y, and Z coordinates of a single point, optionally followed by additional values like RGB color or intensity. XYZ files are universally readable by virtually any point cloud software but are extremely large (no compression) and contain no metadata, no structure information, and no coordinate system definition. XYZ is best used as a last-resort interchange format when no other common format is supported.
Related Resources
What Is a Point Cloud?
Complete guide to 3D point cloud data, creation methods, and AEC applications
3D Laser Scanning Services
Professional point cloud capture with survey-grade equipment
BIM Scanning Guide
Complete guide to Scan-to-BIM workflows and LOD specifications
Cost Calculator
Estimate 3D scanning costs for your project
3D Scanning Cost Guide
Pricing breakdown for commercial and residential scanning projects
File Format Picker Tool
Interactive tool to find the right point cloud format for your project
Related Articles
Need Point Cloud Data in the Right Format?
THE FUTURE 3D delivers scan data in E57, RCP, LAS, and OBJ formats — matched to your software ecosystem and project requirements. Professional equipment, in-house processing, and 1-hour response time on quotes.