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

Point pattern analysis library and command line tool in Rust

License

Notifications You must be signed in to change notification settings

mlange-42/ppa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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