Uwe Krien

Results 186 comments of Uwe Krien

@henhuy You are right. We do not have a setter so you have to make sure to use the right class. In most cases a sequence would be the right...

Assuming that `weather` is a pandas DataFrame with the following column names (pressure, temperature, wind_speed, roughness_length) I solved it the following way: ```python data_height = { 'pressure': 0, 'temperature': 2,...

I wrote an example to change the structure of a typical DataFrame into our weather format. I put it here to keep it in mind. ```python import pandas as pd...

I would keep it open as a reminder, therefore I changed the title. I would like to do something similar to the cp-values examples/docs.

You are right, it does not work this way. We could change it: ```diff - capacity :attr:`om.InvestmentStorage.capacity[n, t]` + capacity `om.InvestmentStorage.capacity[n, t]` ```

I agree in both. Changing the name and dividing the modules. But we will not be able to discuss it before the v0.4.0 release. But we could change it with...

Additionally I would move the Flow-related classes from `network.py` and` blocks.py` to `flow.py` and the bus to a `bus.py`. I am not sure if it makes sense to create a...

> As these components do nothing related to model-generation but only check network-related connections, we could also just import them from `oemof.network` and move the check there. If I get...

@oemof-developer : Feedback wanted!

> The features in this shapefile are essentially polygons, yes? Thank you, @sgillies for your answer. Yes, Polygons or MultiPolygons.