Open
Conversation
* REF: Switch from EAP to XMI Switches from using EAP file (microsoft access database) to XMI, which makes version control more straightforward. * UPD: docs github action * FIX: missing import from xml * FIX: dtypes of parsed xmi
Add EnergyConnectionProfile and EnergyConsumerProfile
UPD: loadshape parsing
OperationalLimitSet for EnergyConsumer and ACLineSegment
ADD: Generator support
REF: ACLineSegments parser
…g DSS to XML. Thus, these are also missing in the JSON output.
…have been r,x,r0,x0.
…where index 2,2 was computed incorrectly.
…the second+ OperationalLimitSet. Similar problem as the one we had with LoadResponseCharacteristics. Fixed by putting OperationalLimitType as an external as a reference.
…s in the dss2xml converter.
* Update xml to tagged element version * add new tables to uml_data * tag-based coloring in svg creation * reading stereotype for compound/enumeration coloring * updating svgRenderer to handle newer versions of node.js * ci(docs): trigger docs build * FIX: schema unit tests --------- Co-authored-by: David M Fobes <dfobes@lanl.gov>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is the initial beta release of the RAVENS Schema under development.
Documentation of the schema, including JSON Examples, UML Diagrams, and Schema Docs are all available at https://lanl-ansi.github.io/MG-RAVENS/index.html
In addition to the helper functions to create the Schema in ravens/schema, also included are a CIM XML to RAVENS JSON converter, RAVENS JSON to CIM XML converter in ravens/xml, and UML visualization scripts in ravens/uml.