Introduction to LiDAR: fundamentals, formats and applications

  • LiDAR emits laser pulses and measures their return time to generate highly accurate 3D point clouds of the terrain and objects.
  • The data is stored primarily in LAS and LAZ formats, which allow the preservation of position, intensity, returns, classification, and other attributes of each point.
  • The combination of high resolution, high accuracy and 24/7 operation makes LiDAR key in mapping, environment, robotics and autonomous driving.
  • The evolution towards compact dToF sensors and technologies like SiPM is further expanding the possibilities and markets for LiDAR.

LiDAR technology and remote sensing

La LiDAR technology has become one of the key tools to capture information about the terrain and objects with a precision that just a few years ago sounded like science fiction. Today we find it in mapping projects, environmental studies, archaeology, and even helping autonomous cars and domestic robots navigate. All thanks to a system that fires pulses of light and measures, with incredible accuracy, how long it takes for that light to travel to the surface and back.

At the same time, LiDAR has managed to displace more traditional measurement methods In many sectors, LiDAR is used because it allows for the generation of highly detailed 2D and 3D models of large areas in a very short time. In this guide, we'll see exactly what LiDAR is, how it works, what types of systems exist, how its data is processed, what file formats are used, and in which fields its full potential is being realized.

What is LiDAR and why is it so important?

What is LiDAR?

LiDAR is the acronym for Light Detection and RangingLiDAR is an active remote sensing technique that works by emitting laser light pulses and capturing their return signals. Unlike passive systems (such as many satellite cameras), LiDAR sends its own signal and does not depend on sunlight, allowing it to work both day and night.

The underlying physical principle is simple: A pulse of light is emitted and the time it takes to return is measured. after reflecting off an object or the ground. With that time and knowing the speed of light, the system calculates the distance traveled by the pulse. Repeated hundreds of thousands or millions of times per second, millions of points with X, Y, Z coordinates are obtained, forming what is known as a 3D point cloud.

One of the One of LiDAR's most powerful features is its ability to partially penetrate vegetationDepending on the wavelength, firing frequency, and pulse energy, part of the signal can penetrate the tree canopies and reach the ground. This allows scientists to determine not only the shape of the terrain but also the vertical structure of the forest (canopies, trunks, understory, etc.), which is vital for forestry and ecological studies.

When a laser pulse reaches the ground, It impacts a small area known as the footprint.Within that footprint, there can be several reflective surfaces: leaves, branches, roofs, bare ground, water, etc. Each of these surfaces generates a return echo. Therefore, a single pulse can produce a single return or several sequential returns. The number of echoes and their intensity depend on the type of surface and how the vegetation or infrastructure is distributed.

Compared to other remote sensing technologies, LiDAR offers very high spatial resolution and altimetric accuracywith errors of only a few centimeters when the system is properly calibrated. This ability to map terrain and objects in such detail has driven its use in high-resolution cartography, urban planning, infrastructure management, and advanced mobility applications.

Basic components and operating principle of LiDAR

How the LiDAR system works

Every LiDAR system is built around a set of electronic and navigation components very well coordinatedThe goal is to know, with enormous precision, both the position of the sensor and the direction in which each pulse points and the exact time it takes to return.

In essence, a LiDAR team integrates a laser emitter, an inertial measurement unit (IMU), a high-precision GPS receiver, and a control interface connected to a computer. The laser emits pulses in the ultraviolet, visible, or, very commonly, near-infrared range (for example, around 1064 nm). In some special systems, the green band is used to penetrate the water and measure bathymetry (depth) and the characteristics of the seabed or riverbed.

The operation is based on the well-known Time of Flight (ToF) methodThe sensor records the instant the pulse is emitted and the instant the echo returns. The distance is calculated with a very simple formula: distance to the object = (speed of light × time of flight) / 2. The factor 2 comes from the fact that the pulse travels both ways.

While the laser fires pulses, the The GPS receiver determines the system's position in X, Y, Z coordinates.The IMU measures its orientation (pitch, yaw, roll). By combining all this data, it is possible to know, for each pulse, where it was emitted from, where it was pointing, and the distance of each return; that is, the three-dimensional position of each point in the cloud.

Modern LiDAR systems are capable of fire hundreds of thousands or even close to a million pulses per secondBy repeating the process over and over again as the sensor moves forward (on an airplane, a drone, a car, a rotating tripod, etc.), a high-definition 3D model of the environment is built, with a point density that allows very fine details to be detected.

