Class SinexParser


  • public class SinexParser
    extends AbstractSinexParser<Sinex,​SinexParseInfo>
    Parser for Solution INdependent EXchange (SINEX) files.

    The parser can be used to load several data types contained in Sinex files. The current supported data are: station coordinates, site eccentricities, EOP.

    The parsing of EOP parameters for multiple data sources in different SinexParser objects might pose a problem in case validity dates are overlapping. As Sinex daily solution files provide a single EOP entry, the Sinex parser will add points at the limits of data dates (startDate, endDate) of the Sinex file, which in case of overlap will lead to inconsistencies in the final EOPHistory object. Multiple data sources can be parsed using a single SinexParser to overcome this issue.

    Since:
    13.0
    Author:
    Luc Maisonobe