Giter Club home page Giter Club logo

cobalt-perspective-2050's Introduction

cobalt-perspective-2050 GitHub release (latest by date) DOI

Description

This is a repository containing a scenario that implements the projections of the van der Meide et al., 2022 study for:

  • cobalt.

It is meant to be used in premise in addition to a global IAM scenario, to provide refined projections for the future supply of cobalt on the global market.

This data package contains all the files necessary for premise to implement this scenario and create market-specific composition for cobalt (including supply from recycling channels).

Sourced from publication

van der Meide, M., Harpprecht, C., Northey, S., Yang, Y., & Steubing, B. (2022). Effects of the energy transition on environmental impacts of cobalt supply: A prospective life cycle assessment study on future supply of cobalt. Journal of Industrial Ecology, 1โ€“ 15. https://doi.org/10.1111/jiec.13258

Data validation

goodtables.io

Test

example workflow

Ecoinvent database compatibility

ecoinvent 3.8 cut-off

IAM scenario compatibility

The following coupling is done between IAM and the cobalt scenarios:

IAM scenario EP2050+ scenario
IMAGE SSP2-Base Business As Usual
IMAGE SSP2-RCP26 Sustainable development

What does this do?

This external scenario update the ecoinvent global market for cobalt, according to the projections described in van der Meide et al., 2022.

Cobalt


The following market is introduced:

  • market for cobalt (CP2050) (GLO)

It is supplied by six cobalt production pathways:

  • cobalt from cobalt mining
  • cobalt as a co-product from copper mining (ore extraction, processing and electrowinning)
  • cobalt as a co-product from nickel mining
  • cobalt as a co-product from zinc mining
  • cobalt recovered from discarded batteries (hydro- and pyro-metallurgical processes)

This market is relinked to activities that consume metallic cobalt throughout the database, if any.

Flow diagram

diagram ammonia markets

How to use it?

    import brightway2 as bw
    from premise import NewDatabase
    from datapackage import Package
    
    
    fp = r"https://raw.githubusercontent.com/premise-community-scenarios/cobalt-perspective-2050/main/datapackage.json"
    cobalt2050 = Package(fp)
    
    bw.projects.set_current("your_bw_project")
    
    ndb = NewDatabase(
            scenarios = [
                {"model":"image", "pathway":"SSP2-Base", "year":2050,},
                {"model":"image", "pathway":"SSP2-RCP26", "year":2030,},
            ],        
            source_db="ecoinvent 3.8 cutoff",
            source_version="3.8",
            key='xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx',
            external_scenarios=[
                cobalt2050, # <-- list datapackages here
            ] 
        )
        
    ndb.update_external_scenario()

cobalt-perspective-2050's People

Contributors

romainsacchi avatar

Watchers

 avatar  avatar

cobalt-perspective-2050's Issues

DOI refers to v0.0.4

Hi, The DOI on the top of the readme refers to v0.0.4, should this automatically update with some script? If that's the case, you may have a bug, otherwise, just let me know and I'll make a quick PR

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.