top of page

Differences between LAS point clouds and other formats: How to choose and 6 checkpoints before implementation

By LRTK Team (Lefixea Inc.)

All-in-One Surveying Device: LRTK Phone
text explanation of LRTK Phone

When working with LAS-format point clouds, it's easy to get confused about which format you should receive the data in, which format you should save it in, and how it differs from other formats. On site, people often assume that as long as the point cloud can be opened it's sufficient, but in reality, the choice of format alone can greatly affect subsequent display speed, ease of editing, coordinate handling, and how easily the data can be deployed into deliverables. Especially for practitioners, it's important to understand not only the accuracy of the point cloud data itself but also which information is preserved and at which stages information may be lost.


Many people searching for "las format point cloud" know that LAS is widely used, but want to clarify what advantages it has over other formats and, conversely, in which situations other formats are easier to work with. Therefore, in this article, after outlining the basic positioning of LAS-format point clouds, we explain the differences between it and representative alternative formats from a practical perspective. Furthermore, through six points to check before adoption, we clearly organize a way of thinking about format selection that makes failure less likely.


Table of Contents

Reasons why LAS-format point clouds are often chosen in practice

First, understand the differences between LAS-format point clouds and other formats

Checkpoint 1: Granularity of the information you want to store

Check Point 2: Handling of Coordinate Systems and Heights

Checkpoint 3: Necessity of color, reflectance intensity, and classification information

Checkpoint 4 Editing process and handover destination operations

Checkpoint 5: File Size and Display Performance

Checkpoint 6 Connection to the final deliverable

Decision criteria for introducing LAS-format point clouds

Summary


Reasons LAS-format point clouds are often chosen in practice

The reason LAS-format point clouds are widely chosen in practice is not simply that they can store collections of points. A major reason is that, in addition to three-dimensional coordinates, they can hold per-point attributes in a relatively organized form, make it easy to retain the information needed in surveying and terrain assessment processes, and are easy to hand off across multiple stages of work. Point clouds handled on site are not just data for viewing; they are intermediate assets that lead to subsequent tasks such as classification, cross-section checks, earthwork quantity analysis, drafting, and reconciliation with design. LAS is a convenient format for such intermediate assets.


For example, if only coordinates are needed, a simple text format will suffice. However, in practice requirements arise such as wanting to separate ground and structures, to view return intensity, to track acquisition time, or to leverage point classification results in downstream processes. The more such requirements increase, the less adequate simple formats become, and the higher the risk that necessary attributes will be lost with each conversion. A strength of point clouds in LAS format is that they are relatively unlikely to lose this "information that will be needed later."


Also, because LAS is often recognized as a standard framework dedicated to point clouds, it has the advantage of making it easier to share the assumptions for handover. In projects where the client, acquisition team, processing team, and user are separate, a format that is convenient for only one person will cause operations to break down. Something that is easy for one person to view may have insufficient coordinate information for another person or may have lost classification information. LAS-format point clouds tend to serve as a relatively stable foundation that is easy to operate even in such divided work environments.


Furthermore, the operational advantages of including the concept of compressed versions should not be overlooked. Point clouds handled on site tend to grow large in scale, and the burden of storage and transfer cannot be ignored. Using LAS as the baseline for the original data while selectively employing compressed variants or purpose-specific derivative formats as needed is a practical approach in many real-world workflows. In other words, it is easier to understand LAS not as a universal format that solves everything on its own, but as a format that tends to serve as a baseline for point cloud operations.


First, grasp the differences between LAS-format point clouds and other formats

To understand LAS-format point clouds, it is important to grasp, in summary, how they differ from other representative formats. Common comparison targets include simple coordinate-column formats like XYZ and CSV; PLY, which is often used for visualization and shape representation; E57, which is sometimes used for exchanging scan data from measurement instruments; and LAZ, which is a compressed variant closely related to LAS in terms of operation. These formats may seem similar, but their practical strengths differ.


