Metadata-Version: 2.1
Name: gpsfun
Version: 0.0.1
Summary: Read and analyse gps activity, bike, run, data
Home-page: https://github.com/vincentdavis/gpsfun
Author: Vincent Davis
Author-email: vincent@heteroskedastic.com
License: MIT license
Keywords: gpsfun
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Requires-Dist: pandas
Requires-Dist: haversine
Requires-Dist: fitdecode
Requires-Dist: xmltodict

======
gpsfun
======


.. image:: https://img.shields.io/pypi/v/gpsfun.svg
        :target: https://pypi.python.org/pypi/gpsfun

.. image:: https://img.shields.io/travis/vincentdavis/gpsfun.svg
        :target: https://travis-ci.com/vincentdavis/gpsfun

.. image:: https://readthedocs.org/projects/gpsfun/badge/?version=latest
        :target: https://gpsfun.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status


.. image:: https://pyup.io/repos/github/vincentdavis/gpsfun/shield.svg
     :target: https://pyup.io/repos/github/vincentdavis/gpsfun/
     :alt: Updates



Read and analyse gps activity, bike, run, data


* Free software: MIT license
* Documentation: https://gpsfun.readthedocs.io.


Features
--------
Warning, this is version 0.0.1!
Converts gpx, tcx, fit files to pandas dataframes then calculates some stats.
This is done with gpsbabel and experimentaly with python code.
Lots of TODO items.

* read fit files with fitdecode
* improve performance of reading gpx, tcx code with python.
* identify segments, in the works.
* add alot more tests

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.0.1 (2020-07-10)
------------------

* First release on PyPI.


