https://github.com/csko/python-tools
https://github.com/csko/python-tools
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/csko/python-tools
- Owner: csko
- Created: 2011-06-17T18:38:18.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2012-03-04T14:11:43.000Z (over 14 years ago)
- Last Synced: 2025-01-19T08:42:56.412Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 88.9 KB
- Stars: 2
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Random Python tools.
====================
kml.py
------
Provides a fuinction which extracts Track information from KML files. Hasn't been tested on a variety of KML files.
Requirements:
* [lxml](http://lxml.de/)
dtw.py
------
A Python implementation of the multi-dimensional DTW algorithm with Manhattan distance. It's very slow.
Commented is a 1D DTW reference for the mlpy implementation, which is faster, but does not work on coordinates.
Usage:
* ``python dtw.py``
Grabs the KML files from ``tracks/`` and displays the distance matrix for each pair of tracks.
Optional requirements:
* [mlpy](http://mlpy.sourceforge.net/)
pdfannot.py
-----------
Extracts basic annotation information from a PDF file. Uses the python poppler wrapper.
Highly extendable :).
Requirements:
* [poppler-python](https://launchpad.net/poppler-python) (0.12+, )
Usage:
``python pdfannot.py ABSOLUTE_PATH``