Skip to content
This repository has been archived by the owner on Nov 12, 2020. It is now read-only.

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

mits003/LiDAR-Importer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Blender 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.

Update:

I have changed this plugin to use laspy instead of liblas, and it should be much easier to install now.

Known Issues:

The points are not centered after importing, so you will need to scale the object after importing before the verticies are visible in Blender's viewport.

Install Instructions:

Clone the repository to your local machine:

git clone https://github.com/nittanygeek/LiDAR-Importer.git

In Blender, Navigate to Edit > Preferences, and click on Add-ons tab. Click "Install" at the top, and Select the _init_.py file from cloned repository. Activate the Addon

Usage:

File > Import > LiDAR Format (.las) > Select your LAS file and click "Import LiDAR File" Note: Large LAS files will take a long time to import. Be patient.

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%