Update current pti parser to handle V35 PSSE files
- Current parser is extracting correctly substation location data for parse_pti and parse_psse
- Handle of multi-line Re/Im of IC data for v35.
- Add to ext new parameters of version v35.
- Update Load and Switched Shunt structs to handle old and current file versions.
Added these fixes on the last commits, did the tests changing the interruptible flag on the raw file and the load types were created correctly after creating the system.
Aren't we converting the substation geospatial data into the GeographicInfo attribute?
I initial just parse it and store it on parse_pti and parse_psse. I can include them as a GI attribute, I'll do a new commit addressing this.
Just finished adding the GI to the buses https://github.com/NREL-Sienna/PowerSystems.jl/pull/1419/commits/69a0aec607f2cb61f23d567d26a46f9e7b1d370f
Add a new structure that combines interruptible power + standard load to support PSSe interruptible flag.
@mcllerena I made a new PR with the additional object we needed.