Python wrapper for GPSBabel project
Project description
Python-GPSBabel: A Python wrapper around the GPSBabel command. Distributed under terms of the GNU GPL v2 or greater.
This package requires Python 2.5 and a supported version of GPSBabel installed on your system. Supported versions are 1.3.3, 1.3.5, and 1.3.6.
GPSBabel should be installed in such a way that typing “gpsbabel -V” on the command line/Terminal/Command Prompt will produce valid output. This is an absolute requirement, and any programs which import the gpsbabel module will fail to start without this being done.
This is purely a library package. It has no command line tools or usage. It is meant for developers to help them extend GPSBabel using Python.
Installation
Installation is accomplished from the command line.
user@desktop:~/gpsbabel$ python setup.py install
The above command needs to be performed as root.
For Developers
This module was developed with a strong preference for using GPX files. As such, there are objects for each of the major data types in a GPX files, as well as built conversion methods to translate to and from GPX data.
Please examine the documentation embedded in the module for full details on how to use this module. This can be accomplished by doing the following at a command prompt:
user@desktop:~$ python Python 2.5.2 (r252:60911, Sep 29 2008, 21:15:13) [GCC 4.3.2] on linux2 Type “help”, “copyright”, “credits” or “license” for more information. >>> import gpsbabel >>> help(gpsbabel)
You will then receive several screenfuls of documentation and examples you may use.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file gpsbabel-1.1.1.tar.gz
.
File metadata
- Download URL: gpsbabel-1.1.1.tar.gz
- Upload date:
- Size: 14.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 81c450bda90a28fdf7c937004dbbac877dc59115528e89a9df0d6d4637ada8b7 |
|
MD5 | 47cca632d38555b1e0a5b92cea6c6c37 |
|
BLAKE2b-256 | be142d1acae42143deb39ddfaf4ab4b30b22bfbc8471db88c0b66042869a9167 |