Registry / utility / lastools

lastools

JSON →
library2.0.4vcpkgunverified

LAStools: award-winning software for efficient LiDAR processing (with LASzip)

vcpkg install lastools
INSTALL
IMPORT
SIG · LASTOOLS
L
lastools
utilitycppv2.0.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

laszip/laszip.hpp
#include <laszip/laszip.hpp>

Minimal example initializing and destroying a LASzip writer.

#include <laszip/laszip.hpp> #include <iostream> int main() { laszip_POINTER laszip_writer; laszip_create(&laszip_writer); std::cout << "LAStools initialized" << std::endl; laszip_destroy(laszip_writer); return 0; }
Debug
Known issues
gotchaLAStools is primarily a command-line toolset; the library API may be less documented.
fix
Refer to the official LAStools documentation for library usage examples.
affects: *
Upgrade
Version history
2.0.4latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

lastools — pip install lastools · libregistry