Giter Site home page Giter Site logo

Comments (4)

bl-young avatar bl-young commented on July 18, 2024 1

I would think the elci should be agnostic to LCIA method? My guess is that for the one on the LCA Commons currently, the impact assessment methods were added after the eLCI data were in openLCA. I think in most cases moving forward we would not want the repositories on the commons to contain impact methods.

Relatedly, the old "NETL_mod" was to enable the use of AR5-100 yr instead of TRACI's AR4-100 year. We now have explicit IPCC methods available through the LCIA formatter (AR4 through AR6)

from electricitylci.

bl-young avatar bl-young commented on July 18, 2024 1

If for some reason you did want to add an impact method to the jsonld file in elci, I woudl think you could simplify it greatly through something like:

import lciafmt
df = lciafmt.get_mapped_method(method_id='TRACI2.1',
                               download_from_remote=True)
lciafmt.to_jsonld(df, zip_file = 'my.zip')

using get_mapped_method() with download_from_remote=True will use already processed versions from data commons that have been validated

from electricitylci.

dt-woods avatar dt-woods commented on July 18, 2024 1

Seems reasonable, Ben. Unless I hear otherwise, I'll refrain from including the impact methods from the inventory. One less thing to have to worry about.

from electricitylci.

m-jamieson avatar m-jamieson commented on July 18, 2024 1

Agreed on not including an LCIA method in the elci json-ld output. It also appears to be inconsistent with respect to the commons - USLCI for example does not include any LCIA methods.

from electricitylci.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.