Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for downloading publicly available datasets #340 #515

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

demoncoder-crypto
Copy link

The implementation includes:
A new public_data.py module with functions to list, get info about, and fetch datasets
Proper input validation and local caching in ~/.movement/public_data
Comprehensive unit tests verifying all functionality
An example file demonstrating typical usage patterns
Documentation explaining available datasets, parameters, and citations

@niksirbi niksirbi linked an issue Mar 26, 2025 that may be closed by this pull request
@niksirbi niksirbi requested a review from lochhh March 26, 2025 11:35
@niksirbi
Copy link
Member

niksirbi commented Mar 26, 2025

Thanks for attempting to tackle this @demoncoder-crypto. We are experiencing a high volume of PRs at the moment, but we will get to reviewing this eventually.

Could you deal with the pre-commit and linting failures in the meantime?
You can do pre-commit install (needed only once), followed by pre-commit run -a in your development environment.

After that the checks should automatically apply to all commits you attempt.

@demoncoder-crypto
Copy link
Author

Thanks @niksirbi for comments, I tried to fix pre-commit issues. Please let me know if they are up to expectation. thanks

@demoncoder-crypto
Copy link
Author

Downloading file 'videos/rotating-mouse_eye-tracking_stim-uniform_video.mp4' from 'https://gin.g-node.org/neuroinformatics/movement-test-data/raw/master/videos/rotating-mouse_eye-tracking_stim-uniform_video.mp4' to 'C:\Users\Freiz.movement\data'.
The package gets stopped here and nothing happens then when i try sphinx build C:\Users\Freiz\AppData\Roaming\Python\Python311\Scripts\sphinx-build.exe -b html source build
Is there a way to fix this?

Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for downloading publicly available datasets
2 participants