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.1.0.tar.gz
(8.2 kB
view details)
File details
Details for the file plyflatten-0.1.0.tar.gz
.
File metadata
- Download URL: plyflatten-0.1.0.tar.gz
- Upload date:
- Size: 8.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 90c4d0c8603dd039a134f06b0fc9fc9b24c6639b230bee7570fc3b3ffc44597a |
|
MD5 | 6d4d0723f69350ec8f2488874bc4d33e |
|
BLAKE2b-256 | 857a6da4e63a5a99ac8526762f0adbe4eb74f3cd8a1c3acdbcc20c2c12803d02 |