Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

CE-RISE SEE Impacts Calculation Service

This site documents the CE-RISE SEE impacts calculation service. SEE stands for socio-economic and environmental impacts.

The CE-RISE Solution portal is the main entry point for human users exploring the wider solution and its components.

Available Service Functions

The service provides Brightway project compatibility checks and an HTTP service boundary:

  • GET /health reports the service identity and configuration;
  • GET /capabilities opens the configured Brightway project and reports databases and methods;
  • GET /openapi.json and GET /docs provide the machine-readable and interactive API;
  • see-impacts-compatibility runs the same Brightway project check from the command line;
  • the container image runs the same HTTP service with externally mounted background data.

Use the Service

Install and inspect the local project:

python3 -m venv .venv
.venv/bin/python -m pip install -e '.[dev]'
.venv/bin/see-impacts-compatibility

Start the HTTP service with the virtual environment active:

./scripts/run-local.sh
curl -sS http://127.0.0.1:8080/health
curl -sS http://127.0.0.1:8080/capabilities

POST /compute is documented so consumers can inspect its JSON schema. It returns 501 CALCULATION_NOT_IMPLEMENTED; it does not provide a calculation operation.

Documentation Structure



Funded by the European Union under Grant Agreement No. 101092281 — CE-RISE.
Views and opinions expressed are those of the author(s) only and do not necessarily reflect those of the European Union or the granting authority (HADEA). Neither the European Union nor the granting authority can be held responsible for them.

CE-RISE logo

© 2026 CE-RISE consortium.
Licensed under the European Union Public Licence v1.2 (EUPL-1.2).
Attribution: CE-RISE project (Grant Agreement No. 101092281) and the individual authors/partners as indicated.

NILU logo Leiden University logo Empa logo

Developed by NILU (Riccardo Boero - ribo@nilu.no), Leiden University (Mintjes, B.A. (Berend) - b.a.mintjes@cml.leidenuniv.nl), and Empa (Francesco Barilli - francesco.barilli@empa.ch; Roland Hischier - roland.hischier@empa.ch) within the CE-RISE project.