In the field of mobility and robotics, this acquisition speed, combined with an accuracy of a few centimeters, means that LiDAR is ideal for detecting obstacles and calculating distances in real timeIt is the basis for an autonomous vehicle to anticipate curves, pedestrians or road elements, or for a robot to move around a house without bumping into furniture and walls.

Classification of points in LiDAR clouds

Once captured, the LiDAR point cloud is nothing more than a huge collection of millions of uninterpreted 3D points. Each point can and should be labeled according to the type of surface that reflected the pulse.: soil, buildings, low, medium or high vegetation, water, etc. This labeling process is called point classification.

In standard LiDAR files, Each point can have an associated numerical classification code. which indicates which category it belongs to. These codes are standardized by the American Society for Photogrammetry & Remote Sensing (ASPRS) for the LAS format, so that different programs and organizations can exchange data while maintaining the same classification logic.

In real cartographic projects, such as those carried out on autonomous communities, The classification usually begins with the separation between ground points and points belonging to elevated elements. (buildings, trees, infrastructure, etc.). From there, categories can be refined to obtain digital terrain models (just the ground) and digital surface models (ground plus all objects on it).

This classification work is done, for the most part, by automated analysis algorithms that apply filters and geometric rules (for example, identifying continuous, smooth surfaces as floors, or vertical blocks as buildings). However, in complex areas or with automatic errors, it is still common to resort to manual editing, reviewing and correcting points one by one or in groups.

For the ranking to be reliable, The capture parameters must be kept in mind.: sensor flight altitude, scanning angle and direction, flight line axis, overlaps between passes, pulse density per square meter, etc. All of this conditions the density and distribution of the point cloud and, therefore, the final quality of the generated models.

LiDAR file formats: LAS and LAZ

In the professional world, almost all LiDAR systems and applications They work with the LAS format as a de facto standardLAS is a public specification developed by ASPRS specifically for the exchange of three-dimensional point clouds from LiDAR sensors.

The LAS format is a binary file designed to preserve all relevant information from the LiDAR systemIt maintains both the coordinates of each point (X, Y, Z) and a set of additional attributes. Being binary and normalized, it allows for the efficient handling of large volumes of data and compatibility between software from different manufacturers.

For each point stored in a LAS file, it is possible to save not only its position, but also Information such as the intensity of the return, the return number (first, second, last…), the total number of returns generated by that pulse, the classification value, the flight pass identifier, the color (red, green and blue components), the GPS timestamp, the scan angle and the scan direction, among other fields.

When data volumes are enormous, which is very common on regional or domestic flights, the following are used: LAZ, which is nothing more than a compressed version of LASLAZ maintains the logical content of LAS but in a lossless compressed binary file, which considerably reduces file size and facilitates storage, transmission, and download.

In official projects, such as those covering thousands of square kilometers, it is common organize the LAS/LAZ data into a grid of regular tiles (for example, 2 × 2 km grids), so that it is easy to locate, process and update specific areas without always having to work with a single gigantic file.

Real-world example: LiDAR flight and capture characteristics

To better understand how a campaign is planned, we can look at the case of a LiDAR flight conducted over an autonomous community Spanish, where laser capture was combined with oblique aerial photography in both RGB color and near infrared.

In that project, the The coverage area was just over 5.000 km²corresponding to the entire autonomous territory. The average capture density was set at about 2 pulses per square meter, sufficient for cartographic and terrain analysis applications at a regional scale.

The flight was executed during a specific period (for example, during the month of September 2016), looking for suitable atmospheric conditions (clear skies or very high cloud cover, low presence of fog or dust, etc.) to maximize the quality of the returns. The geodetic reference system used was ETRS89, with ellipsoidal altitudes referenced to the GRS80 ellipsoid, which facilitates integration with other European geospatial sources.

The accuracy achieved was remarkable: values ​​of RMSE (root mean square error) horizontal around 20 cm in X and Y, and an overall altimetric accuracy in Z of the order of 15 cm. In addition, aerial photography was taken with a resolution of 0,50 m and red, green, blue and near infrared bands, information very useful to complement the LiDAR analysis.

The data was organized into 2 × 2 km blocks in LAS formatThis allows each zone to be processed independently, batch processing to be run, and computing resources to be adjusted. This tiled structure is already a de facto standard in many national and regional remote sensing projects.

