Recent Releases of LCIA formatter
LCIA formatter - v1.1.4
What's Changed
- use
.to_ref()
to avoid unnecessary data in https://github.com/USEPA/LCIAformatter/pull/117 - add zenodo data in https://github.com/USEPA/LCIAformatter/pull/116
- URL testing in https://github.com/USEPA/LCIAformatter/pull/122
- Fix recipe typos in https://github.com/USEPA/LCIAformatter/pull/125
- CED method in https://github.com/USEPA/LCIAformatter/pull/126
- Add list and tool version to description from fedelemflowlist in https://github.com/USEPA/LCIAformatter/pull/127
Method updates
- Adds CED method
- Revisions to FEDEFL Inventory method (v1.1 includes revisions to wood flows)
- Revisions to ReCiPe (see https://github.com/USEPA/fedelemflowlist/pull/212), and fixes typos (#125)
Full Changelog: https://github.com/USEPA/LCIAformatter/compare/v1.1.3...v1.1.4
Industrial Ecology - Life Cycle Assessment
- Python
Published by bl-young 4 months ago

LCIA formatter - v1.1.3
What's Changed
- Write flows using fedelemflowlist in https://github.com/USEPA/LCIAformatter/pull/111
- Allow different sources for specific indicators in https://github.com/USEPA/LCIAformatter/pull/110
No changes to methods
Full Changelog: https://github.com/USEPA/LCIAformatter/compare/v1.1.2...v1.1.3
Industrial Ecology - Life Cycle Assessment
- Python
Published by bl-young 12 months ago

LCIA formatter - v1.1.2
What's Changed
- allow specifying region for impactworld+ (https://github.com/USEPA/LCIAformatter/pull/96)
- Writes
Source
object to json-ld from bib file (https://github.com/USEPA/LCIAformatter/pull/107) - enables compilation methods including ISO21930-LCIA-US (https://github.com/USEPA/LCIAformatter/pull/108)
Full Changelog: https://github.com/USEPA/LCIAformatter/compare/v1.1.1...v1.1.2
Industrial Ecology - Life Cycle Assessment
- Python
Published by bl-young about 1 year ago

LCIA formatter - v1.1.1
What's Changed
- Resolves Duplicate methane factors for IPCC (AR5 only) (https://github.com/USEPA/LCIAformatter/issues/97) in FEDEFL v1.2.1
- Implement additional warnings for duplicate characterization factors in https://github.com/USEPA/LCIAformatter/pull/98
Results in revised IPCC Method
Full Changelog: https://github.com/USEPA/LCIAformatter/compare/v1.1.0...v1.1.1
Industrial Ecology - Life Cycle Assessment
- Python
Published by bl-young over 1 year ago

LCIA formatter - v1.1.0
What's Changed
- Fixed fossil resource endpoint CFs for ReCiPe2016 (https://github.com/USEPA/LCIAformatter/pull/90)
- Swap Mecoprop preferred CAS (https://github.com/USEPA/LCIAformatter/pull/91)
- Enables support for openLCA 2.0
- Updates to use olca-schema to replace olca-ipc, deprecates Python 3.7 and 3.8 (https://github.com/USEPA/LCIAformatter/pull/93)
New Contributors
- @fchichorro made their first contribution in https://github.com/USEPA/LCIAformatter/pull/90
Full Changelog: https://github.com/USEPA/LCIAformatter/compare/v1.0.5...v1.1.0
Industrial Ecology - Life Cycle Assessment
- Python
Published by bl-young over 1 year ago

LCIA formatter - v1.0.5
What's Changed
- Allow passed df for endpoint methods (https://github.com/USEPA/LCIAformatter/pull/88)
- refactor with pathlib (https://github.com/USEPA/LCIAformatter/pull/89)
- fix dependency to olca-ipc 0.0.12 (until olca-schema implemented)
Full Changelog: https://github.com/USEPA/LCIAformatter/compare/v1.0.4...v1.0.5
Industrial Ecology - Life Cycle Assessment
- Python
Published by bl-young over 1 year ago

LCIA formatter - v1.0.4
Pins final release supported by esupy<=0.2.2
Full Changelog: https://github.com/USEPA/LCIAformatter/compare/v1.0.3...v1.0.4
Industrial Ecology - Life Cycle Assessment
- Python
Published by bl-young almost 2 years ago

LCIA formatter - v1.0.3
What's Changed
- New method for IPCC GWP (ipcc.py)
- new function
apply_lcia_method()
to convert a dataframe of inventory flows to impacts - new function to create custom method from file
- bump olca-ipc version to 0.0.12
- action to test generation of methods and compare them to those store on data commons
Method Updates
ReCiPe: Adds "water, fresh" to Water Consumption (#124)
FEDEFL_INV: Removes extra wood resource flows (https://github.com/USEPA/Federal-LCA-Commons-Elementary-Flow-List/commit/8d5f9cf37ba01b90db904777bb737078cba769a4)
Full Changelog: https://github.com/USEPA/LCIAformatter/compare/v1.0.2...v1.0.3
Industrial Ecology - Life Cycle Assessment
- Python
Published by bl-young over 2 years ago

LCIA formatter - v1.0.2
Release coinciding with accepted manuscript for Journal of Open Source Software.
Industrial Ecology - Life Cycle Assessment
- Python
Published by bl-young over 3 years ago

LCIA formatter - v1.0.1
- Update to use openpyxl instead of xlrd
- Improvements to installation process and README documentation
- Includes linting and updated docstrings
- Installation testing via github actions (#67)
Resolved #57, #58. #59, #60, #62, #63, #64, #65, #69
Industrial Ecology - Life Cycle Assessment
- Python
Published by bl-young over 3 years ago

LCIA formatter - v1.0.0
The LCIA formatter, or lciafmt, is a Python tool for standardizing the format and flows of life cycle impact assessment (LCIA) data. The tool acquires LCIA data transparently from its original source, cleans the data, shapes them into a standard format using the LCIAmethod format, and optionally applies flow mappings as defined in the Federal LCA Commons Elementary Flow List. The result can be exported to all formats supported by the pandas package (e.g. Excel, CSV) or the openLCA JSON-LD format. The lciafmt currently handles the following methods:
- TRACI 2.1
- ReCiPe 2016 (midpoint and endpoint)
- ImpactWorld+ (midpoint and endpoint)
- Federal Elementary Flow List Inventory Methods
Major updates for v1.0.0 release:
-generated methods stored in local user directory (via esupy)
-addition of ImpactWorld+ (requires FEDEFL v1.0.7)
-new functions enable the generation of custom endpoint methods, e.g. valuation methods; example data/script provided for Weidema 2009
-documentation for JOSS
Industrial Ecology - Life Cycle Assessment
- Python
Published by bl-young almost 4 years ago

LCIA formatter - v0.4.1
Revisions to writing FEDEFL inventory methods
-fix error in conversion factors
-update script to store as parquet
Industrial Ecology - Life Cycle Assessment
- Python
Published by bl-young about 4 years ago

LCIA formatter - v0.4
-Produces ReCiPe v1.1 2016 LCIA endpoint method
-Produces inventory methods based on subsets in federal elementary flow list (>= v1.0.4)
-Provides local storage of mapped methods as parquet
Industrial Ecology - Life Cycle Assessment
- Python
Published by bl-young about 4 years ago

LCIA formatter - v0.3-beta
-Produces the ReCiPe v1.1 2016 LCIA midpoint method
Industrial Ecology - Life Cycle Assessment
- Python
Published by WesIngwersen about 5 years ago

LCIA formatter - v0.2-beta
Produces TRACI 2.1 for lcacommons.gov
Industrial Ecology - Life Cycle Assessment
- Python
Published by WesIngwersen about 5 years ago

LCIA formatter - v0.1-alpha
-Includes download, formatting for TRACI2.1 and ReCiPE 2016
-Maps TRACI2.1 to Federal LCA Commons v1.0 flows
-Writes methods out to openLCA JSON-LD as well as csv or excel
Industrial Ecology - Life Cycle Assessment
- Python
Published by WesIngwersen over 5 years ago
