Fabian Hofmann

Results 53 issues of Fabian Hofmann

From the users perspective, these functions should be replaced by `.madd` and direct assignment. Thus we can rename the functions `import_components_from_dataframe` and `import_series_from_dataframe` to `_import_components_from_dataframe` and `_import_series_from_dataframe` (with an underscore...

enhancement

## Changes proposed in this Pull Request A new sub-module "optimization" for the linopy-based optimization is introduced. The optimization module is sub-structured in * variables.py - for all variable definitions...

Instead having a rather inflexible `variables.csv`, `pypsa` should have a clear semantic which component attributes are used in which variable definition and which constraints. I would suggest to add a...

enhancement
discussion

The static `pandas.Dataframe`s should support categorical data columns. These make the data storage much more efficient for large networks.

enhancement

There are functions in the doc who are referenced in the doc texts using `automethod`. This makes the texts a bit hard to read. I suggest to move all function...

enhancement

I want to open a discussion about pypsa's roadmap towards its first major version 1.0, gather ideas and wishes on how the package should look like and what it should...

enhancement

Strongly related to changes in #353 **Note:** We should disable the simplify wildcard in order to keep most of the generators separately and therefore their costs and efficiencies. # Validation...

enhancement

I thought a bit about how to deal with the mixture of `config.default.yaml`, `config.yaml` and the code-based parameters which are either keyword arguments in the functions or `config.get()`-defaults. I think...

enhancement
design