No project description provided
Project description
gps-data-codec
Python library, implemented in rust, including base functions for encoding of gps data.
It is used to encode competitors data on https://www.routechoices.com
install
pip install gps-data-codec
>> import gps_data_codec
>> gps_data_codec.encode([(1628667993, 4.56543, -110.536214), ]) # [(time, lat, lon), ...]
'qtaxyT}tzZhbtaT'
>> gps_data_codec.decode('qtaxyT}tzZhbtaT')
[(1628...
Warning:
- The list of GPS points must be sorted by increasing timestamps.
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
gps_data_codec-1.5.4.tar.gz
(4.7 kB
view details)
Built Distribution
File details
Details for the file gps_data_codec-1.5.4.tar.gz
.
File metadata
- Download URL: gps_data_codec-1.5.4.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.13.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7aca11d5996f8745626fdc2d7da20c852feac339b7ac0c81bd97ad7a532d9eda |
|
MD5 | a4b37e88840a593df8c6ef07a99e467e |
|
BLAKE2b-256 | 0108a63a4b115750c516d86fc70ab710bd30e111e08ac7e6f51928154a82a480 |
File details
Details for the file gps_data_codec-1.5.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: gps_data_codec-1.5.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 163.1 kB
- Tags: CPython 3.7m, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.13.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2c70bad371c10f0e81ce4d149f93dcb3c273f7d032cb739ba214b8eddabe7465 |
|
MD5 | bf5a3a380e18c79bf82cc43aba9858cd |
|
BLAKE2b-256 | 44299ffd39311cbe87ca5cfca0ccffbfe00198803bb8fe3b3c05e5599a8b607a |