A curated list of open technology projects to sustain a stable climate, energy supply, biodiversity and natural resources.

CoPro

A machine-learning tool for conflict risk projections based on climate, environmental, and societal drivers.
https://github.com/JannisHoch/copro

Category: Climate Change
Sub Category: Climate Data Processing and Analysis

Keywords

climate conflict environment projection risk security

Keywords from Contributors

archiving measur transforms animals conversion observation optimize generic compose products

Last synced: about 14 hours ago
JSON representation

Repository metadata

(ML) model for computing conflict risk from climate, environmental, and societal drivers.

README.rst

          ===============
CoPro
===============

Welcome to CoPro, a machine-learning tool for conflict risk projections based on climate, environmental, and societal drivers.

.. image:: https://img.shields.io/badge/License-MIT-blue.svg
    :target: https://github.com/JannisHoch/copro/blob/dev/LICENSE

.. image:: https://readthedocs.org/projects/copro/badge/?version=latest
    :target: https://copro.readthedocs.io/en/latest/?badge=latest

.. image:: https://img.shields.io/github/v/release/JannisHoch/copro
    :target: https://github.com/JannisHoch/copro/releases/tag/v2.0.1

.. image:: https://zenodo.org/badge/254407279.svg
    :target: https://doi.org/10.5281/zenodo.4061705

.. image:: https://badges.frapsoft.com/os/v2/open-source.svg?v=103
    :target: https://github.com/ellerbrock/open-source-badges/

.. image:: https://joss.theoj.org/papers/1f03334e56413ff71f65092ecc609aa4/status.svg
    :target: https://joss.theoj.org/papers/1f03334e56413ff71f65092ecc609aa4

.. .. image:: https://mybinder.org/badge_logo.svg
..     :target: https://mybinder.org/v2/gh/JannisHoch/copro/dev?filepath=%2Fexample%2Fnb_binder.ipynb

Model purpose
--------------

As primary model output, CoPro provides maps of conflict risk.

To that end, it employs observed conflicts as target data together with (user-provided) socio-economic and environmental sample data to train different classifiers (RFClassifier, kNearestClassifier, and Support Vector Classifier).
While the samples have the units of the data, the target value is converted to Boolean, where a 0 indicates no conflict occurrence and 1 indicates occurrence.
To capture the geographical variability of conflict and socio-environmental drivers, the model is spatially explicit and calculates conflict risk at a (user-specified) aggregation level.
This way, the model can also capture the relevant sub-national variability of conflict and conflict drivers.
Model robustness is determined using a split-sample test where a part of the data is used to train the model, while the other part is used to evaluate the outcome. 
Throughout this process, the geographical unit is tracked to be able to map the resulting conflict risk to the correct areas.

In addition to the calculation of conflict risk, can the model, for instance, be used to make scenario projections, evaluate the relative feature importances, or benchmark different datasets.

All in all, CoPro supports the mapping of current and future areas at risk of conflict, while also facilitating obtaining a better understanding of the underlying processes.

Installation
----------------

To install copro, first clone the code from GitHub. It is advised to create an individual python environment first. 
You can then install the model package into this environment.

To do so, you need to have Anaconda or Miniconda installed. For installation guidelines, see `here `_.

.. code-block:: console

    $ git clone https://github.com/JannisHoch/copro.git
    $ cd path/to/copro
    $ conda env create -f environment.yml
    $ conda activate copro

To install CoPro in editable mode in this environment, run this command next in the CoPro-folder:

.. code-block:: console

    $ pip install -e .

When using Jupyter Notebook, it can be handy to have the copro environment available. It can be installed into Jupyter Notebook with the following command:

.. code-block:: console

    $ python -m ipykernel install --name=copro

Command-line script
--------------------

To be able to run the model, the conda environment has to be activated first.

.. code-block:: console

    $ conda activate copro

To run the model from command line, a command line script is provided. The usage of the script is as follows:

.. code-block:: console

    Usage: copro_runner [OPTIONS] CFG

    Main command line script to execute the model. 
    All settings are read from cfg-file.
    One cfg-file is required argument to train, test, and evaluate the model.
    Multiple classifiers are trained based on different train-test data combinations.
    Additional cfg-files for multiple projections can be provided as optional arguments, whereby each file corresponds to one projection to be made.
    Per projection, each classifiers is used to create separate projection outcomes per time step (year).
    All outcomes are combined after each time step to obtain the common projection outcome.

    Args:     CFG (str): (relative) path to cfg-file

    Options:
    -plt, --make_plots        add additional output plots
    -v, --verbose             command line switch to turn on verbose mode

