Is there any plan to integrate MATPOWER
.m
format as well?
No plans. I’m not actually familiar with that format, whereas I’ve come across PSS/E in a work context. The PowerFlowData.jl code is very PSS/E specific; basically there’s a big file where I write out the specification as Julia types…
This does mean that (most) of the actual parsing code is fairly simple/generic, and (mostly) relies on the types describing the format… so if the MATPOWER format were similar enough that the same approach would work (i.e. we wouldn’t have to write too much format-specific parsing code, only types), then i could maybe see that being something we could add.
hmm…