Code Monkey home page Code Monkey logo

lidar-importer's Introduction

Screenshot

Warning This plugin was initialy written in 2014 during my college days for a Boeing competition. It may not be compatible with the latest version of Blender. I've been receiveing a lot interest in getting the plugin to work, so I will look into what I can do, but I can't make any promises. I've made some recent changes that seem to be working ok, but the code needs some major updates to really be usable.

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.

Install Instructions:

  1. First, you'll need to install laspy[lazrs]. Open Blender, go to the Scripting workspace, and in the Interactive Console type:
import sys; sys.executable

This will tell you where the python interpreter is that Blender is using. For example: '/usr/bin/python3.10'

Now, open a Terminal and install laspy by replacing the path to the interpreter to the one you just discovered above:

Linux:

/replace/with/path/to/python -m pip install laspy[lazrs]

Note: You may need to use sudo on Linux if your OS requires it.

Windows (replace the path with the correct version):

"C:\Program Files\Blender Foundation\Blender x.x\x.x\python\bin\python.exe" -m pip install laspy[lazrs]
  1. Next, Clone this GitHub Repository to your local machine:
git clone https://github.com/nittanygeek/LiDAR-Importer.git
  1. 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. Finally, 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)

lidar-importer's People

Contributors

nittanygeek avatar willem3141 avatar mits003 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.