pub fn parse_pwd(bytes: &[u8]) -> Result<Vec<PwdSubstation>, Error>Expand description
Parse the substation coordinates out of .pwd bytes.
ยงErrors
Error::FormatRead when the header is not the known display shape,
or no unique drawing record group links to the identity rows.