XYZ and CSV are the most easily understood formats. Because they store each point’s X, Y, and Z side by side, their structure is simple, making the contents easy to inspect and suitable for simple handoffs. On the other hand, precisely because they are simple, the information they can hold tends to be limited, so they are not suitable for situations where you need to handle classification, intensity, return information, color information, and the like in a stable way. You can add columns so they appear to contain more information, but you must check what each column means every time, which makes operation prone to becoming dependent on specific individuals.


PLY is a convenient format in the context of three-dimensional geometry and visualization. It readily supports point colors and normals, and can work well with rendering pipelines and shape inspection. However, as a foundational format for long-term use in surveying and terrain analysis, it may not have the same degree of established operational assumptions as LAS. Even if it is easy to use for appearance-focused checks, caution is needed for rigorous operations involving geographic or survey coordinates, inheritance of classification results, and integration with downstream processes.


E57 can be convenient in that it allows multiple scans and their attributes to be handled together. It is a strong option for immediate post-measurement records and scan archives, but it is not necessarily equally easy to work with in all downstream processes. Depending on the receiving environment, you may be able to open a file but find it difficult to edit, or be able to display it but find some attributes unusable—this format is prone to such discrepancies. Even if it is excellent as a storage format, whether it is suitable as the primary format for daily operations depends on the recipient’s setup.


Rather than being an alternative format that competes with LAS, LAZ is more practically understood as an option to streamline LAS operations. Because it can reduce file size without significantly changing the information structure, it is advantageous for storage and sharing. However, depending on viewing or processing environments, decompression can take time, and in some workflows the uncompressed version may be easier to handle, so it is not always appropriate to standardize on the compressed version alone. In other words, rather than a binary choice between LAS or another format, the important perspective is how to combine LAS as the reference format with derived formats tailored to specific uses.


Checkpoint 1 Granularity of information to be saved

When selecting a format, the first thing you should confirm is what and how much of the point cloud you want to retain. If you choose a format while this is still unclear, you are likely to end up with data that can be displayed but is unusable. For example, whether merely being able to check the shape is sufficient, whether you intend to use it for cross-section checks or volume analysis, or whether you plan to include ground extraction and object classification in the scope will greatly change the required level of information granularity.


If what is truly needed is only a list of coordinates, a simple format may suffice. However, point clouds handled in the field, even if initially for viewing purposes, often later expand into comparison, extraction, reclassification, and design verification. If information related to intensity, classification attributes, or acquisition order is not retained, reusability can suddenly drop. If reprocessing becomes necessary, the consequences of having treated the format selection lightly will become apparent later.


The advantage of LAS-format point clouds is that they make it easier to ensure reusability. Not only the points themselves but also attributes that are meaningful in downstream processes can be organized and attached, making the data easier to treat not as a one-off deliverable but as an asset that can be accumulated. Especially when comparing multiple time periods or considering additional measurements of the same area, it is important that the information granularity is consistent. If formats are disparate and the way attributes are conceived differs, a lot of time will be spent on preparatory work before any comparison.


A way of thinking that makes failures less likely in practice is to anticipate not only the information you need right now but also the information that will likely be needed when you reuse it six months from now. Point cloud data is costly to acquire and not easy to recollect. For that reason, you should choose the storage format not solely based on the current task but with an eye toward future reanalysis and use by other departments. From that perspective, it is highly worthwhile to consider LAS-format point clouds as a baseline.


Checkpoint 2: Handling of Coordinate Systems and Heights

The next important point is how coordinate systems and elevations are handled. Being able to open a point cloud without issues is a different matter from having it placed in the correct location. In practice, you may encounter a mix of point clouds in local coordinates, point clouds using a plane rectangular coordinate system, point clouds that include latitude and longitude, and point clouds with different height references. If you perform format conversions without understanding these differences, problems can occur such as positional shifts, incorrect orientation, and failure to align with other drawings or design models.


