split-gpx


Namesplit-gpx JSON
Version 0.2.0 PyPI version JSON
download
home_pagehttps://github.com/FriedrichFroebel/split_gpx
SummarySplit a GPX tracks into multiple parts
upload_time2023-11-23 20:02:15
maintainer
docs_urlNone
authorFriedrichFröbel
requires_python>=3.8, <4
licenseMIT
keywords gps gpx track
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # GPX splitter

Simple tool to split a GPX file into multiple parts.

## Features

At the moment, this only supports splitting GPX files after a fixed number of track points.

I mostly wrote this module for myself to make it easier to install it as I commonly need this functionality to successfully send full tracks to my GPS device which only supports 500 points per track.

## Installation

You can install this package from PyPI:

```bash
python -m pip install split_gpx
```

Alternatively, you can use the package from source directly after installing the required dependencies.

## Usage

To see the supported CLI parameters, just run:

```bash
python -m split_gpx --help  # or `split_gpx --help`
```

## License

This package is subject to the terms of the MIT license.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/FriedrichFroebel/split_gpx",
    "name": "split-gpx",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8, <4",
    "maintainer_email": "",
    "keywords": "gps,gpx,track",
    "author": "FriedrichFr\u00f6bel",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/1b/1d/f93f8954b67e0e678e0a253a752eda78d1297ed563755f0a709c745c08ee/split_gpx-0.2.0.tar.gz",
    "platform": null,
    "description": "# GPX splitter\n\nSimple tool to split a GPX file into multiple parts.\n\n## Features\n\nAt the moment, this only supports splitting GPX files after a fixed number of track points.\n\nI mostly wrote this module for myself to make it easier to install it as I commonly need this functionality to successfully send full tracks to my GPS device which only supports 500 points per track.\n\n## Installation\n\nYou can install this package from PyPI:\n\n```bash\npython -m pip install split_gpx\n```\n\nAlternatively, you can use the package from source directly after installing the required dependencies.\n\n## Usage\n\nTo see the supported CLI parameters, just run:\n\n```bash\npython -m split_gpx --help  # or `split_gpx --help`\n```\n\n## License\n\nThis package is subject to the terms of the MIT license.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Split a GPX tracks into multiple parts",
    "version": "0.2.0",
    "project_urls": {
        "Homepage": "https://github.com/FriedrichFroebel/split_gpx"
    },
    "split_keywords": [
        "gps",
        "gpx",
        "track"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b02e2de164653a529c45e49eb25586507094bb17deabbbea3a35a2354a74ee2e",
                "md5": "75f1b8ba062a9a3eb3b1a499c4398d7e",
                "sha256": "71f6c149888c9315cec21f646a3415c3ba0fd659a80d809a67a2b30c10a40d71"
            },
            "downloads": -1,
            "filename": "split_gpx-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "75f1b8ba062a9a3eb3b1a499c4398d7e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8, <4",
            "size": 4959,
            "upload_time": "2023-11-23T20:02:13",
            "upload_time_iso_8601": "2023-11-23T20:02:13.434378Z",
            "url": "https://files.pythonhosted.org/packages/b0/2e/2de164653a529c45e49eb25586507094bb17deabbbea3a35a2354a74ee2e/split_gpx-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1b1df93f8954b67e0e678e0a253a752eda78d1297ed563755f0a709c745c08ee",
                "md5": "094680a364f61fcdf1643c7233a3c421",
                "sha256": "601d65bb8012a364eb412eed327c501f1e5a285835731cbc016a083bd6b0e838"
            },
            "downloads": -1,
            "filename": "split_gpx-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "094680a364f61fcdf1643c7233a3c421",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8, <4",
            "size": 67084,
            "upload_time": "2023-11-23T20:02:15",
            "upload_time_iso_8601": "2023-11-23T20:02:15.803392Z",
            "url": "https://files.pythonhosted.org/packages/1b/1d/f93f8954b67e0e678e0a253a752eda78d1297ed563755f0a709c745c08ee/split_gpx-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-23 20:02:15",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "FriedrichFroebel",
    "github_project": "split_gpx",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "split-gpx"
}
        
Elapsed time: 0.18359s