Methodology for processing and generating digital models

The work doesn't end when the plane or drone stops flying; in fact, A critical part of the project is the processing of LiDAR files to generate useful end products: digital terrain models, surface models, vegetation maps, change analysis, etc.

Many professional workflows utilize specialized tools such as LAStools, a suite of utilities from Rapidlasso GmbH These command-line utilities are optimized to take advantage of multiple CPU cores. They allow you to clean, filter, classify, merge, and convert point clouds very efficiently, and are ideal for use in batch processing scripts.

To coordinate tasks and automate complex processes, it is common to integrate these tools within ETL (Extract, Transform and Load) platforms such as FME, from Safe Software. In these types of environments, you can design visual workflows, launch LAStools commands, call Python scripts, and manage large amounts of files in a structured way.

In a typical case, the initial information is in ellipsoidal heights referenced to ETRS89From there, transformations can be applied to obtain orthometric heights (relative to the geoid) or to adapt the data to other reference systems if the project requires it. It is also in this phase that the automatic classification of points (soil, vegetation, buildings, water, etc.) is performed, following a predefined task scheme.

The result of the processing usually materializes in digital terrain models (DTM) and digital surface models (DSM)as well as other derivative products such as slope maps, relief shading, 3D building models, and visibility analysis. All of these rely on the LiDAR point cloud, which has been properly filtered, classified, and transformed.

Technical advantages of LiDAR compared to other sensors

One of the reasons why LiDAR has become so popular is that, Working on the optical strip, it offers a much higher resolution to that of many microwave radars. The laser's operating frequency is two to three orders of magnitude higher, resulting in extremely high range, angular, and speed resolution.

In addition, the laser beam has a short wavelength and a very small divergence angleThis means it can concentrate its energy in a very small area and minimize the effects of multiple paths (those unwanted reflections that can confuse microwave or millimeter-wave sensors). Thanks to this, LiDAR is able to reliably detect targets at low or very low altitudes and in complex urban environments.

Another strong point is that LiDAR It does not depend on ambient lighting to function.The system emits its own laser beam and obtains information about the target from the echo signal of that same beam. This allows it to operate 24 hours a day, both in sunlight and at night, and regardless of changes in light that would affect conventional optical cameras.

In terms of design, traditional microwave radar systems are typically bulky, with antennas that can reach several meters in diameter and equipment masses that are measured in tonsIn comparison, many LiDAR sensors are much more compact and lightweight, with sizes that can drop to just a few centimeters, making it easier to integrate them into drones, vehicles, robots, or even wearable devices.

In addition to all this, the The internal architecture of LiDAR is relatively simple. Compared to other complex radar systems, this translates into easier maintenance and simpler operation from the end user's perspective. All of this makes it a very attractive tool for industrial and field applications.

Types of LiDAR systems according to the platform

LiDAR is not a single, closed technology, but rather a set of systems that adapt to different platforms. Generally speaking, the following can be distinguished: three main types of systems depending on where the sensor is mounted: air, land and satellite or space.

El Airborne LiDAR It is installed on airplanes, helicopters, or drones. It is the most widely used for regional and national mapping because it allows large areas to be covered in a relatively short time. From the air, high-resolution terrain models can be obtained, changes in topography can be detected, vegetation can be analyzed, and infrastructure can be planned with a very high level of detail.

El Ground-based LiDAR It can be mounted on moving vehicles (cars, vans, trains) or on static tripods. In mobile mode, it is used, for example, to scan streets, railway lines, or tunnels, while in static mode it is ideal for documenting facades, building interiors, archaeological sites, or infrastructure with very high resolution.

Finally, the Satellite or space-based LiDAR It is placed aboard satellites or orbiting platforms. These systems cover very large areas, on a continental or global scale, although with lower resolution than airborne or ground-based systems. Even so, they are essential for climate studies, large-scale biomass analysis, and monitoring global changes.

In all cases, the philosophy is the same: generate point clouds that describe the geometry of the environment, adapting the resolution, point density and capture platform to the specific needs of the project and the desired working scale.

LiDAR applications in different sectors

The list of LiDAR applications is long and grows every year. In the field of cartography and geography, It is used to create high-resolution altimetric maps, generate terrain models for civil engineering, analyze flood risks, evaluate slope movements and study river dynamics.