LAS-format point clouds are well suited to surveying and terrain-related workflows because they organize coordinates for point clouds. However, the fact that a format can carry information does not guarantee that the information will be correctly preserved during actual handoffs. Export settings or intermediate conversions can result in coordinate system information not being retained adequately. Therefore, rather than relying on the format name alone, you should confirm in advance which coordinate system was used for the output, what the vertical reference for heights is, and how the origin is defined.


What's especially important to pay attention to is the meaning of height. Even for the same Z value, its practical significance changes depending on whether it is ellipsoidal height, elevation (orthometric height), or an arbitrary reference. When comparing terrain or checking the heights of structures, this difference directly leads to errors in the deliverables. If attention is focused only on differences in point cloud formats, verification of the height datum tends to be postponed, but in practice this is more likely to become a serious problem.


Also, if you want to overlay drawings or design data, you need to confirm which coordinate system or reference the recipient is working from. Even if the point cloud side is well prepared, it will not align if the other party’s drawings use a different reference. Choosing a format is not merely the task of deciding a file extension to save; it is also the task of deciding how reliably you can carry forward the agreed coordinate conventions. Especially when using point clouds in LAS format, it is important to put in place operational rules that ensure that coordinate information is handled correctly.


Checkpoint 3: Necessity of color, reflectance intensity, and classification information

The aspects of point cloud formats that tend to directly affect practical work are how color, return intensity, and classification information are handled. If you focus only on appearance, you may be tempted to choose a format that is colored and easy to view; however, what really matters in practice is not only what you use for appearance but whether those attributes can be retained in a state that is usable in downstream processes.


Color information is useful when you want to grasp objects in a way that closely resembles on-site photographs. It makes buildings, ground, vegetation, equipment, and other features easier to visually distinguish, so it is effective for initial checks and explanations to stakeholders. On the other hand, color is easily affected by lighting conditions and capture methods, and can be unstable as a basis for analysis. Therefore, color alone is not sufficient.


Reflectance intensity can provide clues to differences in material and surface condition, and can be useful as an aid to terrain interpretation and object extraction. Also, when classification information is available, it becomes easier to handle ground, vegetation, and structures separately during processing. In earthwork volume calculations and the creation of surface models, which points are used can greatly affect the results, so the presence or absence of this classification information is quite important in practice. In simple formats, it can be difficult to include such information, and its meaning can easily be lost during data exchange.


Because LAS-format point clouds are well suited to organizing such attributes, they offer the advantage of being easier to handle as point clouds suitable for analysis rather than merely display data. Of course, classification information is not essential for every project. However, even if it seems unnecessary at first, it is not uncommon for requests to arise later such as "I want to extract only the ground," "I want to exclude vegetation," or "I want to trace the outlines of structures." If there is any possibility of that, you should choose a format at the selection stage that makes it easy to preserve attributes.


In other words, rather than choosing a format solely based on whether color is present, it is important to consider the three roles separately: visual inspection, aiding analysis, and inheritance of classification. LAS-format point clouds handle these three roles in a well-balanced and easy-to-manage way, making them a strong option when considering use from on-site operations through downstream processes.


Checkpoint 4 Editing workflow and operations for handover destinations

When selecting a format, you need to check not only whether it is easy to handle within your company but also how it will be handed over to the next person in charge. Point cloud data is not complete at the time of acquisition; it flows through multiple processes such as preprocessing, verification, analysis, design coordination, and deliverable generation. Along the way, one person may be able to open it without problem while another may be unable to read some attributes, interpret the coordinates, or find that information is lost when re-saving.


A common mistake is for the person responsible for acquisition to save data in a format that is easy for them to handle and then try to carry that same format through the entire workflow. A format that is excellent for immediate post-measurement storage can be less stable for editing or delivery. Conversely, if you prioritize a format that is easy to view when sharing with stakeholders, it may lack attributes required as source data, causing work to stop at the analysis stage. Rather than standardizing on a single format, it is more realistic to assign formats to specific roles for each stage of the process.


