New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

pycggtts

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pycggtts

Remote clock comparison using CGGTTS in Python

  • 0.1.2
  • PyPI
  • Socket score

Maintainers
1

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.

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc