Skip to content

Commit 6e6011f

Browse files
update
1 parent 0bcc99b commit 6e6011f

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
## Origin of the data
44

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.
66

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.
88

99
## Architecture
1010

@@ -39,7 +39,6 @@ Each row contains information relative to a single node. Fields are separated by
3939
- *frequency*: Node frequency (type: float)
4040
- *name*: Node name (type: string) (example: Name of the power plant). These data are mostly recorded in the language of the country.
4141
- *operator*: Operator responsible for the given node (type: string)
42-
- *ref*:
4342
- *source*: For generators only. Power source used by the generator (type: string) (example: 'biofuel', 'coal', 'solar'...)
4443
- *n_gen*: For aggregated generators only. Number of generators that were aggregated (type: integer)
4544
- *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
6160
- *frequency*: Line frequency (type: float)
6261
- *name*: Line name (type: string)
6362
- *operator*: Name of the line operator (type: string)
64-
- *ref*:
6563
- *length_m*: Line length in meters (type: float)
6664
- *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
7169
- *wkt_srid_4326*: Well known text for the object geometry (type: string)
7270
- *type*: Geometry type (typr: string)
7371

0 commit comments

Comments
 (0)