Skip to Content

liblas v1.8.1

Created
Updated

A C/C++ library for reading and writing the very common LAS LiDAR format.

# Usage

liblas provides CMake targets:

# C API
find_package(libLAS CONFIG REQUIRED)
target_link_libraries(main PRIVATE $<$<PLATFORM_ID:Windows>:lib>las_c)
target_include_directories(main SYSTEM PRIVATE ${libLAS_INCLUDE_DIRS})

# C++ API
find_package(libLAS CONFIG REQUIRED)
target_link_libraries(main PRIVATE $<$<PLATFORM_ID:Windows>:lib>las)
target_include_directories(main SYSTEM PRIVATE ${libLAS_INCLUDE_DIRS}) 

# License

Unspecified

# Supported Platforms

!arm & !staticcrt

  • linux
  • osx
  • uwp-x64
  • windows-x64
  • windows-x86
  • uwp-arm
  • windows-arm64

# Features

No default features set.

# jpeg

This feature does nothing. It is retained for compatibility.

Dependencies:

No dependencies.

Host Dependencies:

No dependencies.

# tools

Build utilities.

Dependencies:

No dependencies.

Host Dependencies:

No dependencies.

# zlib

This feature does nothing. It is retained for compatibility.

Dependencies:

No dependencies.

Host Dependencies:

No dependencies.

# Dependencies

and 73 transitive dependencies:

# Host Dependencies

# Dependents

No dependents.

# Host Dependents

No dependents.

# Contributors

  • wangli28's avatar wangli28
  • Alexander Neumann's avatar Alexander Neumann
  • JackBoosY's avatar JackBoosY
  • Yury Bura's avatar Yury Bura
  • Lily's avatar Lily
  • NancyLi1013's avatar NancyLi1013
  • Billy O'Neal's avatar Billy O'Neal
  • Calum Robinson's avatar Calum Robinson
  • Kai Pastor's avatar Kai Pastor
  • autoantwort's avatar autoantwort
  • SunBlack's avatar SunBlack

# Changelog

# Source