This help information can be also accessed with

.. code-block:: console

    $ copro_runner --help

All data and settings are retrieved from the settings-file (cfg-file) which needs to be provided as inline argument.

In case issues occur, updating ``setuptools`` may be required.

.. code-block:: console

    $ pip3 install --upgrade pip setuptools

Example data
----------------

Example data for demonstration purposes can be downloaded from `Zenodo `_.
To facilitate this process, the bash-script ``download_example_data.sh`` can be called in the example folder under `/_scripts`.

With this (or other) data, the provided configuration-files (cfg-files) can be used to perform a reference run or a projection run. 
All output is stored in the output directory specified in the cfg-files. 
In the output directory, two folders are created: one name `_REF` for output from the reference run, and `_PROJ` for output for projections.

.. important::

    The example data works with copro version < 2.0.0. 
    For the latest version, the data needs to be realigned with the new config-file requirements.

Jupyter notebooks
^^^^^^^^^^^^^^^^^^

There are multiple jupyter notebooks available to guide you through the model application process step-by-step.

It is possible to execute the notebooks cell-by-cell and explore the full range of possibilities.
Note that in this case the notebooks need to be run in the right order as some temporary files will be saved to file in one notebook and loaded in another!
This is due to the re-initalization of the model at the beginning of each notebook and resulting deletion of all files in existing output folders.

The notebooks are also used to exemplify the `Workflow `_ of CoPro.

Command-line
^^^^^^^^^^^^^^^^^^

While the notebooks are great for exploring, the command line script is the envisaged way to use CoPro.

To only test the model for the reference situation and one projection, the cfg-file for the reference run is the required argument.
This cfg-file needs to point to the cfg-file of the projection in turn.

.. code-block:: console

    $ cd path/to/copro/example
    $ copro_runner example_settings.cfg

Alternatively, the same commands can be executed using a bash-file.

.. code-block:: console

    $ cd path/to/copro/example/_scripts
    $ sh run_command_line_script.sh

Validation
^^^^^^^^^^^^^^^^^^

The reference model makes use of the `UCDP Georeferenced Event Dataset `_ for observed conflict. 
The selected classifier is trained and validated against this data.

Main validation metrics are the ROC-AUC score as well as accuracy, precision, and recall. 
All metrics are reported and written to file per model evaluation.

With the example data downloadable from `Zenodo `_, a ROC-AUC score of above 0.8 can be obtained. 
Note that with additional and more explanatory sample data, the score will most likely increase.

.. figure:: docs/_static/roc_curve.png

Additional ways to validate the model are showcased in the `Workflow `_.

Documentation
---------------

Extensive model documentation including full model API description can be found at http://copro.rtfd.io/

Code of conduct and Contributing
---------------------------------

The project welcomes contributions from everyone! 
To make collaborations as pleasant as possible, we expect contributors to the project to abide by the Code of Conduct.

License
--------

CoPro is released under the MIT license.

Authors
----------------

* Jannis M. Hoch (Utrecht University, now Fathom)
* Sophie de Bruin (Utrecht University & PBL)
* Niko Wanders (Utrecht University)

        

Citation (CITATION.cff)

cff-version: "1.1.0"
message: "If you use this software, please cite it using these metadata."
title: CoPro
version: "v2.0.2"
authors: 
  - family-names: "Hoch"
    given-names: "Jannis"
    orcid: "https://orcid.org/0000-0003-3570-6436"
    affiliation: "Fathom"
  - family-names: "de Bruin"
    given-names: "Sophie"
    orcid: "https://orcid.org/0000-0003-3429-349X"
    affiliation: "PBL Netherlands Environmental Assessment Agency"
  - family-names: "Wanders"
    given-names: "Niko"
    orcid: "https://orcid.org/0000-0002-7102-5454"
    affiliation: "Utrecht University"
date-released: 2024-12-20
doi: "10.5281/zenodo.4061705"
license: MIT
repository-code: "https://github.com/JannisHoch/copro"
keywords: 
  - conflict
  - "machine learning"
  - "climate change"
  - water
  - scenarios
  - projections
  - "climate security"

Owner metadata


GitHub Events

Total
Last Year

Committers metadata

Last synced: 6 days ago

Total Commits: 619
Total Committers: 3
Avg Commits per committer: 206.333
Development Distribution Score (DDS): 0.006

Commits in past year: 7
Committers in past year: 2
Avg Commits per committer in past year: 3.5
Development Distribution Score (DDS) in past year: 0.429

