LASRead

Reads in files in LAS 1.1 format and outputs comma delimited text files.

이 제출물을 팔로우합니다

Lidar or laser scanning data are often provided by vendors in binary LAS format. Though GIS softwares can be used to read in and display data, the attributes of the points are sometimes not accessible.
LASRead reads in files in LAS 1.1 format and outputs comma delimited text files with X coordinates, Y coordinates and Z coordinates (option 1), X coordinates, Y coordinates, Z coordinates and Intensity (option 2) or X coordinates, Y coordinates, Z coordinates, Intensity, Return number and Number of returns (option 3).

Large datasets (say, more than 3000000 points, depending on the system) may have to be split into smaller files to avoid errors related to available memory.

Reference: ASPRS LAS Specification Version 1.1, March 07, 2005
http://liblas.org/raw-attachment/wiki/WikiStart/asprs_las_format_v11.pdf

인용 양식

Cici Alexander (2026). LASRead (https://kr.mathworks.com/matlabcentral/fileexchange/21434-lasread), MATLAB Central File Exchange. 검색 날짜: .

일반 정보

MATLAB 릴리스 호환 정보

  • 모든 릴리스와 호환

플랫폼 호환성

  • Windows
  • macOS
  • Linux
버전 퍼블리시됨 릴리스 정보 Action
1.0.0.0

Update for BSD License.
Opening and closing the files several times have been replaced by 'fseek' which seems more efficient.