In that sense, LAS-format point clouds are easy to adopt as a "baseline operational format close to the original data." From there, if you design to derive lightweight viewing formats and formats closer to the final deliverable for each purpose, it becomes easier to operate while reducing the risk of information loss. The important thing is to make clear what can be dropped at which stage. Do you reduce color depth to enable lighter display, reduce file size to make sharing easier, or preserve attributes for editing? If you repeatedly convert without making these decisions, necessary information can disappear before you know it.


Also, when exchanging data with external parties, it is essential to convey not only the format name but also "what is included." Even for LAS-format point clouds, usability varies depending on whether they include color, whether they are classified, what the coordinate system is, and whether they are compressed or uncompressed. If you view choosing a format not as creating a file but as defining the operational conditions, you will reduce failures.


Checkpoint 5 File Size and Display Performance

When working with LAS-format point clouds in the field, the issues that tend to be overlooked are file size and display performance. When it comes to choosing a format, attention naturally shifts to "what can be stored," but in practice it's just as important whether the data can realistically be opened and whether it will hang during work. No matter how rich the information is, if it takes too long to render or places too high a load on the device, it becomes difficult to use in everyday operations.


LAS-format point clouds can hold rich attribute information, but in projects with a large number of points file sizes tend to become large. For wide-area terrain, repeated measurements, or capture of detailed structures, keeping everything in a single file can become unwieldy. The important point here is not to reject the format itself, but to be strategic about how the data are managed. For example, simply separating and managing reference data for storage, lightweight data for sharing, and target-area data for analysis can considerably improve operations.


Also, whether to use a compressed format should not be decided solely by simple file-size comparisons. Even if it is advantageous for transmission or storage, it can make the workflow worse in environments where decompression is required each time. Conversely, handling data uncompressed makes loading straightforward but increases storage requirements and transfer load. In other words, the optimal choice varies with the frequency of use and the working environment for each project. Whether the data is intermediate and checked frequently or an original to be archived long-term will change the preferred way to store the same point cloud.


Moreover, rendering performance is not determined by format alone. Many factors overlap, such as point density, spatial extent, whether color information is included, the performance of the device used, and viewer-side decimation processing. For this reason, rather than simplifying to "this format is lightweight" or "this format is heavy," you need to judge based on the point cloud's granularity and the viewing environment. When introducing point clouds in LAS format, you should consider in advance not only file correctness but also designing file sizes that are manageable for everyday use.


Verification Point 6: Connection to the Final Deliverable

The biggest reason format selection tends to fail is deciding solely based on convenience at the time of acquisition. In principle, the point cloud format should be chosen by working backwards from the final deliverable. If what you will ultimately produce is unclear, you cannot determine which format is appropriate. For example, whether you only need current-condition checks, creation of cross-sections, terrain surface modeling, or as-built comparison will change the required attributes and the way you operate.


If the final deliverable is merely a model for viewing, derivative formats optimized for readability can be useful. However, if you will be performing quantity calculations, terrain analysis, or positional comparisons with designs, the coordinate reliability and preservation of attributes in the source data are paramount. In that case, it is safer to base your work on formats that retain the information needed for analysis, such as LAS point clouds. Even if the final deliverable is a two-dimensional drawing, the quality of the drawing will not be consistent unless the underlying cross-section extraction and terrain interpretation are accurate.


You should also consider the possibility of expanding into different deliverables in the future. Even if you only intend to check cross-sections this time, it is quite possible that next time you will want to compare before-and-after construction, and in subsequent projects use the data for equipment management and maintenance. The value of point clouds lies in being able to reuse the data you collect multiple times. That is precisely why optimizing solely for the immediate delivery format can undermine their asset value.


