Download
A fixed, citable snapshot of the list. Download the files, or cite the release so others get exactly the same data.
Files
Which file do I need?The published list itself: one record per elementary flow, with its substance, its context, its identifiers and the source rows it carries.
What each implementation of a method says about each flow: the categories, the factors and which implementation states them.
Where two implementations of one method disagree, and where one skips a context of a substance the other characterises.
Everything this application reads: the flows, the flow objects, the change log, the merge outcomes and the factors, in one file.
3.8 GB. The whole build, so expect a long download and that much free disk space.
Some fields come from source lists published under their own licences. Every source list this one is built from is either in the public domain -- the GLAD mapping files, which is how the ecoinvent and SimaPro names reach this list -- or published under the same Open Database Licence this list uses, as ecoinvent's glossary is. No field here carries terms stricter than ODbL-1.0. Licence and reuse
Read it in Python
One gzipped JSON-LD document. The standard library is all you need.
import gzip, json
with gzip.open("harmonised-flows-simple.json.gz") as f:
data = json.load(f)
print(data["schema_version"])
Recipes · Matching your own list · JSON-LD and the context · File schemas
Cite this release
Text
Brightway Labs (2026). Brightway Flows 1.0 [Data set]. Zenodo. https://doi.org/10.5281/zenodo.22857950
BibTeX
@dataset{brightway_labs_brightway_flows,
author = {Brightway Labs},
title = {Brightway Flows},
year = {2026},
version = {1.0},
publisher = {Zenodo},
doi = {10.5281/zenodo.22857950},
url = {https://doi.org/10.5281/zenodo.22857950}
}
CITATION.cff
cff-version: 1.2.0 message: "If you use this data set, please cite it as below." type: dataset title: "Brightway Flows" authors: - name: "Brightway Labs" version: "1.0" date-released: "2026-09-22" doi: "10.5281/zenodo.22857950" license: "ODbL-1.0"