lasdata

Opens LiDAR point data from LAS files. Supports versions up to 1.4.

Ahora está siguiendo esta publicación

A small tool to read and write LAS files in Matlab. Limited conversion capacity is also included and modifications/repairs to LAS data structures are possible via direct editing of variables. Supposedly reads all versions of LAS up to 1.4 version. As usual this tool was made for a single project and testing done to it is very light. Can also open LASZ compressed files if you provide the laszip executable (note: it simply decompresses the file automatically, nothing else).
Update note:
Alibity to create empty object ('createemptyobj' constructor parameter) with a empty header (you need to lookup las specification for values & data types).
Loading all variables with constructor parameter ('loadall'). Note full waveform lidar waveforms are not loaded. Use getwaveforms for that.

Citar como

Teemu Kumpumäki (2026). lasdata (https://es.mathworks.com/matlabcentral/fileexchange/48073-lasdata), MATLAB Central File Exchange. Recuperado .

Información general

Compatibilidad con la versión de MATLAB

  • Compatible con cualquier versión

Compatibilidad con las plataformas

  • Windows
  • macOS
  • Linux
Versión Publicado Notas de la versión Action
1.7.0.0

Added missing LAS 1.0 specific variable record start & point data start signatures.
Added missing LAS 1.0 specific variable record start & point data start signatures.

1.6.0.0

Added missing magic numbers to las 1.4 point formats to read the classification variable.

1.5.0.0

Fixed two bugs while using the 'loadall' command.

1.4.0.0

Fixes to the LAS 1.4 reading / writing.
Possible header handling error fixed in the las 1.4 extended variable record reading.

1.3.0.0

Added constructor parameters.

1.2.0.0

Fixes LAS 1.0 file handling.

1.1.0.0

Corrected licence.

1.0.0.0