Nimrod51 / gpx-to-spacetimecube

This QGIS Plugin is able to transform a GPX file to a space time cube.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GPX-To-SpaceTimeCube

This QGIS Plugin is able to transform a valid GPX file (with a time field) to a space time cube (QGIS Version 2.X). Uses Matplotlib and PyQGIS.

You can run the script in two ways:

  1. As a QGIS 2.X Plugin (also available on: https://plugins.qgis.org/plugins/GPXToSpaceTimeCube)
  2. As a standalone code in the QGIS Python Console

Example:


Instructions for running as a QGIS Plugin:

  1. Clone or download this repository and place items in a folder, e.g. "GPXToSpaceTimeCube"

  2. Copy folder to your QGIS plugin directory, on Windows this is typically:

C:\Users\yourusername\.qgis2\python\plugins

  1. Open QGIS and enable the tool from Plugins>Manage and Install Plugins> ☑ "GPXToSpaceTimeCube"

  2. Run the tool from the toolbar (ruby cube icon) and follow instructions on interface.


Instructions as a standalone code in QGIS Python Console

Simply open the GPXtoSpaceTimeCubePyConsole.py.py file in the root directory in the QGIS Python Console, and change the input path to the GPX file and run the code.

About

This QGIS Plugin is able to transform a GPX file to a space time cube.

License:GNU General Public License v3.0


Languages

Language:Python 82.7%Language:Makefile 10.3%Language:Batchfile 3.5%Language:Shell 2.1%Language:QML 1.3%