{"id":13653434,"url":"https://github.com/trajminer/trajminer","last_synced_at":"2025-04-23T06:31:44.025Z","repository":{"id":92125858,"uuid":"157602757","full_name":"trajminer/trajminer","owner":"trajminer","description":"Trajectory Mining Library","archived":false,"fork":false,"pushed_at":"2020-10-16T00:29:12.000Z","size":12730,"stargazers_count":47,"open_issues_count":27,"forks_count":9,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-11-10T04:36:25.970Z","etag":null,"topics":["classification","clustering","data-mining","geographical-information-system","gis","spatio-temporal-data","trajectory"],"latest_commit_sha":null,"homepage":"http://trajminer.github.io","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/trajminer.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2018-11-14T19:52:09.000Z","updated_at":"2024-06-11T14:52:38.000Z","dependencies_parsed_at":"2023-03-13T17:33:27.753Z","dependency_job_id":null,"html_url":"https://github.com/trajminer/trajminer","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trajminer%2Ftrajminer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trajminer%2Ftrajminer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trajminer%2Ftrajminer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trajminer%2Ftrajminer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trajminer","download_url":"https://codeload.github.com/trajminer/trajminer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250385102,"owners_count":21421856,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["classification","clustering","data-mining","geographical-information-system","gis","spatio-temporal-data","trajectory"],"created_at":"2024-08-02T02:01:10.418Z","updated_at":"2025-04-23T06:31:39.015Z","avatar_url":"https://github.com/trajminer.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":".. -*- mode: rst -*-\n\nTrajectory Mining Library\n=========================\n\n|CircleCI|_ |Release|_ |Python|_ |License|_ |CodeQuality|_\n\n.. |CircleCI| image:: https://circleci.com/gh/trajminer/trajminer/tree/master.svg?style=svg\n.. _CircleCI: https://circleci.com/gh/trajminer/trajminer/tree/master\n\n.. |Release| image:: https://img.shields.io/pypi/v/trajminer.svg\n.. _Release: https://pypi.org/project/trajminer\n\n.. |Python| image:: https://img.shields.io/pypi/pyversions/trajminer.svg\n.. _Python: https://pypi.org/project/trajminer\n\n.. |License| image:: https://img.shields.io/pypi/l/trajminer.svg\n.. _License: https://pypi.org/project/trajminer\n\n.. |CodeQuality| image:: https://api.codacy.com/project/badge/Grade/18138918e47f407cabc4367f114492ce\n.. _CodeQuality: https://www.codacy.com/app/trajminer/trajminer?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=trajminer/trajminer\u0026amp;utm_campaign=Badge_Grade\n\nTrajectory mining library inspired by and based on `scikit-learn \u003chttps://github.com/scikit-learn/scikit-learn\u003e`_.\n\nInstallation\n------------\n\nTo install trajminer using ``pip``, run: ::\n\n\tpip install trajminer\n\nTrajminer requires **Python 3.6.5 or greater**, plus the following packages:\n  - joblib \u003e= 0.13.0\n  - numpy \u003e= 1.15.3\n  - scikit-learn \u003e= 0.19.1\n  - keras \u003e= 2.2.4\n  - geohash2 \u003e= 1.1\n  - pandas \u003e= 0.24.1\n\nDocumentation\n-------------\n\nThe documentation of the latest version, as well as of past versions, can be found `here \u003chttps://trajminer.github.io/\u003e`_.\n\nContribute\n----------\n\nEveryone is welcome to contribute to the project, either by fixing `open issues \u003chttps://github.com/trajminer/trajminer/issues\u003e`_ or suggesting new features and reporting bugs (be sure your issue isn't already reported or even fixed).\n\nImportant Links\n~~~~~~~~~~~~~~~\n\n- `Issue tracker \u003chttps://github.com/trajminer/trajminer/issues\u003e`_\n- `Releases \u003chttps://pypi.org/project/trajminer\u003e`_\n- `Official wepbage \u003chttp://trajminer.github.io/\u003e`_\n\nTesting\n~~~~~~~\n::\n\n  pytest trajminer\n\nChecking Code Style (PEP8)\n~~~~~~~~~~~~~~~~~~~~~~~~~~\n::\n\n\tbash check_code_style.sh\n\nBuilding the Docs\n~~~~~~~~~~~~~~~~~\n\nInside the `doc` folder, run: ::\n\n\tbash build.sh [target-folder]\n\nSome Guidelines\n~~~~~~~~~~~~~~~\n\nBefore submitting a pull request:\n\n- Please check if your code follows the `PEP8 \u003chttps://www.python.org/dev/peps/pep-0008/\u003e`_ style guide. You may do so by running ``flake8``.\n- Make sure you added the proper documentation (if adding new features) or corrected the existing one (if making changes to existing code). Also, ensure that you can build the docs.\n- Please ensure that all tests are passing.\n\nCitation in Scientific Works\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nIf you use this library in any scientific work, please cite it as follows: ::\n\n\t@misc{petry2019trajminer,\n\t  title={Trajminer},\n\t  author={Petry, Lucas May and others},\n\t  year={2019},\n\t  howpublished={\\url{https://trajminer.github.io}},\n\t}\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrajminer%2Ftrajminer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrajminer%2Ftrajminer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrajminer%2Ftrajminer/lists"}