gpxtable


Namegpxtable JSON
Version 2.0.1 PyPI version JSON
download
home_pageNone
SummaryGenerate tables of interesting GPX route and waypoint information
upload_time2024-11-05 21:58:20
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseNone
keywords gps gpx navigation track route waypoints
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            gpxtable
========

GPXtable -- your trip planning helper

GPXtable was created based upon the need to assist motorcycle riders and trip planners
to determine the most important things:

* When is lunch?
* Do I have enough gas to get to the next fuel stop?

While the impetus was motorcycle travel, it works for any sort of trip planning.
Unlike most software, it can read both routes as well as tracks. It will do its
best to match waypoints to locations on a track to calculate time and distances.

GPXtable provides:

* A module that can be imported into your own software
* A command-line program wrapper
* An extensible Flask/WSGI wrapper

You can see an example of the WSGI wrapper at work at https://gpxtable.wn.r.appspot.com/

In the following example, a GPX route was produced in Garmin's Basecamp application,
the output is in Markdown_ which is human readable but also easily converted into
other formats like HTML.

.. _Markdown: https://www.markdownguide.org/

.. code-block:: console

   $ gpxtable samples/basecamp-route.gpx
   * Garmin Desktop App
   * Default speed: 30.00 mph

   ## Route: Fort Ross Run

   | Name                           |   Dist. | G |  ETA  | Notes
   | :----------------------------- | ------: | - | ----: | :----
   | Peet's Coffee Northgate Mall   |       0 |   | 09:15 | Restaurant
   | Nicasio Square                 |      12 |   | 09:39 | Restroom (+0:15)
   | Pat's International            |      65 | L | 11:41 | Restaurant (+1:00)
   | 76 Guerneville                 |   65/65 | G | 12:41 | Gas Station (+0:15)
   | Willy's America                |      79 |   | 13:23 | Scenic Area (+0:05)
   | 76 Bodega Bay                  |  67/132 | G | 15:14 | Gas Station (+0:15)
   | Point Reyes Station            |     165 |   | 16:36 | Restroom (+0:05)
   | Starbucks Strawberry Village   |  63/195 |   | 17:41 | Restaurant

   - 07/30/23: Sunrise: 06:11, Starts: 09:15, Ends: 17:41, Sunset: 20:20

We also include sunrise and sunset so you know when you're going to get there
and if you'll be traveling in the dark.

If you're using tracks and waypoints, since they don't typically have valid timestamps, you'll
need to specify your departure time.

This software has been heavily tested with output from Basecamp, Scenic, InRoute, RideWithGPS,
as well as several other routing applications.

Full documentation
==================

