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.4.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.4.tar.gz.
File metadata
- Download URL: wildflow-0.1.4.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
48a4c585e369a0c28742449380592c32cde98ef9e79506eb0704b95a33304848
|
|
| MD5 |
8924ae19da5c58b62d4b79abcf66b3db
|
|
| BLAKE2b-256 |
a1c002236b3e19b26dbf1e7584b7690eded1ee12fc22347fdb797b6a557d8235
|
File details
Details for the file wildflow-0.1.4-py3-none-any.whl.
File metadata
- Download URL: wildflow-0.1.4-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.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7a46cbcc160e9e509a3a99361c48450287401c5ffd39e5dddb92bb83d571a9ee
|
|
| MD5 |
8baa66708abec92e2b0fe1abad2c77a5
|
|
| BLAKE2b-256 |
d8353f5494648045718f58e8a486b4ec6e435fe25b3dde7c31b5fe1a01626c98
|