Skip to content

sogno-platform/cim4j

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

cim4j

Java classes for CIM / CGMES

Supported CIM / CGMES versions:

  • CGMES_2.4.15_27JAN2020
  • CGMES_3.0.0

Install dependencies (Ubuntu)

apt install maven openjdk-17-jdk

Build jar files (including tests)

mvn verify

This compiles the sources, verifies the unit tests, and builds two jar files:

  • cim4j-cgmes-2-4-15 in directory CGMES_2.4.15_27JAN2020/target
  • cim4j-cgmes-3-0-0 in directory CGMES_3.0.0/target

These jar files can be used in other projects instead of including the source files.

Run simple test program

Read RDF files and write the data to RDF files separated by profiles.

Run with CIM / CGMES 2.4.15

cd CGMES_2.4.15_27JAN2020
java -jar target/cim4j*.jar <rdf_file> [<rdf_file> ...] <output_path_stem>

Run with CIM / CGMES 3.0.0

cd CGMES_3.0.0
java -jar target/cim4j*.jar <rdf_file> [<rdf_file> ...] <output_path_stem>

About

Java classes for CIM / CGMES

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors 3

  •  
  •  
  •  

Languages