top of page

Easy CSV Export of High-Precision Point Cloud Data! Procedure and Tips for Automatically Creating a List of Survey Points

By LRTK Team (Lefixea Inc.)

All-in-One Surveying Device: LRTK Phone

Table of Contents

Introduction

Benefits of Exporting Point Cloud Data to CSV

Procedure to Export High-Precision Point Cloud Data to CSV

Tips for Automatically Creating a List of Survey Points

CSV Export Is Easy with Simple Surveying Using LRTK

FAQ


Introduction

In construction surveying and site management, opportunities to acquire high-precision point cloud data using drones, laser scanners, or smartphone LiDAR are increasing. Point cloud data represent objects or terrain in three dimensions as a collection of innumerable measurement points. There are many situations where you want to extract coordinates of specific points from these high-density point cloud data and list them. For example, you may want to compile the coordinates of key survey points into a list for as-built control reporting or comparison with design drawings. However, picking coordinates out of an enormous point cloud and manually entering them into spreadsheet software is time-consuming and prone to error.


This is where automation via CSV export is useful. If you write point cloud data out in CSV format, you can obtain a coordinate list of many measured points (a survey point list) at once. Because CSV is a universal text format, you can immediately open and inspect it in spreadsheet software or a text editor, and easily exchange the data with other tools. This article explains concrete procedures and tips for easily exporting high-precision point cloud data to CSV and automatically creating a survey point list.


Benefits of Exporting Point Cloud Data to CSV

Exporting point cloud data to a CSV file (comma-separated values) has many benefits.


First, there is the high compatibility and readability. CSV is very simple text data, so you can open and check the contents on almost any computer without special software. Specialized point cloud formats (LAS, PLY, etc.) require dedicated viewers, but CSV lets you immediately view coordinate values in standard spreadsheet software. This versatility makes CSV valuable as a format that does not depend on specific software or versions and is easy to reference in the future. Because numeric data are explicitly shown as text, data verification is easy, and you can visually check whether any point coordinates look odd. In large projects involving multiple departments or partner companies, sharing coordinate data in CSV format allows everyone to compare against a common list and ensure consistency. Presenting coordinates clearly as a survey point list helps prevent communication loss and misunderstandings.


Next, there is the ease of processing and analysis. CSV is simple tabular data, so it is easy to apply formulas in spreadsheet software or import the data into other systems for analysis. For example, you can automatically calculate deviations from design values or batch-check whether points fall within specified ranges using a CSV coordinate list. Also, without requiring 3D display of the point cloud in specialized software, exporting only important point coordinates lets you compile paper-based materials. It is common to attach a coordinate list of survey points when reporting on-site surveying results, and CSV output can be used directly to create tables for reports.


However, there are cautions. Because CSV is a text format, you need to watch out for rounding errors when handling very high precision. Converting coordinates to strings and deciding how many decimal places to keep can round off millimeter-level differences. For measurements requiring strict precision, it is safest to write out numbers with sufficient decimal places at export and, if necessary, verify the output against the original data afterward. Also, text data can become larger than binary formats. If you convert the entire point cloud to CSV, file sizes can balloon to hundreds of MB for millions of points. Consider exporting only the necessary points according to the data volume you handle.


Procedure to Export High-Precision Point Cloud Data to CSV

Now let’s look at the CSV export procedure to obtain a survey point list from point cloud data. The following is an example of a typical workflow.


Acquisition and preparation of point cloud data: First, acquire the source point cloud data. Use appropriate methods such as drone surveys, terrestrial laser scanners, or smartphone-mounted LiDAR to measure the object or terrain with high precision. If possible during measurement, aligning to a survey coordinate system using RTK-GNSS or known control points so the point cloud has absolute coordinates will simplify later steps. After acquisition, use point cloud processing software to remove unnecessary points (noise), merge multiple point clouds into a single coordinate system, and perform other preparation. Consider splitting the data into manageable sizes or trimming to the required area at this stage.

Extract coordinate data in point cloud processing software: Next, select and extract the group of points you want to export to CSV within the point cloud processing software. You can often export the entire point cloud as-is, but as mentioned, huge data sizes make it practical to narrow down to necessary points. Filter for the portions you want in the survey point list, such as key points of a structure or a sequence of points representing a terrain section. Point cloud software commonly offers tools to extract ground points by attribute filters or to sample points at regular intervals. Use these functions to finalize the points to be listed. If extraction is difficult, you may manually thin representative points by visually selecting them in a viewer.

