PyPotree (potree for jupyter notebooks and colab)
Allows to insert potree cells into jupyter and colab notebooks
Gabriele Facciolo, Gabriele Facciolo, CMLA 2019
Installation and dependencies
The main source code repository for this project is https://github.com/cmla/pypotree It is written in Python and contains Potree and PotreeConverter. It was tested with Python 3.5 and 3.6.
pypotree requires C and C++ developement tools.
pypotree can be installed with pip:
pip install pypotree
Usage
In a Python interpreter:
>>> import pypotree
>>> import numpy as np
>>> xyz = np.random.random((100000,3))
>>> cloudpath = pypotree.generate_cloud_for_display(xyz)
>>> pypotree.display_cloud_colab(cloudpath)
Release files for pypotree 1.0.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pypotree-1.0.5.tar.gz | 147.7 kB | Details |
Release files / pypotree-1.0.5.tar.gz
| Download URL | pypotree-1.0.5.tar.gz |
|---|---|
| Size | 147.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
28ad5bcfa4510dc7b30118464a189be78ec949062a5828b280e12f2218bb65e7
|
|
BLAKE2b-256 checksum How to use checksums |
de294b469cd31b1707e03162f9786eee5ece345edfce5ca7d56ccc650719a579
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.20.1 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3
|