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 /healthreports the service identity and configuration;GET /capabilitiesopens the configured Brightway project and reports databases and methods;GET /openapi.jsonandGET /docsprovide the machine-readable and interactive API;see-impacts-compatibilityruns 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
- Architecture: active service components and data handling
- API Overview: available endpoints and compute request schema
- API Reference: endpoint-level request, response, and error behavior
- Deployment: container image, configuration, and background provisioning
- Local Testing: probe, test, and local container workflows
- HEX Core Status: available configuration and client boundary
- Project Scope: available service scope and exclusions
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.
© 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.
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.