-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add generation of CGMES profile class #39
Merged
m-mirz
merged 17 commits into
sogno-platform:master
from
tom-hg57:add-generation-of-CGMESProfile-class
Oct 30, 2024
Merged
Add generation of CGMES profile class #39
m-mirz
merged 17 commits into
sogno-platform:master
from
tom-hg57:add-generation-of-CGMESProfile-class
Oct 30, 2024
Conversation
This file contains 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
…om-hg57/cimgen/tree/add-generation-of-CGMESProfile-class) Signed-off-by: Thomas Günther <tom@toms-cafe.de>
Signed-off-by: Thomas Günther <tom@toms-cafe.de>
…ption of exported cim files Signed-off-by: Thomas Günther <tom@toms-cafe.de>
…dd method Profile.uris() to CGMESProfile.py to get the list of profile URIs) Signed-off-by: Thomas Günther <tom@toms-cafe.de>
Signed-off-by: Thomas Günther <tom@toms-cafe.de>
Signed-off-by: Thomas Günther <tom@toms-cafe.de>
stv0g
changed the title
Add generation of cgmes profile class
Add generation of CGMES profile class
Aug 13, 2024
…Boundary in cim_import() by using new generated CGMESProfile.py Signed-off-by: Thomas Günther <tom@toms-cafe.de>
Signed-off-by: Thomas Günther <tom@toms-cafe.de>
…ileList means output to all profile files with data) Signed-off-by: Thomas Günther <tom@toms-cafe.de>
Signed-off-by: Thomas Günther <tom@toms-cafe.de>
Signed-off-by: Thomas Günther <tom@toms-cafe.de>
…enerated classes) Signed-off-by: Thomas Günther <tom@toms-cafe.de>
…read without profile information, or some objects are added after import) Signed-off-by: Thomas Günther <tom@toms-cafe.de>
Signed-off-by: Thomas Günther <tom@toms-cafe.de>
tom-hg57
had a problem deploying
to
github-pages
August 15, 2024 14:32 — with
GitHub Actions
Failure
tom-hg57
had a problem deploying
to
github-pages
August 15, 2024 14:37 — with
GitHub Actions
Failure
Ready for review. |
Signed-off-by: Thomas Günther <tom@toms-cafe.de>
Signed-off-by: Thomas Günther <tom@toms-cafe.de>
Signed-off-by: Thomas Günther <tom@toms-cafe.de>
Quality Gate failedFailed conditions |
In my repo all workflows run successfully: tom-hg57#1 |
m-mirz
added a commit
to sogno-platform/cimgen
that referenced
this pull request
Sep 29, 2024
- Add generation of CGMESProfile class (including profile URIs) for python - Improve generation of CGMESProfile class for javascript - Add cim namespace to the generated CGMESProfile class - Add method Profile.uris() to CGMESProfile.py to get the list of profile URIs - Add recommended class profile to all generated classes (currently only used for python: sogno-platform/cimpy#39)
m-mirz
approved these changes
Oct 30, 2024
This was referenced Oct 30, 2024
This was referenced Oct 30, 2024
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.
Depends on cimgen pull request: sogno-platform/cimgen#35, which is already merged now.
In my repo all workflows run successfully: tom-hg57#1 (even deploying of github-pages).
Improve cimexport.py using profile URIs (from new generated CGMESProfile.py) in model description of exported cim files
With the new generated python files created by cimgen the issue #23 is solved. PR #24 could be closed if this PR is merged.
The same applies to issue #25 and PR #26.