split-gpx


Namesplit-gpx JSON
Version 0.2.1 PyPI version JSON
download
home_pageNone
SummarySplit a GPX tracks into multiple parts
upload_time2024-09-07 14:02:02
maintainerNone
docs_urlNone
authorFriedrichFröbel
requires_python<4,>=3.8
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. Everything besides the tracks itself will be discarded.

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": null,
    "name": "split-gpx",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4,>=3.8",
    "maintainer_email": null,
    "keywords": "gps, gpx, track",
    "author": "FriedrichFr\u00f6bel",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/cf/0a/8d49f6b88b274149594ae63189c3c69a54ac97bcba9ba541a61d05a64706/split_gpx-0.2.1.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. Everything besides the tracks itself will be discarded.\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.1",
    "project_urls": {
        "Changelog": "https://github.com/FriedrichFroebel/split_gpx/blob/main/CHANGELOG.md",
        "Homepage": "https://github.com/FriedrichFroebel/split_gpx",
        "Issues": "https://github.com/FriedrichFroebel/split_gpx/issues",
        "Repository": "https://github.com/FriedrichFroebel/split_gpx"
    },
    "split_keywords": [
        "gps",
        " gpx",
        " track"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5fd6a1d75e09e464e9268efe8c33e9a80da68373db5c449043860457a94c55d0",
                "md5": "9f6d7873eba422afa0298620891914c6",
                "sha256": "5ca1a41a3ee3a5d81c0b0b9d5c96a04467ae88e5bdaec13d240cac90e040ecaf"
            },
            "downloads": -1,
            "filename": "split_gpx-0.2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9f6d7873eba422afa0298620891914c6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4,>=3.8",
            "size": 5084,
            "upload_time": "2024-09-07T14:02:01",
            "upload_time_iso_8601": "2024-09-07T14:02:01.441227Z",
            "url": "https://files.pythonhosted.org/packages/5f/d6/a1d75e09e464e9268efe8c33e9a80da68373db5c449043860457a94c55d0/split_gpx-0.2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cf0a8d49f6b88b274149594ae63189c3c69a54ac97bcba9ba541a61d05a64706",
                "md5": "8573b85468c5b6dd5668173852139ece",
                "sha256": "979bb6287c1a507fe45a8533817a3adf148fbefb2fd102714d9a595b636a6732"
            },
            "downloads": -1,
            "filename": "split_gpx-0.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "8573b85468c5b6dd5668173852139ece",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4,>=3.8",
            "size": 67758,
            "upload_time": "2024-09-07T14:02:02",
            "upload_time_iso_8601": "2024-09-07T14:02:02.583897Z",
            "url": "https://files.pythonhosted.org/packages/cf/0a/8d49f6b88b274149594ae63189c3c69a54ac97bcba9ba541a61d05a64706/split_gpx-0.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-07 14:02:02",
    "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.67674s