When you're unsure which format to choose, asking yourself "Is this data the final deliverable itself, or is it foundational data that will serve as the basis for multiple deliverables?" can help clarify things. If it's foundational data, priorities should be ease of later processing, minimizing loss of attributes, and preserving coordinates. In light of these criteria, LAS-format point clouds are a very straightforward choice as the primary format to adopt.


Criteria for Adopting LAS Format Point Clouds

Considering the six checkpoints discussed so far, LAS-format point clouds are not unconditionally optimal in every situation. However, when regarded as a standard format for practical work, they are certainly likely to be the first choice for many projects. The reason is clear: coordinates and attributes are relatively easy to organize and retain, they offer high reusability in downstream processes, and they are easy to work with in contexts close to surveying and terrain analysis.


A clear criterion to use is, first, "whether you want to use the source data for a long time." If you plan to use it long-term, you should prioritize preserving attributes over visual lightness or temporary ease of opening. Next, "whether it will span multiple people or process steps." The more people involved, the less workable personalized column definitions and temporary conversion rules become. In that respect, the LAS point cloud format is a format that makes it easy to create a shared understanding.


On the other hand, if the purpose is only short-term verification and you hardly expect to use attributes or reuse the data, another format can be easier to handle. In other words, the important thing is not to force the entire workflow into a single format. Keep the original data as point clouds in LAS format, use a lightweight format for sharing and viewing, and export deliverables into other formats appropriate to their use. Thinking in these three layers reduces operational strain.


Also, it is important to carry out a small-scale trial before implementation. Running acquisition, conversion, visualization, editing, and the production of deliverables once within a limited area of the same site will make it clear where information is lost and which formats are suitable for which processes. Format selection is less likely to fail if you verify it against the actual workflow rather than deciding everything on paper. If you plan to fully adopt LAS-format point clouds, it is prudent to start small, establish operational rules, and then roll out across the whole site.


Summary

When understanding the differences between LAS-format point clouds and other formats, the important thing is not to choose based solely on the impression of the format name. Consider which information you want to preserve, how to handle coordinates and elevation, to what extent you will use color and classification, who will receive it and how, which devices will handle it, and what the final deliverable is. By organizing these six points, it becomes easier to see situations where you should choose LAS and situations where you should use another format as a supplement.


In practice, a format that is easy to view is not necessarily a good format. Even if it is easy to open in the short term, if the attributes required in downstream processes are insufficient, the burden of reconversion or reprocessing will ultimately increase. Conversely, if you properly retain the LAS‑format point cloud as the original data, it becomes easier to produce versions for viewing, sharing, and deliverables, which leads to more stable long‑term operation. When you are unsure about "las format point cloud", it is especially important to prioritize ease of reuse over ease of display.


And to truly leverage format selection, the reliability of location information at the acquisition stage is also indispensable. No matter how user-friendly a format you choose, if the initial coordinates are ambiguous, you will face extra adjustments during downstream comparisons and when producing deliverables. If you want to handle point clouds and geotagged photos more consistently on site, it is effective to review the workflow from acquisition through to utilization. By using LRTK, an iPhone-mounted GNSS high-precision positioning device, you can make on-site position acquisition more practical and make the management of point cloud data and related outputs proceed more smoothly. When you are undecided about which LAS-format point cloud to choose, thinking about overall optimization that includes acquisition methods as well as file formats is the shortcut to reducing rework after deployment.


Next Steps:
Explore LRTK Products & Workflows

LRTK helps professionals capture absolute coordinates, create georeferenced point clouds, and streamline surveying and construction workflows. Explore the products below, or contact us for a demo, pricing, or implementation support.

LRTK supercharges field accuracy and efficiency

The LRTK series delivers high-precision GNSS positioning for construction, civil engineering, and surveying, enabling significant reductions in work time and major gains in productivity. It makes it easy to handle everything from design surveys and point-cloud scanning to AR, 3D construction, as-built management, and infrastructure inspection.

bottom of page