Emmanuel Bolarinwa
Emmanuel Bolarinwa
@pz-max @ekatef Here is the plot considering Kilometer for each voltage level  Here is the same plot for better understanding  
@pz-max @ekatef @davide-f Here is a comparison between osm-raw, osm-clean and entsoe data for AT    Here are the corresponding plot for MK   
After doing a bit of cleaning on the data with @ekatef . - The 300kV on osm-clean AT, has only one instance, which might be an error. So we decided...
Thanks @davide-f, However, when I changed s_nom to s_nom_min in base_network.py, it worked to prevent my networks from having negative objective values. I will run the prepare_network with a debug....
> @GbotemiB not sure if you are also working here :) In case of problems, needs feel free to write :) Thanks @davide-f, I looked into it last week, I...
@davide-f I have been able to finally debug the `prepare_network.py` https://github.com/pypsa-meets-earth/pypsa-earth/blob/e4edb177fb5f1216f9d4ead8cf2e319a1c8a48ec/scripts/prepare_network.py#L188 It turns out the section of the highlighted code below doesn't get executed. https://github.com/pypsa-meets-earth/pypsa-earth/blob/e4edb177fb5f1216f9d4ead8cf2e319a1c8a48ec/scripts/prepare_network.py#L207-L212 The following image should give...
https://github.com/pypsa-meets-earth/pypsa-earth/blob/e4edb177fb5f1216f9d4ead8cf2e319a1c8a48ec/scripts/prepare_network.py#L197 @davide-f, If you don't mind, can you clarify the purpose of this section
https://github.com/pypsa-meets-earth/pypsa-earth/blob/e4edb177fb5f1216f9d4ead8cf2e319a1c8a48ec/scripts/prepare_network.py#L191-L196 I also noticed that `num_parallel` here is a little lower than the same that was used in `base_network.py`
I went through `simplify_network.py`. Why is there a need to recalculate `num_parallel` https://github.com/pypsa-meets-earth/pypsa-earth/blob/e4edb177fb5f1216f9d4ead8cf2e319a1c8a48ec/scripts/simplify_network.py#L135
Also, I noticed that in `base_network.py`, the line types is as in the image  while in `prepare_network.py`, the line types is  I think it might have to do...