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
- Host: GitHub
- URL: https://github.com/computationalgeography/campo
- Owner: computationalgeography
- License: mit
- Created: 2020-09-29T08:03:44.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-05T13:01:14.000Z (over 1 year ago)
- Last Synced: 2025-11-10T04:38:27.293Z (7 months ago)
- Language: Python
- Size: 214 KB
- Stars: 1
- Watchers: 4
- Forks: 6
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
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
[](https://anaconda.org/conda-forge/campo)
[](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
[](https://github.com/computationalgeography/campo/actions/main.yaml)