sportydatagen


Namesportydatagen JSON
Version 0.2.1 PyPI version JSON
download
home_pagehttps://gitlab.com/firefly-cpp/sportydatagen
SummarySports activity generator module
upload_time2023-05-09 12:00:40
maintainer
docs_urlNone
authorRok Kukovec
requires_python>=3.11,<4.0
licenseMIT
keywords artificial sport trainer computational intelligence data mining sport activities tcx
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # SportyDataGen -- Generator of Endurance Sports Activity Collections (datasets)

## About

SportyDataGen Library is a Python library designed to work with sport GPX and TCX files. It allows users to easily convert these file types into CSV format, extract feature data, and return random data based on specified conditions.

It aims to help researchers to create datasets for machine learning and data mining applications.

## Features
* Conversion of GPX and TCX files to CSV format
* Extraction of feature data from sport files, including GPS coordinates, ascent, heart rate, distance and more
* Merge of multiple csv files into a single dataset
* Random selection of data based on the number of rows, percentage of rows in a file or custom conditions
* Integration with Python scripts to provide an efficient data processing pipeline

## Reference Papers:

Ideas are based on the following research papers:

[1] Fister, I., Jr.; Vrbančič, G.; Brezočnik, L.; Podgorelec, V.; Fister, I. [SportyDataGen: An Online Generator of Endurance Sports Activity Collections](https://www.iztok-jr-fister.eu/static/publications/225.pdf). In Proceedings of the Central European Conference on Information and Intelligent Systems, Varaždin, Croatia, 19–21 September 2018; pp. 171–178.

## License

This package is distributed under the MIT License. This license can be found online at <http://www.opensource.org/licenses/MIT>.

## Disclaimer

This framework is provided as-is, and there are no guarantees that it fits your purposes or that it is bug-free. Use it at your own risk!

            

Raw data

            {
    "_id": null,
    "home_page": "https://gitlab.com/firefly-cpp/sportydatagen",
    "name": "sportydatagen",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.11,<4.0",
    "maintainer_email": "",
    "keywords": "artificial sport trainer,computational intelligence,data mining,sport activities,tcx",
    "author": "Rok Kukovec",
    "author_email": "rok.kukovec1@student.um.si",
    "download_url": "https://files.pythonhosted.org/packages/28/69/39b26e0640d00745ac68e290513512be15f0eb95fe64e544f698a091c804/sportydatagen-0.2.1.tar.gz",
    "platform": null,
    "description": "# SportyDataGen -- Generator of Endurance Sports Activity Collections (datasets)\n\n## About\n\nSportyDataGen Library is a Python library designed to work with sport GPX and TCX files. It allows users to easily convert these file types into CSV format, extract feature data, and return random data based on specified conditions.\n\nIt aims to help researchers to create datasets for machine learning and data mining applications.\n\n## Features\n* Conversion of GPX and TCX files to CSV format\n* Extraction of feature data from sport files, including GPS coordinates, ascent, heart rate, distance and more\n* Merge of multiple csv files into a single dataset\n* Random selection of data based on the number of rows, percentage of rows in a file or custom conditions\n* Integration with Python scripts to provide an efficient data processing pipeline\n\n## Reference Papers:\n\nIdeas are based on the following research papers:\n\n[1] Fister, I., Jr.; Vrban\u010di\u010d, G.; Brezo\u010dnik, L.; Podgorelec, V.; Fister, I. [SportyDataGen: An Online Generator of Endurance Sports Activity Collections](https://www.iztok-jr-fister.eu/static/publications/225.pdf). In Proceedings of the Central European Conference on Information and Intelligent Systems, Vara\u017edin, Croatia, 19\u201321 September 2018; pp. 171\u2013178.\n\n## License\n\nThis package is distributed under the MIT License. This license can be found online at <http://www.opensource.org/licenses/MIT>.\n\n## Disclaimer\n\nThis framework is provided as-is, and there are no guarantees that it fits your purposes or that it is bug-free. Use it at your own risk!\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Sports activity generator module",
    "version": "0.2.1",
    "project_urls": {
        "Homepage": "https://gitlab.com/firefly-cpp/sportydatagen",
        "Repository": "https://gitlab.com/firefly-cpp/sportydatagen"
    },
    "split_keywords": [
        "artificial sport trainer",
        "computational intelligence",
        "data mining",
        "sport activities",
        "tcx"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6ef0b2d2175da048cafca4a2dd3b31deb36cf39d958526f437bcac0e8a811aa1",
                "md5": "53c98e7d4be667f11a33eec3501e048c",
                "sha256": "e03092e46ce7cd4ce8548eadff054aa73e8d6649c9fa5b37656cd295186fafee"
            },
            "downloads": -1,
            "filename": "sportydatagen-0.2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "53c98e7d4be667f11a33eec3501e048c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11,<4.0",
            "size": 15299,
            "upload_time": "2023-05-09T12:00:37",
            "upload_time_iso_8601": "2023-05-09T12:00:37.510101Z",
            "url": "https://files.pythonhosted.org/packages/6e/f0/b2d2175da048cafca4a2dd3b31deb36cf39d958526f437bcac0e8a811aa1/sportydatagen-0.2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "286939b26e0640d00745ac68e290513512be15f0eb95fe64e544f698a091c804",
                "md5": "9ec7f8092913b3238381bc45d6918a2d",
                "sha256": "eeabf94dde20e7adc40b93c06af602c36708e4ba3c6d8f5d70fb9a716b1995f1"
            },
            "downloads": -1,
            "filename": "sportydatagen-0.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "9ec7f8092913b3238381bc45d6918a2d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11,<4.0",
            "size": 13459,
            "upload_time": "2023-05-09T12:00:40",
            "upload_time_iso_8601": "2023-05-09T12:00:40.218499Z",
            "url": "https://files.pythonhosted.org/packages/28/69/39b26e0640d00745ac68e290513512be15f0eb95fe64e544f698a091c804/sportydatagen-0.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-09 12:00:40",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "firefly-cpp",
    "gitlab_project": "sportydatagen",
    "lcname": "sportydatagen"
}
        
Elapsed time: 0.06099s