This QGIS Plugin is able to transform a GPX file to a space time cube.
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:
Clone or download this repository and place items in a folder, e.g. “GPXToSpaceTimeCube”
Copy folder to your QGIS plugin directory, on Windows this is typically:
C:\Users\yourusername\.qgis2\python\plugins
Open QGIS and enable the tool from Plugins>Manage and Install Plugins> ☑ “GPXToSpaceTimeCube”
Run the tool from the toolbar (ruby cube icon) and follow instructions on interface.
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.