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.5.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.5.tar.gz.
File metadata
- Download URL: wildflow-0.1.5.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a134051b0c82125a781d5e53e51e1acbb2bb0f0f9959f0e2156ba96092623978
|
|
| MD5 |
f794e34254baaaa8141f34a78bf74038
|
|
| BLAKE2b-256 |
ab191261e794a96cd294461604111e67ad92956795d726a181fb8424dfaa7b52
|
File details
Details for the file wildflow-0.1.5-py3-none-any.whl.
File metadata
- Download URL: wildflow-0.1.5-py3-none-any.whl
- Upload date:
- Size: 2.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9b31e5867b67441a2b7bff711ad5fa09ce8098a59d7c524312c4fb1b2019f79b
|
|
| MD5 |
0070caa1a7bad6a9ca42068b6dab7f7a
|
|
| BLAKE2b-256 |
f2a7d8dc25951829822a6c516f5595d4cb3bb023ab3982eef5e1decc63d7b399
|