Giter Club home page Giter Club logo

ireland-carbon-budget-scenarios-2021's Introduction

Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License.

Carbon Budget Scenarios for Ireland's Energy System, 2021-50

Frictionless DOI

This repository constains energy system scenarios for Ireland meeting decarbonisation targets for 2030 and 2050 using the TIMES-Ireland Model (TIM).

Exploring the Scenarios

Various tools can be used to explore the scenarios in this data package. These include a dedicated web app, pyam package, Friendly data and spreadsheet software (e.g. MS Excel).

TIM Carbon Budgets 2021 Web App

The TIM Carbon Budgets 2021 Web App visualises most of the scenarios included in this data package. Up to two scenarios can be selected for comparisson and the difference can be computed. In addition to the scenario results visualisation, TIM documentation and scenario description can be found there.

pyam

pyam provides a suite of tools and functions that can be used to analyse and visualise scenario data included in this data package. A brief pyam-tutorial is included in this repository (many thanks to @danielhuppmann for contributing) and the rendered version can be accessed here.

Friendly data

Friendly data allows easy conversion of a frictionless data package to standard Python data structures e.g., pandas DataFrame. For instance the following code snippet can be used to convert the data package to a list of pandas DataFrame (many thanks to @suvayu for providing an example):

from friendly_data.dpkg import read_pkg
from friendly_data.converters import to_df

pkg = read_pkg("datapackage.json")

dfs = [to_df(r) for r in pkg.resources]   # data package as a list of pandas.DataFrame

ireland-carbon-budget-scenarios-2021's People

Contributors

ankitagaur93 avatar danielhuppmann avatar olejandro avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

ireland-carbon-budget-scenarios-2021's Issues

Include additional meta data

Possible candidates - authors, information on the model version, documentation, scenario protocols, source data, scientific manuscript, etc. (#1)

Add nomenclature

Currently tabular resources have seriesName field which is an abbreviation. (#1)

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.