Configuration options for spatital/temporal cost multipliers
Open
Nobody has claimed this yet.
enhancement
good first issue
- Dominant language
- Python
- Stars
- 148
- Forks
- 55
- Avg merge
- 2d 11h
- Merged PRs (30d)
- 18
Description
Feature Request
It would be good to have configuration file options for how to apply cost data multipliers
Suggested Solution
A simple implementation of the options we could add is given below.
costs:
multipliers:
regional:
capex: true # apply capex multipliers at a state level
fuel: true # apply fuel costs at a state level
temporal:
fuel: true # apply monthly variance in fuel costs
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
No files, tests, or entry points are named. Start by locating configuration parsing and the code that applies regional and temporal cost multipliers, then trace the existing cost-data flow. Done means the proposed costs.multipliers.regional and costs.multipliers.temporal options control the listed capex and fuel adjustments.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, yaml
- Domain
- backend, data
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100