Registry / serialization / liblas

liblas

JSON →
library1.8.1vcpkgunverified

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

vcpkg install liblas
INSTALL
IMPORT
SIG · LIBLAS
L
liblas
serializationcppv1.8.1
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.

liblas/liblas.hpp
#include <liblas/liblas.hpp>

Read LAS LiDAR file

#include <liblas/liblas.hpp> #include <fstream> int main() { std::ifstream ifs("file.las", std::ios::binary); liblas::Reader reader(ifs); while (reader.ReadNextPoint()) { auto const& p = reader.GetPoint(); } return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.8.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

liblas — pip install liblas · libregistry