Export in CSV format: Export the extracted and selected points in CSV format. From the software’s “Export” or “Save” function, choose CSV (or “text (XYZ)” format). The basic fields to output are typically each point’s X, Y, and Z coordinates. Some tools allow selecting other attributes (intensity, RGB values, etc.), but coordinates alone are usually sufficient for a survey point list. Pay attention to the coordinate system settings when exporting. Many tools ask for the coordinate system at export time or write out the coordinate system of the current point cloud. If you do not correctly specify the site’s survey coordinate system (for example, whether coordinates are geodetic latitude/longitude in the World Geodetic System or a plane rectangular coordinate system ◯), the exported data may not align with other drawings. Also consider the vertical datum (e.g., Tokyo Bay mean sea level). After confirming settings, name the file and save it. The CSV file with the coordinate list should be generated in a short time.

Check and use the exported data: Open the exported CSV file and check its contents. In a text editor or spreadsheet, each row should contain coordinate values. First, scan for anomalies or missing data. Check for problems such as excessively many digits of zeros or missing minus signs. There may be a header row or only numeric data, so add or remove a header if needed. Confirm that coordinate values are within expected ranges. It is useful to compare with known control point coordinates; if control points are included and correct in the CSV, you can assume other points are also exported accurately. Finally, use the CSV data as needed. Load it into a spreadsheet to format the survey point table. Import into CAD software to check points against the point cloud, or import into GIS to display the points on a map according to your purpose.


Tips for Automatically Creating a List of Survey Points

Here are some points and techniques to keep in mind for smoothly generating a survey point list automatically from point cloud data.


Unify coordinate systems and units: When handling multiple survey datasets, unifying the coordinate system beforehand eliminates post-export adjustments. It is important to align data to a common reference by calibrating with site control points before measurement or applying a geodetic transformation to the point cloud after measurement. If coordinate systems remain misaligned, comparing exported coordinates with other drawings becomes troublesome.

Determine the points you need: Rather than exporting the entire point cloud to CSV, select the points to list according to your purpose. For as-built control, only the key points needed for comparison with the design may be sufficient. If many duplicate points exist at the same location, consider keeping only representative points—thinning the data. This prevents the list from becoming redundant and avoids burying important information.

Add IDs or annotations to points: If you can assign names or numbers to points before export, use that feature. Instruments or software may allow adding sequential numbers or descriptive names to points. For example, adding identifiers like “BP1 (Control Point 1)” or “Design Elevation Check 1” will be included in the CSV, making it easier to know which point each coordinate corresponds to later. If the export lacks an ID column, you can open the CSV in a spreadsheet and assign row numbers to create a survey point numbering system.

Check and convert data after export: After obtaining a coordinate list in CSV, convert or process the data into other formats as needed. For instance, vertical or cross-sectional drawings might require conversion to SIMA format for import into design software. CSV is primarily an intermediate, human-readable format and is not ideal for heavy computational processing of large datasets. Therefore, after verification in the list, re-import into specialized software formats for final analysis as appropriate.

Confirm axis directions: When importing CSV data into other software, confirm the column order and axis mapping. This is especially important for geographic coordinate data, where X and Y meanings can be easily swapped. Assign each column to the correct data type (X, Y, Z) in the import settings to avoid reversed coordinates or similar issues.

Leverage automation features: Modern surveying instruments and software increasingly include automation for generating survey point lists. Some measurement software can output CSV coordinate lists in real time, and plugins exist for CAD software to automatically draw coordinate tables. Check whether your system offers such features. If not, open-source point cloud tools or simple scripts can automate CSV conversion. Reducing manual steps and enabling one-click list generation greatly improves efficiency.


CSV Export Is Easy with Simple Surveying Using LRTK

