Take a series of ply files and produce a digital elevation map
Project description
PlyFlatten
Take a series of ply files and produce a digital elevation map
Installation
pip install plyflatten
Usage
This package comes with a command-line tool:
$ plyflatten --help
usage: plyflatten [-h] [--resolution RESOLUTION]
list_plys [list_plys ...] dsm_path
plyflatten: Take a series of ply files and produce a digital elevation map
positional arguments:
list_plys Space-separated list of .ply files
dsm_path Path to output DSM file
optional arguments:
-h, --help show this help message and exit
--resolution RESOLUTION
Resolution of the DSM in meters (defaults to 1m)
Try using it on the test data provided with the repository:
plyflatten tests/data/{1,2}.ply out.tiff --resolution 2
Contributing
To work on this project, install the development requirements by running:
make install
The tests can be run with:
make test
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
plyflatten-0.2.0.tar.gz
(8.9 kB
view details)
File details
Details for the file plyflatten-0.2.0.tar.gz
.
File metadata
- Download URL: plyflatten-0.2.0.tar.gz
- Upload date:
- Size: 8.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dde8b41e5eaaf5b07ec7715addb446a304d7315cbd9b500eb4a0d367abb8fa87 |
|
MD5 | 3b5a2dfb208d9ab64348310421cb1109 |
|
BLAKE2b-256 | e7050fc9469b675f43e0220512d208fb2f8969c11f7f79edbb5438d06c43ad89 |