Skip to content

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

License

Notifications You must be signed in to change notification settings

yuyou/liblas4node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published