SkillAgentSearch skills...

Liblas4node

Node.js binding to libLAS, a C/C++ library for reading and writing the very common LAS LiDAR format.

Install / Use

/learn @yuyou/Liblas4node
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

liblas4node

This is a Node.js library for reading, modifying and creating .LAS LIDAR files. It is a binding to native LibLAS tool (http://www.liblas.org/)

Usage

var liblas = require("liblas")

console.log(liblas.getVersion());
console.log(liblas.getFullVersion());

liblas.open('./test/1.2c.las', null, 'r');

var p = liblas.read(0);
console.log(p);
liblas.close();

Features

View on GitHub
GitHub Stars4
CategoryContent
Updated7mo ago
Forks1

Languages

JavaScript

Security Score

62/100

Audited on Aug 21, 2025

No findings