Skip to content

anss-sis/gnss_utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gnss_utils

IGSSiteParser

A simple parser to read IGS SiteLog into a Python OrderedDict

Example usage

  • To do a quick test

     python3 igs_site_log_parser.py <path to IGS SiteLog file>
    
  • To use it in your code

    from igs_site_log_parser import IGSSiteLogParser
    slparser = IGSSiteLogParser()
    slparser.loadFromFile(filepathname)
    content = slparser.getContent()
    

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages