Skip to content

Releases: USEPA/LCIAformatter

v1.1.3

09 May 12:53
b16f092
Compare
Choose a tag to compare

What's Changed

  • Write flows using fedelemflowlist in #111
  • Allow different sources for specific indicators in #110

No changes to methods

Full Changelog: v1.1.2...v1.1.3

v1.1.2

24 Apr 21:02
e7c9269
Compare
Choose a tag to compare

What's Changed

  • allow specifying region for impactworld+ (#96)
  • Writes Source object to json-ld from bib file (#107)
  • enables compilation methods including ISO21930-LCIA-US (#108)

Full Changelog: v1.1.1...v1.1.2

v1.1.1

06 Nov 13:09
27ba917
Compare
Choose a tag to compare

What's Changed

  • Resolves Duplicate methane factors for IPCC (AR5 only) (#97) in FEDEFL v1.2.1
  • Implement additional warnings for duplicate characterization factors in #98

Results in revised IPCC Method

Full Changelog: v1.1.0...v1.1.1

v1.1.0

12 Sep 20:07
8097cfb
Compare
Choose a tag to compare

What's Changed

  • Fixed fossil resource endpoint CFs for ReCiPe2016 (#90)
  • Swap Mecoprop preferred CAS (#91)
  • Enables support for openLCA 2.0
  • Updates to use olca-schema to replace olca-ipc, deprecates Python 3.7 and 3.8 (#93)

New Contributors

Full Changelog: v1.0.5...v1.1.0

v1.0.5

29 Aug 02:15
e7e90a3
Compare
Choose a tag to compare

What's Changed

  • Allow passed df for endpoint methods (#88)
  • refactor with pathlib (#89)
  • fix dependency to olca-ipc 0.0.12 (until olca-schema implemented)

Full Changelog: v1.0.4...v1.0.5

v1.0.4

09 Jun 17:34
Compare
Choose a tag to compare

Pins final release supported by esupy<=0.2.2

Full Changelog: v1.0.3...v1.0.4

v1.0.3

05 Dec 15:06
50877c8
Compare
Choose a tag to compare

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 (USEPA/fedelemflowlist@8d5f9cf)

Full Changelog: v1.0.2...v1.0.3

v1.0.2

08 Oct 20:25
75a2535
Compare
Choose a tag to compare

Release coinciding with accepted manuscript for Journal of Open Source Software.

v1.0.1

07 Oct 13:03
f2a899f
Compare
Choose a tag to compare
  • 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

v1.0.0

20 May 16:23
Compare
Choose a tag to compare

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