Remote clock comparison using CGGTTS in Python
Project description
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)
Notes
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file pycggtts-0.1.2.tar.gz
.
File metadata
- Download URL: pycggtts-0.1.2.tar.gz
- Upload date:
- Size: 9.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.4 CPython/3.12.7 Windows/11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
0b1b3685205c00ebe44ca8bdda525e566b0cf72e75023069f211e055309ca09b
|
|
MD5 |
7d9a2d3fc3bfc7d866decdd725b4caf2
|
|
BLAKE2b-256 |
c71c3b32ecdef864469a5e47af2cc571a2cdaf76037218b1735743fe8bf7af3e
|
File details
Details for the file pycggtts-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: pycggtts-0.1.2-py3-none-any.whl
- Upload date:
- Size: 11.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.4 CPython/3.12.7 Windows/11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
1b534323756da85f83a39e03eece26fa09cafbd287d08333d4d71afb1b9c4787
|
|
MD5 |
773a963d3fa790d809f69d39b71c2049
|
|
BLAKE2b-256 |
6d0606828a046855ae6e055b4c7dab4d9bcde70afcc2bcdd48d2558204e7d71c
|