pypsa-eur/data/line-dups.csv
2017-10-12 01:57:55 +02:00

811 B

1# These are lines between buses, where on a map, there is only a
2# single line, while the entsoegridkit model contains multiple
3# lines. We think they are artifacts from either the vt-geojson logics
4# or the gridkit algorithms! They are removed from the model!
5# def findall(lid):
6# line = lines.loc[str(lid)]
7# return (lines.bus0 == line.bus0) & (lines.bus1 == line.bus1)
8# line_dups = pd.read_csv('line-dups.csv', dtype='str', skiprows=11)['line_id']
9# pd.set_option('max_rows', 200)
10# pd.concat({x: lines.loc[findall(x)] for x in line_dups}).sort_index(level=0)
11# is quite a helpful view for comparing their characteristics.
12line_id
1310032
1410433
1510457
1610504
1710565
1810884
1910966
2011045
2111202
2211301
2311314
2411315
2511315
2611397
2711406
2811490
2911494
3011514
3111523
3211524
3311588
3411606
3511684
3612326
371906
387399
399953
409972
419993