Skip to content
This repository has been archived by the owner on Dec 3, 2021. It is now read-only.

Latest commit

 

History

History
31 lines (19 loc) · 953 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 953 Bytes

ppa

Point pattern analysis library and command line tool in Rust

Vision

This project is in a very early stage!

Purpose of the project is to create a point pattern analysis library. Further, a command line interface for point pattern analysis will be provided.

In the future, bindings for use of the library in R and Python are planned.

Library / crate

To use this crate as a rust library, add the following to your Cargo.toml dependencies section:

ppa = { git = "https://github.com/mlange-42/ppa.git" }

Warning: The API is still incomplete and highly unstable, so be prepared for frequent changes. Any help to stabilize the API is highly appreciated.

For the latest development version, see branch dev.

License

MIT © M. Lange