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

https://github.com/computationalgeography/campo

Modelling framework for fields and agents
https://github.com/computationalgeography/campo

Last synced: 4 months ago
JSON representation

Modelling framework for fields and agents

Awesome Lists containing this project

README

          

# Campo

Campo modelling framework for fields and agents

Campo is an environmental modelling framework for the construction of spatio-temporal models with support for field-based and agent-based phenomena.
Campo provides the elementary building blocks for the construction and execution of field-agent models:
operations accepting both fields and agents as arguments, and operations that are dedicated either to fields or to agents.
Campo resembles and extends the map algebra approach to field-agent modelling and allows for the construction of static or dynamic models.

You can find more information on the Campo [project website](http://campo.computationalgeography.org/).
Documentation can be found [here](https://campo.computationalgeography.org/documentation/index.html).
Campo is developed by the [Computational Geography](https://www.computationalgeography.org) group.

## Installation

[![Anaconda-Server Badge](https://anaconda.org/conda-forge/campo/badges/version.svg)](https://anaconda.org/conda-forge/campo)
[![Anaconda-Server Badge](https://anaconda.org/conda-forge/campo/badges/platforms.svg)](https://anaconda.org/conda-forge/campo)

Packages are available for Linux, macOS and Windows via [conda-forge](https://github.com/conda-forge/campo-feedstock).
Install Campo with:
```bash
conda install -c conda-forge campo
```

## Build status

[![Build and deploy](https://github.com/computationalgeography/campo/actions/workflows/main.yaml/badge.svg)](https://github.com/computationalgeography/campo/actions/main.yaml)