Releases: CIRAIG/Regioinvent
Release list
Regioinvent v1.4.1
This release ensures the proper operation of regionalized LCIA methods with brightway2.5.
Refactoring of the regionalized LCIA methods implementation. We went from working through the .bw2package format to working with Excel files (through the ExcelLCIAImporter module). This change allows compatibility with both brightway2 and brightway2.5. It also fixes issues of different biosphere database names depending on if ecoinvent was imported through brightway or the activity-browser.
Regioinvent v1.4.0.2
v1.0.4.1 fixed the pip release launched locally but there was still an error when the release was executed through Github actions. Error seemed related to the reliance on MANIFEST.in. Instead, the information on files to be included was directly passed to the builder through the pyproject.toml file.
Regioinvent v1.4.0.1
The release just fixes the pip installer which was not properly containing the data folder, due to a strict update in setuptools.
Regioinvent v1.4
Article is now out. Available here: https://doi.org/10.1007/s44498-026-00053-9
Updates
- Now supports ecoinvent v3.11 and 312 cut-off versions.
- Now operates with IMPACT World+ v2.2.1
- Code completely refactored, speeding-up the generation of regioinvent databases (thanks @romainsacchi)
- Documentation added for the generation of the trade data
Corrections
- There was an issue with technology mixes where there are losses (e.g., tap water). The process for the losses was linking to ecoinvent, instead of linking to the technology mix itself.
- ReCiPe land use indicator was not regionalized.
Data update (https://doi.org/10.5281/zenodo.11583814)
- Update to the v202601 version of BACI
- Update to the 5 latest available years, i.e., 2020, 2021, 2022, 2023 and 2024 (for BACI and the various production data sources)
- Now covers specific production data for transformed foods, forestry products, vehicles, basic steel products
- Structure now allows for partial coverage of production data, i.e., few data points for specific commodity/country. Remaining national production data for the commodities is automatically estimated with exiobase. Implemented for the PRODCOM data from the EU.
Regioinvent v1.3
The version 1.3 comes with a lot of improvements and big changes!
Non-internationally traded commodities are now regionalized.
In the previous versions, only international traded commodities were regionalized which left a fair amount of non regionalized processes within regioinvent as a result. For example, there was still "chemical factory, organics | GLO" everywhere or "metal working | RoW". Now these processes are regionalized and connected to regioinvent as well. Of course, not all of these processes can be regionalized as that would explode the size of the database. So only the most relevant of these processes were regionalized. To see how these relevant processes were identified, refer to the correspoding methodology section https://github.com/CIRAIG/Regioinvent/blob/master/Methodology.md#selection-of-commodities-to-regionalize.
Real production volume data.
Regioinvent so far only relied on rough estimates through the EXIOBASE MRIO database to get all domestic production data. If you have read the methodology, you know that this is extremely limited but is the best we can do without access to the real production volumes. However, there are some real production volumes available. Now the regioinvent code and database structure allow for the integration of these real production volumes. For this first implemention, we integrated the data from FAOSTAT, providing national production volumes for 101 commodities of regioinvent, mostly agriculture-related commodities. We also integrated data from USGS and BGS, which provides national production volumes for 56 commodities of regioinvent, on minerals and metals. This means that out of the current ~2000 commodities covered in regioinvent, 157 of them have real production volume data, i.e., ~7.5%. In the future we will try to integrate more and more read production volume data, but these have extremely limited availabilities.
Re-exports shenanigans.
Data from BACI (through the UN COMTRADE) does not differentiate between exports and re-exports. This is an issue as you would end up with inaccuracies, such as the Netherlands being the 7th exporter of bananas worldwide. Of course the Netherlands do not grow bananas, they are simply buying and re-exporting to other European countries. To deal with this issue, we now rely on net-exports instead of exports. Net-exports are simply exports minus imports. Hence, if the country ends up with a negative net-exports balance, it is likely they are doing a lot of re-exports. Countries with a positive net-exports balance are, for sure, actual producers and exporters of the commodity. A result of this change from exports to re-exports is the correction of import values as well. To follow up in the previous example, if France purchased bananas from the Netherlands, and that now we consider that the Netherlands are not actually exporting bananas, bananas purchased by France must come from elsewhere. We thus connect imports to the 5 biggest exporters of the commodities. So for bananas purchased by France from the Netherlands, bananas would actually come from Guatemala, Ecuador, etc., i.e. the biggest exporters worldwide.
Other minor changes.
- Moved from EXIOBASE v3.8.2 to EXIOBASE v3.9.5 to estimate the ratios domestic production/exports
- Water processes are now regionalized through the non-internationally traded commodities approach. As a result, they do not appear within the "ecoinvent3.X_regionalized"database anymore, but are contained within the regioinvent database.
- Aggregated processes (S) of ecoinvent were being spatialized, which made no sense.
- Correct mistakes within the regionalized ReCiPe method.
- Correct a mapping mistake for rice
- All trade data is now pre-treated outside of the regioinvent code and is provided directly in the SQL database.
Regioinvent v1.2.2
Added new regionalized LCIA methods:
- EF v3.1 (thanks to @matthieu-str)
- ReCiPe 2016 v1.03 (H)
Regioinvent v1.2.1
Added more commodities to the list of regionalized products.
Regioinvent v1.2
- Now works with ecoinvent3.9.1 AND ecoinvent3.10
- Uses BACI database instead of UN COMTRADE now. BACI is still based on COMTRADE but corrects inconsistencies in the data which we do not have to do anymore.
- Mapping between ecoinvent and HS codes redone. The previous mapping based on what ecoinvent directly provided had a lot of mistakes in it.
- Switched from IW+ v2.0.1 to IW+ v2.1. So there is a new regionalized impact category now: Particulate matter formation. + all the corrections brought in the v2.1 of IW+ which you can see here: https://doi.org/10.5281/zenodo.14041258
- Refactoring of the code for spatialization which will make it easier in the future to add other LCIA methods than IW+
- Recalculation of the production volume estimates with EXIOBASE. Previously the Z matrix was used, instead of using the x matrix to also include final demand in the ratio.
- Added detailed methodology description
Regioinvent v1.1.4
Just changed the name of "global production markets" to global export markets" as the data used only covers export data and not domestic production data.
Regioinvent v1.1.3
Corrected mistake in regionalization of irrigation technosphere inputs for commodities using the technosphere inputs "market group for irrigation".
Changed terminology from biosphere_regionalized to biosphere_spatialized.