Trevor Barnes
Trevor Barnes
### Feature Request Right now, all sector loads get nested under the nodal electrical bus (ie. representing a fully electrified system). This needs to get broken out into seperate pairs...
### Feature Request I think with the shift to mutl-index and planning horizons, plotting is giving us runtime warnings with the number of plots/subplots. Just warnings, so not a huge...
### Idea Right now, logging has configuration settings set at the top of every module, such as: ```python import logging logging.basicConfig(format="%(levelname)s:%(message)s", level=logging.INFO) ``` I dont think we should be setting...
### Idea Remove the csv files in `resources/otoole/data`, and just use the otoole config file to extract out the params and results. ### Is your feature related to a bug?...
Closes #399, #400 ## Changes proposed in this Pull Request In this PR I have: - Integrated methane tracking. Gas production facilities are now modelled as stores + links rather...
### Feature Request EIA has released 2024 version of natural gas state-to-state pipeline capacity data [here](https://www.eia.gov/naturalgas/data.php#pipelines). The format looks the same as 2023 version, so hopfully should just be a...
### Feature Request PR #434 introduces the ability to combine rural and urban areas. This will result in over investment of GSHP, which should not happen in urban areas. We...
### Feature Request The config file currently templates out a parameter for urban/rural gas connection. This needs to get set up. I envision this being a constraint that limits how...
### Checklist - [X] I am using the current [`master`](https://github.com/PyPSA/pypsa-usa/tree/master) branch - [X] I am running on an up-to-date [`pypsa-usa` environment](https://github.com/PyPSA/pypsa-usa/blob/master/workflow/envs/environment.yaml). Update via `conda env update -f envs/environment.yaml` ### The...
### Feature Request Right now, HPs only contribute to meeting heat demand, but this needs to be corrected so they can also contribute to cooling demand. ### Suggested Solution The...