Trevor Barnes
Trevor Barnes
### Feature Request Through the `opts` wildcards, the user can select emission reduction targets compared to a base reference value. This reference value is provided by the user in the...
### Feature Request I originally represented linepack as a store, to separate out optimizing capacity and energy. But the pipeline links will act as capacity constraints anyways, so we might...
### Feature Request We have a haversine function [here](https://github.com/PyPSA/pypsa-usa/blob/5c34938002939db1d82811513c5b8fcda595bddd/workflow/scripts/build_base_network.py#L55-L72). PyPSA has this function in their `geo` module (see [here](https://github.com/PyPSA/PyPSA/blob/feaed4ecb6a20d43b31c478bb2e6ebf31325627c/pypsa/geo.py#L51-L94)). We should switch to using PyPSAs as it has checks and...
### Feature Request We dont really need the `workflow/` directory, and move up all the subdirectories. Moreover, we can probably get rid of the `report/` directory ### Suggested Solution _No...
### Type of documentation issue Incorect Information ### Issue Description The `build_cutout.py` module has images showing what weather data is extracted. This is built using the existing cutout that is...
### 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 Currently, the `{simpl}` wildcard is not added for simplifying networks. We should probably add this sooner rather than later :) ### Suggested Solution _No response_ ### Additional...
### Feature Request Add the `build_solar_thermal_profiles` rule, using PyPSA-Eur as the template (import from submodule) . ### Suggested Solution _No response_ ### Additional Info _No response_
### Feature Request Currently, transport costs are taken from the ATB and automatically downloaded in the `retrieve_costs_usa` rule. It probably makes more sense to move this to the `retrieve_sector_databundle` rule...
### Feature Request Right now, fuel costs for natural gas are pulled from the EIA. However, all other fuel costs use the standard values found in the `technology-data` download. This...