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 72 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

  • b995bb2 [liblas] use right var (#39780)
  • 8ccb84d [boost] Update to v1.84.0 (#35693)
  • 2dae865 [liblas] Fix missing dependency to boost-foreach (#30950)
  • 5b11232 [many-ports] Don't use deprecated functions (autogenerated) (#26981)
  • 6810f35 [liblas] fix cmake consumption (#29259)
  • e2b22a2 [liblas] Fix geotiff dependency, document usage, add feature 'tools' (#25664)
  • 369878e [libgeotiff] Update to 1.7.0, revise features and config (#21253)
  • 9266aa1 [libLAS] Remove dependency on all of boost (#21042)
  • b295670 Bulk convert control files. (#19986)
  • 82a9a84 [libgeotiff] Fix packagename via find_package (#15750)
and 6 more commits:

# Source