Main documentation available at http://gpxtable.readthedocs.io/.

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

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "gpxtable",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "GPS, GPX, Navigation, Track, Route, Waypoints",
    "author": null,
    "author_email": "Paul Traina <pleasantone@users.noreply.github.com>",
    "download_url": "https://files.pythonhosted.org/packages/ba/e5/b7d4342e9a831831d22394180b28b96b59b3c455948d9b2a5be9b132da3c/gpxtable-2.0.1.tar.gz",
    "platform": null,
    "description": "gpxtable\n========\n\nGPXtable -- your trip planning helper\n\nGPXtable was created based upon the need to assist motorcycle riders and trip planners\nto determine the most important things:\n\n* When is lunch?\n* Do I have enough gas to get to the next fuel stop?\n\nWhile the impetus was motorcycle travel, it works for any sort of trip planning.\nUnlike most software, it can read both routes as well as tracks. It will do its\nbest to match waypoints to locations on a track to calculate time and distances.\n\nGPXtable provides:\n\n* A module that can be imported into your own software\n* A command-line program wrapper\n* An extensible Flask/WSGI wrapper\n\nYou can see an example of the WSGI wrapper at work at https://gpxtable.wn.r.appspot.com/\n\nIn the following example, a GPX route was produced in Garmin's Basecamp application,\nthe output is in Markdown_ which is human readable but also easily converted into\nother formats like HTML.\n\n.. _Markdown: https://www.markdownguide.org/\n\n.. code-block:: console\n\n   $ gpxtable samples/basecamp-route.gpx\n   * Garmin Desktop App\n   * Default speed: 30.00 mph\n\n   ## Route: Fort Ross Run\n\n   | Name                           |   Dist. | G |  ETA  | Notes\n   | :----------------------------- | ------: | - | ----: | :----\n   | Peet's Coffee Northgate Mall   |       0 |   | 09:15 | Restaurant\n   | Nicasio Square                 |      12 |   | 09:39 | Restroom (+0:15)\n   | Pat's International            |      65 | L | 11:41 | Restaurant (+1:00)\n   | 76 Guerneville                 |   65/65 | G | 12:41 | Gas Station (+0:15)\n   | Willy's America                |      79 |   | 13:23 | Scenic Area (+0:05)\n   | 76 Bodega Bay                  |  67/132 | G | 15:14 | Gas Station (+0:15)\n   | Point Reyes Station            |     165 |   | 16:36 | Restroom (+0:05)\n   | Starbucks Strawberry Village   |  63/195 |   | 17:41 | Restaurant\n\n   - 07/30/23: Sunrise: 06:11, Starts: 09:15, Ends: 17:41, Sunset: 20:20\n\nWe also include sunrise and sunset so you know when you're going to get there\nand if you'll be traveling in the dark.\n\nIf you're using tracks and waypoints, since they don't typically have valid timestamps, you'll\nneed to specify your departure time.\n\nThis software has been heavily tested with output from Basecamp, Scenic, InRoute, RideWithGPS,\nas well as several other routing applications.\n\nFull documentation\n==================\n\nMain documentation available at http://gpxtable.readthedocs.io/.\n\n.. image:: https://readthedocs.org/projects/gpxtable/badge/?version=latest\n   :target: https://gpxtable.readthedocs.io/en/latest/?badge=latest\n   :alt: Documentation Status\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Generate tables of interesting GPX route and waypoint information",
    "version": "2.0.1",
    "project_urls": {
        "Documentation": "https://gpxtable.readthedocs.io",
        "Homepage": "https://github.com/pleasantone/gpxtable",
        "Issues": "https://github.com/pleasantone/gpxtable/issues",
        "Repository": "https://github.com/pleasantone/gpxtable"
    },
    "split_keywords": [
        "gps",
        " gpx",
        " navigation",
        " track",
        " route",
        " waypoints"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7d5b031d03d77a393ef5f919fc46adeb5e5fd64083d989d7a82832e4bfb8d90a",
                "md5": "8edeaa390ae4434d19ca9b5fd17527ef",
                "sha256": "29cb39ac66fa1e171f83b10e96cf2b60514ff0dc732c2d31b694e6f00848edc6"
            },
            "downloads": -1,
            "filename": "gpxtable-2.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8edeaa390ae4434d19ca9b5fd17527ef",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 55295,
            "upload_time": "2024-11-05T21:58:18",
            "upload_time_iso_8601": "2024-11-05T21:58:18.545271Z",
            "url": "https://files.pythonhosted.org/packages/7d/5b/031d03d77a393ef5f919fc46adeb5e5fd64083d989d7a82832e4bfb8d90a/gpxtable-2.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bae5b7d4342e9a831831d22394180b28b96b59b3c455948d9b2a5be9b132da3c",
                "md5": "604b66eaf570d05cf5222cfb51c42ad6",
                "sha256": "d944cf3563c7c870fa287ae51f3e8208c742a1e3f522172c2a32ba0ea183aaf6"
            },
            "downloads": -1,
            "filename": "gpxtable-2.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "604b66eaf570d05cf5222cfb51c42ad6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 56968,
            "upload_time": "2024-11-05T21:58:20",
            "upload_time_iso_8601": "2024-11-05T21:58:20.425614Z",
            "url": "https://files.pythonhosted.org/packages/ba/e5/b7d4342e9a831831d22394180b28b96b59b3c455948d9b2a5be9b132da3c/gpxtable-2.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-05 21:58:20",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pleasantone",
    "github_project": "gpxtable",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "gpxtable"
}
        
Elapsed time: 0.40610s