8000 GitHub - vvazrod/pycggtts: Work with CGGTTS data structures in Python
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

vvazrod/pycggtts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pycggtts

Python package to perform remote clock comparison using CGGTTS files.

Installation

pip install pycggtts

Usage

from pycggtts import CGGTTS

cggtts = CGGTTS.from_file("path/to/cggtts/file")

# You can now access file and track data
print(cggtts.station)
print(cggtts.tracks[0].refsys)

This package is basically a Python re-implementation of the gwbres/cggtts Rust crate. The purpose of this package is to allow users to work with CGGTTS data in environments where Python is a more natural choice than Rust (data visualization, machine learning, etc.). Thus, it currently only supports reading from files and not writing CGGTTS-compliant files.

Please note that this package is still in its early stages and may contain bugs and other unsupported features. If you encounter any issues, please open an issue on the GitHub repository.

About

Work with CGGTTS data structures in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0