Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Integrate carbon capture function in existing processing

Open
#21 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
35/100
Issue type
Refactor
Clarity
Needs clarification
Activity status
Stale
Tech stack
python
Domain
data

Research direction

Start by reading the implementation and call sites of add_carbon_capture(data, tech_data), then review the discussion in PR #20 for the intended integration. Trace how other technologies process DEA assumptions and identify how carbon capture can follow that path without requiring its technology-specific electricity, heat, and capture-rate inputs. Done means the function is integrated without the current special-case hack.

Written by the indexing model from the issue text.

Description

The function add_carbon_capture(data, tech_data) should be better integrated into the other code for processing DEA assumptions. The current way it is implemented is a hack, since it has to read in the electricity and heat inputs and outputs and capture rates, which aren't required for other technologies.

See also discussion in PR https://github.com/PyPSA/technology-data/pull/20.

Dominant language
Python
Stars
130
Forks
59
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from PyPSA/technology-data

All issues in PyPSA/technology-data

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.