Trevor Barnes
Trevor Barnes
### 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 Natural gas connections between states/countries outside of the modelled geographic scope exist; however, they need to be constrained by historical limits. ie. pull historical import/export energy rates,...
### Feature Request Methane tracking configuration options are added (for percent leakage and gwp), and is added as a percentage of NG processing production. Right now, its not working though...
### Feature Request Right now, electrical load link names from the node bus, to the electrical load bus do not include the `rural` or `urban` idenitifier. These should be included...
### Feature Request The MECS can be used to approximate industrial brownfield stock. The MECS already has processing logic in `build_demand_data.py`; just need to transfer some of this to the...
### Feature Request Space heat brownfiled data is already pulled in from the RECS and CECS. Just need to expand this logic to pull in water heat brownfield data for...
### Feature Request When building demand based on FERC 714, we pull Census [DP1 data from PUDL](https://catalystcoop-pudl.readthedocs.io/en/latest/data_sources/other_data.html#census-dp1). The sector coupled data uses separately downloaded census files to calculate urban/rural populations....
### Idea Add a default [snakemake profile](https://snakemake.readthedocs.io/en/stable/executing/cli.html#profiles) for local runs so users dont need to worry about specifying number of cores. ie. limit cores to 1 or 2 by default,...
### Description In this PR we (@SimoneOseiOwusu and I) have discounted the demand when calculating the LCOE in result summaries. This gives a more consistent LCOE value over the model...
### Idea In discussion with @SimoneOseiOwusu, we think it would make sense to discount the energy generation as well when calculating the LCOE value. ### Is your feature related to...