← Back to API reference neuralfetch.download.Osf¶ pydantic model neuralfetch.download.Osf[source][source]¶ Download datasets from OSF (osf.io). Iterates over files in a project storage using osfclient and downloads them to dset_dir/download/. Already-downloaded files are skipped automatically. Parameters: study (str) – OSF project ID (5-character alphanumeric string, e.g. "abcde"). Found in the project URL: https://osf.io/<project_id>/. storage_inds (list of int) – Indices of the project storages to download (default: [0]). Useful when a project exposes multiple named storages. Fields: storage_inds (list[int]) field storage_inds: list[int] = [0][source]¶ requirements: ClassVar[tuple[str, ...]] = ('osfclient>=0.0.5',)[source]¶ ← Back to API reference