Closed daniel-thom closed 2 years ago
The transformer_upgrades.json file
Defines the conn field like this:
conn
"conn": "wye ",
Does the value need to have the trailing space removed?
Does this value need to be changed to an array of floats?
"Xscarray": "[2.4, 1.6, 2.4]",
Is this the correct type?
"taps": "['1', '1', '1']",
If this file is just a dump of an opendssdirect dataframe and no one is ever supposed to look at it, maybe none of this matters.
Same as #125
Changed to be of sensible datatypes
The transformer_upgrades.json file
Defines the
conn
field like this:Does the value need to have the trailing space removed?
Does this value need to be changed to an array of floats?
Is this the correct type?
If this file is just a dump of an opendssdirect dataframe and no one is ever supposed to look at it, maybe none of this matters.