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
- Host: GitHub
- URL: https://github.com/pik-copan/pycopancore
- Owner: pik-copan
- License: other
- Created: 2016-05-20T12:16:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-09-19T21:10:21.000Z (5 months ago)
- Last Synced: 2025-09-19T21:18:39.329Z (5 months ago)
- Topics: agent-based-framework, agent-based-modeling, complex-systems, earth-science, earth-system-model, networks, sustainability
- Language: Python
- Homepage: http://www.pik-potsdam.de/copan
- Size: 19.2 MB
- Stars: 45
- Watchers: 8
- Forks: 10
- Open Issues: 51
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Citation: CITATION.cff
Awesome Lists containing this project
README
# pycopancore
[](https://doi.org/10.5281/zenodo.14938316)
[](https://github.com/pik-copan/pycopancore/actions)
[](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.