For those who want to handle high-precision point cloud data even more easily, there is an approach called simple surveying with LRTK. LRTK is a solution consisting of a small RTK-GNSS receiver that can be attached to a smartphone and a dedicated app; it is designed to enable centimeter-level surveying (half-inch-level) with simple operation anyone can use. By following prompts in the dedicated app and walking around, you can acquire high-precision 3D survey data on site. A key feature is that the acquired data are tied to a geodetic coordinate system in real time (for example, the World Geodetic System or a plane rectangular coordinate system). In other words, you obtain point clouds or survey point data with accurate coordinates from the start, eliminating the need for office coordinate transformations or complex post-processing. At the end of measurement, you can already generate and export a survey point list (CSV coordinate list) on site.


Because surveying tasks that previously required experience become intuitive, the burden of data organization is greatly reduced. If you worry that exporting point cloud data to CSV requires difficult point cloud processing or conversion on a PC, LRTK lets you acquire high-precision data on site and produce a list directly. LRTK combines high precision with portability, allowing one person to measure and immediately confirm results; it is a powerful tool for improving surveying efficiency and reducing labor. Consider introducing it. The use of high-precision point cloud data is expected to expand further. Combine CSV export with advanced technologies to help improve productivity in surveying work.


FAQ

Q: What software is needed to export point cloud data to CSV? A: In many cases, the software bundled with measurement instruments or point cloud processing software can export CSV. Not only commercial point cloud editors, but also free open-source software can convert LAS/TXT to CSV. Recently, some measurement apps themselves can save measurement results directly as CSV. If you lack a specific tool, you can export the data to a generic format (LAS or PLY) and then use a tool that reads it to convert to CSV. In short, you do not necessarily need expensive specialized software— with some ingenuity, you can export point clouds to CSV.


Q: What is a survey point list and what does it include? A: A survey point list is a table that compiles the coordinate values of each point obtained by surveying. Typically it lists a point number or name along with X coordinate (east–west), Y coordinate (north–south), and Z coordinate (elevation). There may also be a remarks column indicating point type (for example, boundary stake, control point, check point). In short, a survey point list is a document that tabulates the coordinates of important points from the point cloud. Exporting to CSV automatically obtains the underlying data (a sequence of coordinates) for this list. What was once transcribed manually from field books can now be generated with one click from measurement results using CSV.


Q: Is the accuracy of coordinates exported in CSV format reliable? A: CSV is merely a text format, so if handled properly, accuracy is not degraded by the format itself. However, be careful about the number of decimal places at export. For example, if you require precision to 0.001 m (0.003 ft) — 1 mm (0.04 in) — you must maintain at least three decimal places in meters when exporting. Some software allows you to specify significant digits for export; otherwise, it may depend on internal display precision. Generally, values are output at the source data’s full precision, but it is wise to compare important points between the original point cloud and the exported CSV to confirm there is no difference.


Q: Should I include column names (headers) when exporting CSV? A: It depends on the intended use. If you will view or share the coordinate list in a spreadsheet, adding a header row such as “X coordinate,” “Y coordinate,” and “Z coordinate” makes it clearer. However, some analysis software or CAD importers may not correctly read files with a header row. If your export options allow toggling headers, switch according to the use case. Generally, include headers for human-readable purposes and omit them for machine-reading imports.


Q: Isn’t it difficult to handle millions of points if you export the entire point cloud to CSV? A: That is correct—exporting millions of points to CSV results in very large files that are hard to handle, and some spreadsheet software may not be able to open them due to row limits. Therefore, it is realistic to narrow down the points to export. For example, extract only major ridgelines or boundary points from a terrain point cloud for CSV. Store the point cloud itself in LAS or LAZ formats and extract only key points to CSV as needed; this preserves the original data while providing concise lists. In short, use CSV for pinpointing important points, and continue using the point cloud for long-term storage and detailed analysis.


Q: What is simple surveying with LRTK? A: Simple surveying with LRTK refers to a new surveying style that utilizes a compact, high-precision GNSS receiver called “LRTK” that can be used with a smartphone. In conjunction with a dedicated smartphone app, anyone can perform real-time centimeter-level positioning. Without specialized knowledge or large equipment, you can walk a site with a smartphone and obtain high-precision 3D survey data and point clouds. The acquired data are immediately saved and can be output with coordinates, dramatically streamlining the creation of survey point lists. In short, using LRTK makes complex surveying tasks more approachable and simplifies end-to-end processing, including CSV export.


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