Module laz::las::file

source ·
Expand description

This module contains a quick implementation of a LAS file reader with just enough code to be able to read points in any LAS file but not enough to support all the features of LAS.

Structs§

  • LAS header with only the minimum information to be able to read points contained in a LAS file.
  • Reader, that knows just enough things to be able to read LAS and LAZ data

Traits§

Functions§