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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file LRGpy-0.1.0-py3-none-any.whl.
File metadata
- Download URL: LRGpy-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0.post20200210 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a0ba3580d67640f3a705d6a85e721332c260e38190024af3c3b88da5ce9ca91c
|
|
| MD5 |
625777d1a2272a278632e7998e9df89a
|
|
| BLAKE2b-256 |
cab9fc91f13e68d62097682f76d278c831872401f9ba213593f6e563ffb8747e
|