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 logginggeodetic
, 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.6.1.tar.gz
(41.4 kB
view details)
Built Distribution
roktools-6.6.1-py3-none-any.whl
(46.5 kB
view details)
File details
Details for the file roktools-6.6.1.tar.gz
.
File metadata
- Download URL: roktools-6.6.1.tar.gz
- Upload date:
- Size: 41.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.4 CPython/3.11.10 Linux/5.15.0-118-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e593d94c36aca273d185ed4558581bd7632dbc4864a93fffa9a0aea94c13257f |
|
MD5 | d89e2bf04888f05f4b1b71197ee2803f |
|
BLAKE2b-256 | a9fd3451b3fdc3e17dc1e5157de7364030fc7033f7e115e65a7f245c37b56255 |
File details
Details for the file roktools-6.6.1-py3-none-any.whl
.
File metadata
- Download URL: roktools-6.6.1-py3-none-any.whl
- Upload date:
- Size: 46.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.4 CPython/3.11.10 Linux/5.15.0-118-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e6a59a14b5445a003bec03e9a3820d54d6facf62282976cdea06669cf1f5bc47 |
|
MD5 | 5a77d99c879e9d0abe0670a4788f4234 |
|
BLAKE2b-256 | 73b7a282aab3e99ae4d87d9535bf6731b289f39a0ca37b930d4733d85c4ab428 |