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.0.tar.gz
(2.2 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.0.tar.gz.
File metadata
- Download URL: wildflow-0.1.0.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ec844a00aa0deb0b36fba13928044f67c07944f9866f2f33ab9480231225ba43
|
|
| MD5 |
f65bc9785b80ac69b26d1711c3fae184
|
|
| BLAKE2b-256 |
62e88267deabed5a50d76dc07b2ee824fc49b1413a16e0063063b942a715cba8
|
File details
Details for the file wildflow-0.1.0-py3-none-any.whl.
File metadata
- Download URL: wildflow-0.1.0-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.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b97c40f457d31502206669cbfc66809a73052ced90bc3907c509f20cbeab50f7
|
|
| MD5 |
03f91e8bae136c0e3981418c3dbece1c
|
|
| BLAKE2b-256 |
84ef449eafcc32a4b4e0452637ca7e892b4d0e4acc2322d658e764d8a59801a6
|