Pure Python PCD reader/writer
Project description
mpcd
Pure Python module to read and write point clouds stored in the PCD file format, used by the Point Cloud Library. Fork from pypcd: https://github.com/dimatura/pypcd
import mpcd
# also can read from file handles.
pc = mpcd.PointCloud.from_path('foo.pcd')
# pc.pc_data has the data as a structured array
# pc.fields, pc.count, etc have the metadata
# center the x field
pc.pc_data['x'] -= pc.pc_data['x'].mean()
# save as binary compressed
pc.save_pcd('bar.pcd', compression='binary_compressed')
I want to congratulate you / insult you
My email is mail@yuehao.wang.
Copyright (C) 2023 Yuehao Wang
mpcd
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mpcd-0.1.1.tar.gz
(11.4 kB
view details)
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
mpcd-0.1.1-py3-none-any.whl
(11.8 kB
view details)
File details
Details for the file mpcd-0.1.1.tar.gz.
File metadata
- Download URL: mpcd-0.1.1.tar.gz
- Upload date:
- Size: 11.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2c44a4e588810172d1793e2f0c6ff627d28bdcdefdc3c34762f5f2072ccd4d86
|
|
| MD5 |
31d163e55942bd3e1b976de21f581dbd
|
|
| BLAKE2b-256 |
0e01542b360510690d5cb8ac963073cffd819cd09d8f7c9eaaf5ebdc931486cf
|
File details
Details for the file mpcd-0.1.1-py3-none-any.whl.
File metadata
- Download URL: mpcd-0.1.1-py3-none-any.whl
- Upload date:
- Size: 11.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dbdba5e43c44ec0a4c12385684ca8711e963001c798319d97c3ba62af1078a6c
|
|
| MD5 |
be38004dc2873e40ebbebfdaa16ca854
|
|
| BLAKE2b-256 |
c4c556680380fe89d6de5d329e995586b1860efbade2d961dce55aef7f608c78
|