The open source libraries listed below have been made available to make it easier to use the Tree Ring Data Standard. They are designed for developers to incorporate into their own applications to provide support for read/writing TRiDaS files as well as converting between many dendro data formats. These libraries are used by many of the applications listed here.
TridasJLibTridasJLib is a Java library containing class representations of the TRiDaS XML schema. It uses JAXB to marshall and unmarshall TRiDaS XML files to/from the Java classes. By using JAXB, the library can be automatically updated to represent any changes made to the TRiDaS schema. The library is made available as a standard Java jar from Sourceforge.net, but can also be obtained from the TRiDaS Maven repository.
|
DendroFileIOLibDendroFileIOLib provides the functionality to convert data back and forth between 22 different dendro data formats. It is the main code behind the TRiCYCLE desktop application.
|