Missing industrial sector lpg demand
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Python
- Stars
- 148
- Forks
- 55
- Avg merge
- 2d 11h
- Merged PRs (30d)
- 18
Description
Feature Request
build_demand.py line 2602-2608
else:
fuels = ("electricity", "heat", "cool", "space_heat", "water_heat")
demands = demand_converter.prepare_multiple_demands(
end_use, # residential, commercial, industry, transport
fuels,
sns=sns,
)
excludes "lpg" from the fuels for industrial demand, making the final industrial demand consist only of electricity and heat.
Suggested Solution
Maybe process industrial sector separately.
Additional Info
No response
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in build_demand.py around lines 2602-2608 and inspect how fuels are selected for each end use and how demand_converter.prepare_multiple_demands processes them. Trace the industrial-demand path, then verify that the resulting industrial demand includes lpg alongside the existing fuels.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- data
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100