Skip to main content

Package with utilities and tools for GNSS data processing

Project description

pyrok-tools

Python tools used in internal Rokubun projects. This repository contains the following modules:

  • logger, a module that extends basic Python logging
  • geodetic, to perform basic geodetic transformation (Cartesian to Geodetic, Cartesian to Local Tangential Plane, ...)

Installation

pip install roktools

Modules

Logger

Example of how to use the logger module:

>>> from roktools import logger
>>> logger.set_level("DEBUG")
>>> logger.debug("Debug message")
2020-05-05 18:23:55,688 - DEBUG    - Debug message
>>> logger.warning("Warning message")
2020-05-05 18:24:11,327 - WARNING  - Warning message
>>> logger.info("Info message")
2020-05-05 18:24:26,021 - INFO     - Info message
>>> logger.error("Error message")
2020-05-05 18:24:36,090 - ERROR    - Error message
>>> logger.critical("Critical message")
2020-05-05 18:24:43,562 - CRITICAL - Critical message
>>> logger.exception("Exception message", ValueError("Exception message")
2020-05-05 18:25:11,360 - CRITICAL - Exception message
ValueError: Exception message
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/Users/alexlopez/Work/00.General/01.Software/py-roktools/roktools/logger.py", line 46, in exception
    raise exception
ValueError: Exception message

Deployment to PyPi

The project is published automatically using internal Gitlab CI on each commit to master to PyPi repository roktools

It uses semantic versioning and conventional commits to set the version and semantic-release as versioning tool.

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

roktools-6.7.0.tar.gz (41.8 kB view details)

Uploaded Source

Built Distribution

roktools-6.7.0-py3-none-any.whl (47.0 kB view details)

Uploaded Python 3

File details

Details for the file roktools-6.7.0.tar.gz.

File metadata

  • Download URL: roktools-6.7.0.tar.gz
  • Upload date:
  • Size: 41.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for roktools-6.7.0.tar.gz
Algorithm Hash digest
SHA256 453d60dfabb508a9e6f77371c232f7be5b0a63b00aaaa5e5ddb30ad4f144c848
MD5 c86cafc9d5e01999f3d3dd77c272861b
BLAKE2b-256 06d98aa2b63e7e8319d3bff2a3ed49543fdaa7c3cd7712abc61519f5b30c95da

See more details on using hashes here.

Provenance

The following attestation bundles were made for roktools-6.7.0.tar.gz:

Publisher: python-package.yml on mgfernan/py-roktools

Attestations:

File details

Details for the file roktools-6.7.0-py3-none-any.whl.

File metadata

  • Download URL: roktools-6.7.0-py3-none-any.whl
  • Upload date:
  • Size: 47.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for roktools-6.7.0-py3-none-any.whl
Algorithm Hash digest
SHA256 174caafed6747a0e867d2cbabdded91a2123345d5c5dfb898abbcc01580690c5
MD5 8680fc9d770c3b394992a6c2975a33b8
BLAKE2b-256 ec99ed7113c1c55f6a9cc2b7124a2f31543bb06eadf29bdfde3910e0d5840243

See more details on using hashes here.

Provenance

The following attestation bundles were made for roktools-6.7.0-py3-none-any.whl:

Publisher: python-package.yml on mgfernan/py-roktools

Attestations:

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page