Skip to content

ifpen/IR2ASM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IR2ASM

A Java converter from FTIR proprietary data to Allotrope's ASM data

A project from IFP Energies Nouvelles, a public research, innovation and training organization in the fields of energy, transport and the environment

Usage

    String filePath = pathToIRFile;
    InfraredToAllotropeJsonConverter converter = new InfraredToAllotropeJsonConverter();
    List<ObjectNode> result = converter.convertFile(filePath);

Supported files

  • SPC files

License

The code is available under the CeCILL 2.1 licence, which is compatible with GNU GPL, GNU Affero GPL and EUPL. The [ASM JSON schemas] (https://www.allotrope.org/asm) are available under CC-BY-NC 4.0 terms.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages