
Research
Security News
The Growing Risk of Malicious Browser Extensions
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
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:
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:
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
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 |
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.
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
FAQs
Generate tables of interesting GPX route and waypoint information
We found that gpxtable demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
Research
Security News
An in-depth analysis of credential stealers, crypto drainers, cryptojackers, and clipboard hijackers abusing open source package registries to compromise Web3 development environments.
Security News
pnpm 10.12.1 introduces a global virtual store for faster installs and new options for managing dependencies with version catalogs.