Skip to content

This is a Blender LiDAR Importer I built for LASer (LAS) point cloud data.

License

Notifications You must be signed in to change notification settings

admercs/LiDAR-Importer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

LiDAR-Importer

This is a Blender LiDAR Importer I built for importing LASer (LAS) point cloud data sets. This addon currently ONLY supports the LAS file format and requires the liblas python module (see below).

Screenshot of Imported LiDAR Data

Installation:

Dependancies:

You will need the liblas python module found here: https://github.com/libLAS/libLAS/tree/master/python/liblas

Mac OS X Instructions:

Download and move the LiDAR-Importer directory into:

~/Library/Application\ Support/Blender/[_version_]/scripts/addons/

Download the liblas python module and move the liblas directory into:

/Applications/Blender/blender.app/Contents/Resources/[_version_]/python/lib/python3.4/site-packages/

Microsoft Windows Instructions:

Coming soon ...

Linux Instructions:

Coming soon ...

Version History:

  • Version 0.1 (10 October 2014)

License:

This code is available under the MIT License (see LICENSE.txt for more information)

About

This is a Blender LiDAR Importer I built for LASer (LAS) point cloud data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%