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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file roktools-6.1.2.tar.gz.
File metadata
- Download URL: roktools-6.1.2.tar.gz
- Upload date:
- Size: 34.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.11.9 Linux/5.15.0-91-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
60d15d5c859ef16f138e8ea8e8fad68bd01ba41fdd8ed15f766dc80d53bbf70c
|
|
| MD5 |
551ffbfce6683f519832b0d5c99f48b0
|
|
| BLAKE2b-256 |
e4f63e784bbadde1ac63946d803803716209d32deb84ddd17948dac45c724e03
|
File details
Details for the file roktools-6.1.2-py3-none-any.whl.
File metadata
- Download URL: roktools-6.1.2-py3-none-any.whl
- Upload date:
- Size: 39.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.11.9 Linux/5.15.0-91-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d48f9de51cf8d66d4f02c2bfb66cf1325933f3673dcece97ddf130b9c2ce5df0
|
|
| MD5 |
fd4ab562f5ba842111cac0b584d92626
|
|
| BLAKE2b-256 |
58c07779f13aa3dafdd11f59de7a539d575726bbce05369c38057ecf58ce744c
|