Name Email Commits
Jannis j****h@u****l 615
dependabot[bot] 4****] 3
Jannis Hoch j****h@i****g 1

Committer domains:


Issue and Pull Request metadata

Last synced: 1 day ago

Total issues: 40
Total pull requests: 99
Average time to close issues: 4 months
Average time to close pull requests: 7 days
Total issue authors: 3
Total pull request authors: 3
Average comments per issue: 1.73
Average comments per pull request: 0.05
Merged pull request: 92
Bot issues: 0
Bot pull requests: 29

Past year issues: 2
Past year pull requests: 21
Past year average time to close issues: N/A
Past year average time to close pull requests: 1 day
Past year issue authors: 1
Past year pull request authors: 2
Past year average comments per issue: 0.0
Past year average comments per pull request: 0.0
Past year merged pull request: 21
Past year bot issues: 0
Past year bot pull requests: 9

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/JannisHoch/copro

Top Issue Authors

  • JannisHoch (29)
  • Sophiepieternel1 (8)
  • soodoku (3)

Top Pull Request Authors

  • JannisHoch (59)
  • dependabot[bot] (29)
  • Sophiepieternel1 (11)

Top Issue Labels

  • wishlist (5)
  • enhancement (5)
  • documentation (4)
  • v1.0-beta (4)
  • bug (2)
  • wontfix (2)
  • help wanted (1)
  • v2 (1)

Top Pull Request Labels

  • dependencies (29)

Package metadata

pypi.org: copro

Python-model build on scikit-learn functions, designed to facilitate the set-up, execution, and evaluation of machine-learning models for the study of the climate-conflict nexus.

  • Homepage: https://copro.readthedocs.io/
  • Documentation: https://copro.readthedocs.io/
  • Licenses: MIT
  • Latest release: 0.1.2 (published about 2 years ago)
  • Last Synced: 2025-04-25T11:33:37.622Z (1 day ago)
  • Versions: 4
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 182 Last month
  • Rankings:
    • Dependent packages count: 10.108%
    • Average: 39.461%
    • Downloads: 41.071%
    • Dependent repos count: 67.204%
  • Maintainers (1)

Dependencies

docs/requirements.rtd.txt pypi
  • ConfigParser ==5.0.0
  • Sphinx >=3.0.3
  • bump2version ==0.5.11
  • click ==7.1.1
  • coverage ==4.5.4
  • descartes ==1.1.0
  • flake8 ==3.7.8
  • geopandas ==0.7.0
  • ipython ==7.16.3
  • jinja2 ==2.11.3
  • matplotlib ==3.2.1
  • nbconvert ==6.3.0
  • nbsphinx ==0.8.5
  • nbsphinx_link ==1.3.0
  • netCDF4 ==1.5.3
  • notebook >=6.1.5
  • numpy ==1.22.0
  • pandas ==1.0.3
  • pip >=19.2.3
  • pytest ==4.6.5
  • pytest-runner ==5.1
  • rasterio ==1.1.3
  • rasterstats ==0.14.0
  • rioxarray ==0.0.26
  • scikit-learn ==0.22.1
  • seaborn ==0.10.1
  • setuptools ==49.6
  • tox ==3.14.0
  • twine ==1.14.0
  • watchdog ==0.9.0
  • wheel ==0.33.6
  • xarray ==0.15.0
requirements_dev.txt pypi
  • click ==7.1.2 development
  • configparser ==5.0.0 development
  • coverage ==4.5.4 development
  • descartes ==1.1.0 development
  • flake8 ==3.7.8 development
  • geopandas ==0.8.0 development
  • ipython ==7.16.3 development
  • matplotlib ==3.2.1 development
  • nbconvert ==6.3.0 development
  • netcdf4 ==1.5.3 development
  • notebook >=6.1.5 development
  • numpy ==1.22.0 development
  • pandas ==1.0.3 development
  • pip ==21.1 development
  • pyproj ==2.6.0 development
  • pytest ==5.4.2 development
  • pytest-runner ==5.2 development
  • rasterio ==1.1.0 development
  • rasterstats ==0.14 development
  • rioxarray ==0.0.26 development
  • scikit-learn ==0.22.1 development
  • seaborn ==0.10.1 development
  • setuptools ==49.6 development
  • sphinx ==3.0.3 development
  • tox ==3.14.0 development
  • xarray ==0.15.1 development
.github/workflows/python-publish.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v2 composite
  • pypa/gh-action-pypi-publish 27b31702a0e7fc50959f5ad993c78deac1bdfc29 composite
environment.yml pypi
setup.py pypi

Score: 9.016148642611741