Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zoj613/occuspytial

A package for fast bayesian analysis of single season spatial occupancy models.
https://github.com/zoj613/occuspytial

markov-chain-monte-carlo mcmc occupancy-detection occupancy-modeling spatial-statistics species-occupancy

Last synced: 27 days ago
JSON representation

A package for fast bayesian analysis of single season spatial occupancy models.

Awesome Lists containing this project

README

        

# OccuSpytial

[![Documentation Status](https://readthedocs.org/projects/occuspytial/badge/?version=latest)](https://occuspytial.readthedocs.io/en/latest/?badge=latest)
[![codecov](https://codecov.io/gh/zoj613/OccuSpytial/branch/master/graph/badge.svg?style=shield)](https://codecov.io/gh/zoj613/OccuSpytial)
[![zoj613](https://circleci.com/gh/zoj613/OccuSpytial.svg?style=shield)](https://circleci.com/gh/zoj613/OccuSpytial)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/OccuSpytial)
![PyPI](https://img.shields.io/pypi/v/OccuSpytial)
![PyPI - License](https://img.shields.io/pypi/l/OccuSpytial)

A package for fast bayesian analysis of spatial occupancy models. OccuSpytial implements
several samplers for the single season site spatial occupancy model using the Intrinsic Conditional Autoregressive (ICAR) model for spatial random effects.

## Usage

For usage examples refer to the project's [documentation](https://occuspytial.readthedocs.io).

## Installation

The package can be installed using [pip](https://pip.pypa.io).

```shell
pip install occuspytial

```

Alternatively, it can be installed from source using [poetry](https://python-poetry.org)

```shell
git clone https://github.com/zoj613/OccuSpytial.git
cd OccuSpytial/
poetry install

```
Note that installing this way requires that `Cython` is installed for a successful build.

## Testing

To run tests after installation, the package `pytest` is required. Simply run
the following line from the terminal in this package's root directory.

```shell
python -m pytest
```

If all tests pass, then you're good to go.

## Licensing

OccuSpytial is free software made available under the BSD License. For details
see the [LICENSE](https://github.com/zoj613/OccuSpytial/blob/master/LICENSE) file.