Modeling natural ecosystems
Project description
wildflow
Modeling natural ecosystems.
Installation
Install all components:
pip install wildflow
or install components separately:
pip install wildflow-splat # Just the PLY processing tools
Quick Start
from wildflow import splat
# Process PLY point cloud
config = splat.Config("model.ply")
patch = splat.Patch("output.bin")
config.add_patch(patch)
results = splat.split_point_cloud(config)
print(f"Processed {results['total_points_written']} points")
Requirements
- Python 3.8+
License
MIT License
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
wildflow-0.1.2.tar.gz
(2.1 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
File details
Details for the file wildflow-0.1.2.tar.gz.
File metadata
- Download URL: wildflow-0.1.2.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eeed7299876fffa165cc27ae333c35dbeb629905bdb84c65ab9c6bed3198a571
|
|
| MD5 |
4529259f8648c585659c076184269d9a
|
|
| BLAKE2b-256 |
a5ad466f6343f5b8000bbd4ca3e12490abd1da1d5629becd0a210844b7343189
|
File details
Details for the file wildflow-0.1.2-py3-none-any.whl.
File metadata
- Download URL: wildflow-0.1.2-py3-none-any.whl
- Upload date:
- Size: 2.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a88fd2da30886547d15259f67a9feb6f5ff24d08cfdf72be5e70cc010296e908
|
|
| MD5 |
4140c37121440f86ab823611252220ed
|
|
| BLAKE2b-256 |
9e6af5e895b3394a4f27caa226e994debda320c22ce113bad34a592dc1e28a5f
|