LRG Python code repsository.
Project description
LRGpy
LRGpy is a collection of Python code used by the Lattanzi Research Code at George Mason University. This package currently consists of point cloud utilities derived from research papers, CloudCompare utilities, and PCL functions.
Installation
Run the following to install:
pip install LRGpy
Example Usage
Generate a point cloud from a comma separated text file (such as a CloudCompare output):
# Import the entire LRGpy module:
import LRGpy
cloud = LRGpy.PointCloudFromTxt("./cloud.txt")
# Alternatively, import just one function into your own namespace:
from LRGpy import PointCloudFromTxt
cloud = PointCloudFromTxt("./cloud.txt")
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
LRGpy-0.1.0-py3-none-any.whl
(4.1 kB
view hashes)