You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-8Lines changed: 6 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,9 @@
2
2
3
3
## Origin of the data
4
4
5
-
The power grid topologies listed in the present repository were obtained from the crowdsourcing project OpenStreetMap (https://www.openstreetmap.org). These data are fed in by users of the app and may be incomplete or even wrong. For this reason topologies presented here should not be considered as exact representations of the real topologies.
5
+
The power grid topologies listed in the present repository were obtained from the crowdsourcing project OpenStreetMap (OSM) (https://www.openstreetmap.org). These data are fed in by users of the app and may be incomplete or even wrong. For this reason, topologies presented here should not be considered as exact representations of the real topologies, but rather as approximations. Results clearly depends on the data entered by the users.
6
6
7
-
There is a large gap between these data and a topological representation of the power grid. Please refer to the SCIGRID project (http://scigrid.de) for more information.
7
+
There is a large gap between OSM data and a graphical representation of the power grid. Please refer to the SCIGRID project (http://scigrid.de) for more information.
8
8
9
9
## Architecture
10
10
@@ -39,7 +39,6 @@ Each row contains information relative to a single node. Fields are separated by
39
39
-*frequency*: Node frequency (type: float)
40
40
-*name*: Node name (type: string) (example: Name of the power plant). These data are mostly recorded in the language of the country.
41
41
-*operator*: Operator responsible for the given node (type: string)
42
-
-*ref*:
43
42
-*source*: For generators only. Power source used by the generator (type: string) (example: 'biofuel', 'coal', 'solar'...)
44
43
-*n_gen*: For aggregated generators only. Number of generators that were aggregated (type: integer)
45
44
-*capacity*: For aggregated generators, list of aggregated generator capacities (type: List[float])
@@ -61,13 +60,12 @@ Each row contains information relative to a single electrical line. Fields are s
61
60
-*frequency*: Line frequency (type: float)
62
61
-*name*: Line name (type: string)
63
62
-*operator*: Name of the line operator (type: string)
64
-
-*ref*:
65
63
-*length_m*: Line length in meters (type: float)
66
64
-*r_ohmkm*: Resistance of the line (type: float)
67
-
-*x_ohmkm*:
68
-
-*c_nfkm*:
69
-
-*i_th_max_a*:
70
-
-*from_relation*:
65
+
-*x_ohmkm*: Reactance of the line (type: float)
66
+
-*c_nfkm*: Capacitance of the line (type: float)
67
+
-*i_th_max_a*: Maximum current thermal limit (type: float)
68
+
-*from_relation*: Relation the line was obtained from
71
69
-*wkt_srid_4326*: Well known text for the object geometry (type: string)
0 commit comments