In archaeology, LiDAR has gained special fame because allows you to “see” under dense vegetationrevealing structures, ancient roads, and settlements that go unnoticed in traditional aerial photographs. In tropical forests, for example, it has been key to discovering ancient cities hidden beneath the jungle.

Forestry and natural resource management also benefit greatly from this technology: LiDAR can be used to estimate tree height, biomass volume, canopy structure, and forest density.which helps with resource planning, fire prevention, and habitat conservation.

In disciplines such as seismology, mining, geology, or wind farm optimization, The accurate 3D models provided by LiDAR facilitate the study of faults, outcropping subsurface structures, slopes, quarries, and terrain conditions.It is also a reference tool for environmental impact studies and landscape restoration projects.

In atmospheric physics, specific LiDAR systems are used. to analyze aerosols, clouds, and layers of the atmosphereThis involves measuring, for example, particle concentration profiles or the height of thermal inversion layers. This is very useful for meteorology, pollution monitoring, and climate studies.

LiDAR, robotics and autonomous driving

For years, LiDAR was a very prevalent technology in geosciences, but relatively unknown to the general publicThat changed with the expansion of consumer robotics and the rise of autonomous vehicles, which put these types of sensors in the media spotlight.

In mobile robotics, LiDAR is a fundamental component because It allows the machine to perceive its environment in 3D.Detecting walls, furniture, people, or other obstacles, calculating distances, and generating internal maps of the space. This connects with SLAM algorithms (Simultaneous Localization and Mapping), which allow a robot to locate itself while building a map of the place it is moving through.

In the field of autonomous driving, LiDAR systems mounted on cars and other vehicles They offer a constant scan of the road and its surroundings.They detect other vehicles, pedestrians, curbs, signs, medians and any potential obstacles, providing the control system with a high-definition 3D map on which to make decisions in fractions of a second.

Beyond cars, LiDAR technology has been finding its niche in fields such as virtual and augmented reality (VR/AR), smart transport, ocean exploration, fisheries resource monitoring, or even 3D printingwhere geometric precision is key to faithfully capturing or recreating objects and environments.

Advanced LiDAR sensors and new dToF solutions

The evolution of electronic components has led to highly compact and specific direct Time of Flight (dToF) LiDAR solutions for spot measurement applications, collision detection or small 3D scenes.

A representative example can be found in development kits based on silicon photomultiplier (SiPM) technologyThese kits integrate into a single device the near-infrared laser diode, the SiPM sensor, the optics and the digital processing necessary to transform the echo signal into flight times and, subsequently, into distances.

SiPM sensors provide extremely high detection efficiency and very short response timesOvercoming some of the limitations of conventional photodiode-based solutions, the device generates histograms of photon arrival times, allowing for better discrimination of useful signals from noise and accurate measurements at ranges from approximately 10 cm to over 20 m, depending on the specific design.

This type of dToF platform is used in applications such as distance meters, anti-collision systems, parking sensors and short-range 3D mappingThey are usually accompanied by dedicated graphical user interfaces (GUIs) for configuring parameters, visualizing data, and experimenting with different usage scenarios.

The rapid advancement of these technologies, coupled with growing demand in sectors such as automotive, Industry 4.0, robotics, and consumer electronics, means that The LiDAR market is boomingMore and more sensor variants are appearing, adapted to specific needs, from large airborne systems to miniaturized modules that can be integrated into compact devices.

Perspectives and role of LiDAR in the coming years

Given everything we've seen, it's no wonder that LiDAR has become established as an almost indispensable technology for mapping, monitoring and evaluating surfaces and objects with great precision. Its advantages over other sensors—high resolution, high accuracy, ability to operate day and night, good response in complex environments—make it a very solid option for a multitude of projects.

Use cases include cartography, archaeology, forestry, conservation biology, atmospheric science, mining, geology, and renewable energy. have more than proven their practical valueAt the same time, the emergence of robotics and autonomous mobility has popularized it among the general public, extending its presence far beyond the academic or institutional environment.

Everything points to this happening in the coming years We will continue to see how LiDAR sensors become cheaper, miniaturized, and integrated into more devicesThis will multiply its applications. From small domestic robots to large Earth observation programs, light detection and measurement is on its way to becoming a standard component of the technological ecosystem.

ROS, Robotics
Related article:
ROS: the operating system for robotics