henhuy

Results 36 comments of henhuy

I could make it work using #70 - thanks @psipika! Any progress in merging this PR?

I just made calculations for LCOE, OPEX, Investment, Fuel Costs. They depend on the new param_results from PR #416 Once this is approved, I will start a PR for my...

Hey @simnh - I just added PR #433 to cover this issue. Would be cool if you could review too!

I have to use strings because I store and restore results from database. And that was the easiest solution. Your suggestions work of course. I implemented a similar workaround to...

@simnh I did not found a nice way yet... By now I do it like this: ``` from itertools import zip_longest bus = energysystem.groups['b_el2'] bus_flows = zip(*zip_longest(*results)) bus_input_flows = [...

Hey @minhki95, this is exactly the same error, which led to implementation of #838 . With this implementation you should be able to add parameter `limit_direction=False` to your Link component....

Ah - okay! When we spoke, I thought you only want to edit the energysystem itself and sent it to optimization model for setup afterwards, but > speed up scenario...

For the case only energysystem shall be edited and not the model, here some ideas: I think a problem in editing attributes of some components would be, that those components...

Todos transferred from oemof/organisation: - [ ] Implement node removal in an energy system. This will be a rather "expensive" operation, as the `groups` will be reset and recreated. For...

Same here! Wanted to set legend json to continuous colormap like in example on https://django-raster.readthedocs.io/en/latest/tms.html#continuous-color-schemes - but as @sebbelese pointed out, implementation of colormap function in legend only supports discrete...