You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently came across an LMD xml file that contained additional metadata (here: CapID) for each cell as a named tag (minimal example here). Would it be possible to parse these optional metadata tags in pyLMD and add them to the shapes class as additional attributes? I assume that this requires to slightly adjust the Shapes class. Would be happy to open a pull request addressing this.
So I am guessing your problem arises when you try and read an XML into pyLMD? This probably wasn't implemented in the XML reader as it was a newer feature of pyLMD and we didn't go back and update all other functions like we should have. Should be a quick fix though. If you could make a PR that would be awesome :)
I recently came across an LMD xml file that contained additional metadata (here: CapID) for each cell as a named tag (minimal example here). Would it be possible to parse these optional metadata tags in pyLMD and add them to the shapes class as additional attributes? I assume that this requires to slightly adjust the Shapes class. Would be happy to open a pull request addressing this.
The text was updated successfully, but these errors were encountered: