henhuy
henhuy
I sometimes look up `Nodes` by their label from `energysystem.groups`. Nowadays, I use `collections.nemadtuple` to create my labels, but I had to figure out that those namedtuples are not preserved...
I would find it very helpful to add an attribute `tags` of type `list` or `tuple` to `oemof.network.Node` holding strings for filtering results later! It was suggested to add such...
I have a model with a geom (srid=3035) and I want to serialize it as geom (srid=4326). Did not found a solution to do this with django-restframework-gis? My approach was:...
Default colormap (if not setting up a legend) is not working properly (no range attribute set). This leads to color artefacts like this:  This is related to code in...
When installing requirements, following error shows up: ``` Pip subprocess error: ERROR: Could not find a version that satisfies the requirement rdflib>=6.0 (from versions: 2.4.1, 2.4.2, 3.0.0, 3.1.0, 3.2.0, 3.2.1,...
Closes #973 This PR wants to integrate timeseries aggregation into `oemof.solph`. Thereby, newly integrated multi-period mode for `oemof.solph` can be used as well. The idea is, to run TSAM with...
This PR adds a new converter which can group inputs and outputs into multiple groups. Inputs/outputs within a group can be exchangeable used to provide group flow. Compare conversion_plus technology...
I want to implement grouping of flows into a flow group like in https://calliope.readthedocs.io/en/v0.6.8/user/advanced_constraints.html#the-conversion-plus-tech Within a group, flows are shared between input/output flows (logical **OR**) to produce/consume an input/output unit....
I recently found out, that a model can be set up using `objective_weighting` parameter, which is used in `SimpleFlowBlock`, `NonConvexFlowBlock` and `SinkDSM` component. First I thought, that this is very...