{"id":13688710,"url":"https://github.com/neuroinformatics-unit/movement","last_synced_at":"2025-12-14T09:08:20.881Z","repository":{"id":57443340,"uuid":"252519335","full_name":"neuroinformatics-unit/movement","owner":"neuroinformatics-unit","description":"A Python toolbox for analysing animal body movements across space and time","archived":false,"fork":false,"pushed_at":"2025-12-12T19:13:33.000Z","size":36566,"stargazers_count":212,"open_issues_count":139,"forks_count":76,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-12-12T23:56:23.868Z","etag":null,"topics":["animal","behavior","behaviour","ethology","kinematics","motion-tracking","neuroscience"],"latest_commit_sha":null,"homepage":"http://movement.neuroinformatics.dev","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/neuroinformatics-unit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":"CITATION.CFF","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-04-02T17:14:58.000Z","updated_at":"2025-12-10T16:00:36.000Z","dependencies_parsed_at":"2023-10-11T21:13:34.654Z","dependency_job_id":"a1325368-ca2a-48a7-a1e2-6f0eb0ac36b7","html_url":"https://github.com/neuroinformatics-unit/movement","commit_stats":{"total_commits":40,"total_committers":5,"mean_commits":8.0,"dds":0.65,"last_synced_commit":"1d4aba5e879a8f692eaf6d4dc86c3247e635fa40"},"previous_names":[],"tags_count":40,"template":false,"template_full_name":null,"purl":"pkg:github/neuroinformatics-unit/movement","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neuroinformatics-unit%2Fmovement","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neuroinformatics-unit%2Fmovement/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neuroinformatics-unit%2Fmovement/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neuroinformatics-unit%2Fmovement/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/neuroinformatics-unit","download_url":"https://codeload.github.com/neuroinformatics-unit/movement/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neuroinformatics-unit%2Fmovement/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27724253,"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","status":"online","status_checked_at":"2025-12-14T02:00:11.348Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["animal","behavior","behaviour","ethology","kinematics","motion-tracking","neuroscience"],"created_at":"2024-08-02T15:01:20.734Z","updated_at":"2025-12-14T09:08:20.875Z","avatar_url":"https://github.com/neuroinformatics-unit.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"[![Python Version](https://img.shields.io/pypi/pyversions/movement.svg)](https://pypi.org/project/movement)\n[![PyPI Version](https://img.shields.io/pypi/v/movement.svg)](https://pypi.org/project/movement)\n[![Conda Forge Version](https://anaconda.org/conda-forge/movement/badges/version.svg)](https://anaconda.org/conda-forge/movement)\n[![Downloads](https://pepy.tech/badge/movement)](https://pepy.tech/project/movement)\n[![License](https://img.shields.io/badge/License-BSD_3--Clause-orange.svg)](https://opensource.org/licenses/BSD-3-Clause)\n[![CI](https://img.shields.io/github/actions/workflow/status/neuroinformatics-unit/movement/test_and_deploy.yml?label=CI)](https://github.com/neuroinformatics-unit/movement/actions)\n[![codecov](https://codecov.io/gh/neuroinformatics-unit/movement/branch/main/graph/badge.svg?token=P8CCH3TI8K)](https://codecov.io/gh/neuroinformatics-unit/movement)\n[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/neuroinformatics-unit/movement/gh-pages?filepath=notebooks/examples)\n[![Code style: Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/format.json)](https://github.com/astral-sh/ruff)\n[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit\u0026logoColor=white)](https://github.com/pre-commit/pre-commit)\n[![project chat](https://img.shields.io/badge/zulip-join_chat-brightgreen.svg)](https://neuroinformatics.zulipchat.com/#narrow/stream/406001-Movement/topic/Welcome!)\n[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.12755724.svg)](https://zenodo.org/doi/10.5281/zenodo.12755724)\n\n# movement\n\nA Python toolbox for analysing animal body movements across space and time.\n\n\n![](docs/source/_static/movement_overview.png)\n\n## Quick install\n\nCreate and activate a conda environment with movement installed (including the GUI):\n```bash\nconda create -n movement-env -c conda-forge movement napari pyqt\nconda activate movement-env\n```\n\n\n\u003e [!Note]\n\u003e Read the [documentation](https://movement.neuroinformatics.dev/latest) for more information, including [full installation instructions](https://movement.neuroinformatics.dev/latest/user_guide/installation.html) and [examples](https://movement.neuroinformatics.dev/latest/examples/index.html).\n\n## Overview\n\nDeep learning methods for motion tracking have revolutionised a range of\nscientific disciplines, from neuroscience and biomechanics, to conservation\nand ethology. Tools such as\n[DeepLabCut](https://www.mackenziemathislab.org/deeplabcut) and\n[SLEAP](https://sleap.ai/) now allow researchers to track animal movements\nin videos with remarkable accuracy, without requiring physical markers.\nHowever, there is still a need for standardised, easy-to-use methods\nto process the tracks generated by these tools.\n\n`movement` aims to provide a consistent, modular interface for analysing\nmotion tracks, enabling steps such as data cleaning, visualisation,\nand motion quantification. We aim to support all popular animal tracking\nframeworks and file formats.\n\nFind out more on our [mission and scope](https://movement.neuroinformatics.dev/latest/community/mission-scope.html) statement and our [roadmap](https://movement.neuroinformatics.dev/latest/community/roadmaps.html).\n\n\u003c!-- Start Admonitions --\u003e\n\n\u003e [!Tip]\n\u003e If you prefer analysing your data in R, we recommend checking out the\n\u003e [animovement](https://animovement.dev/) toolbox, which is similar in scope.\n\u003e We are working together with its developer\n\u003e to gradually converge on common data standards and workflows.\n\n\u003c!-- End Admonitions --\u003e\n\n## Join the movement\n\n`movement` is made possible by the generous contributions of many [people](https://movement.neuroinformatics.dev/latest/community/people.html).\n\nWe welcome and encourage contributions in any form—whether it is fixing a bug, developing a new feature, or improving the documentation—as long as you follow our [code of conduct](CODE_OF_CONDUCT.md).\n\nGo to our [community page](https://movement.neuroinformatics.dev/latest/community/index.html) to find out how to connect with us and get involved.\n\n\n## Citation\n\nIf you use movement in your work, please cite the following Zenodo DOI:\n\n\u003e Nikoloz Sirmpilatze, Chang Huan Lo, Sofía Miñano, Brandon D. Peri, Dhruv Sharma, Laura Porta, Iván Varela \u0026 Adam L. Tyson (2024). neuroinformatics-unit/movement. Zenodo. https://zenodo.org/doi/10.5281/zenodo.12755724\n\n## License\n⚖️ [BSD 3-Clause](./LICENSE)\n\n## Package template\nThis package layout and configuration (including pre-commit hooks and GitHub actions) have been copied from the [python-cookiecutter](https://github.com/neuroinformatics-unit/python-cookiecutter) template.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneuroinformatics-unit%2Fmovement","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneuroinformatics-unit%2Fmovement","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneuroinformatics-unit%2Fmovement/lists"}