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

https://github.com/pik-copan/pycopancore

reference implementation of the copan:CORE World-Earth modelling framework
https://github.com/pik-copan/pycopancore

agent-based-framework agent-based-modeling complex-systems earth-science earth-system-model networks sustainability

Last synced: 27 days ago
JSON representation

reference implementation of the copan:CORE World-Earth modelling framework

Awesome Lists containing this project

README

          

# pycopancore

[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.14938316.svg)](https://doi.org/10.5281/zenodo.14938316)
[![CI](https://github.com/pik-copan/pycopancore/actions/workflows/check.yml/badge.svg)](https://github.com/pik-copan/pycopancore/actions)
[![PyPI version](https://badge.fury.io/py/pycopancore.svg)](https://badge.fury.io/py/pycopancore)

Reference implementation of the copan:CORE World-Earth modelling framework.

## Overview

pycopancore is a Python implementation of the copan:CORE modeling framework for building World-Earth (global social-ecological) models. The framework allows easy implementation of complex models by combining different environmental, social-metabolic, and cultural submodels using various modeling techniques including differential equations, stochastic and deterministic events.

## Installation

```bash
pip install pycopancore
```

### Documentation
Comprehensive documentation is available at: https://pik-copan.github.io/pycopancore

See [examples](./examples/) for examples on how to use the framework.

## Questions / Problems

In case of questions please contact core@pik-potsdam.de or [open an issue](https://github.com/pik-copan/pycopancore/issues/new).

## Contributing
Merge requests are welcome, see [CONTRIBUTING.md](CONTRIBUTING.md).
For major changes, please open an issue first to discuss what you would like to
change.