NLMrs
A Rust crate for building Neutral Landscape Models.
Installation
Example
use nlmrs;
Export
The export module holds a collection of user-friendly functions to export your 2D NLM vector.
use ;
Algorithms
Random
Random Element
Planar Gradient
Edge Gradient
Distance Gradient
Wave Gradient
Midpoint Displacement
Visualization
Running script/viz.py will read any contents of data/data.csv and render them in a matplotlib plot.
Contributions
Contributions, issues and feature requests are welcome.
- Fork it (https://github.com/tom-draper/nlmrs)
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request