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")
Release files for LRGpy 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| LRGpy-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Release files / LRGpy-0.1.0-py3-none-any.whl
| Download URL | LRGpy-0.1.0-py3-none-any.whl |
|---|---|
| Size | 4.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
a0ba3580d67640f3a705d6a85e721332c260e38190024af3c3b88da5ce9ca91c
|
|
BLAKE2b-256 checksum How to use checksums |
cab9fc91f13e68d62097682f76d278c831872401f9ba213593f6e563ffb8747e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|