Skip to main content

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 that are custom implementations of research papers, PCL functions, and CloudCompare utilities.

Installation

Run the following to install:

pip instal LRGpy

Usage

# Import entire LRGpy module:
import LRGpy

# Generate a point cloud from CloudCompare txt
cloud = LRGpy.PointCloudFromTxt("./cloud.txt")
# Alternatively, import one function into your own namespace:
from LRGpy import PointCloudFromTxt

# Generate a point cloud from CloudCompare txt
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 Distribution

LRGpy-0.0.1.tar.gz (1.5 kB view hashes)

Uploaded Source

Built Distribution

LRGpy-0.0.1-py3-none-any.whl (2.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page