neuralfetch.download.Dandi

class neuralfetch.download.Dandi(*, study: str, dset_dir: str | Path, folder: str = 'download', version: str = 'draft')[source][source]

Download a Dandiset from the DANDI Archive (dandiarchive.org).

Uses the official dandi Python client (pip install dandi).

Parameters:
  • study (str) – Dandiset ID (e.g. "000026" or "000049"). Use the numeric identifier shown in the archive URL.

  • version (str) – Dandiset version to download (default: "draft" for the latest).