Brain atlas data for ggsegpy, auto-synced from the ggsegverse r-universe.
- Weekly sync checks ggsegverse.r-universe.dev for atlas updates
- Changed atlases (by SHA/version) are exported from R to compressed parquet
- GitHub releases host the parquet files with checksums
- registry.json tracks all available atlases and their download URLs
{
"ggsegSchaefer": {
"version": "2.0.0",
"sha": "abc123...",
"title": "Schaefer Atlas for the 'ggseg' Ecosystem",
"exported": true,
"release_tag": "ggsegSchaefer-v2.0.0",
"files": [
{
"name": "schaefer_400_7n_2d.parquet",
"url": "https://github.com/ggsegverse/ggsegpy-data/releases/download/...",
"sha256": "...",
"size": 12345
}
]
}
}from ggsegpy import fetch_atlas
# Downloads from this repo's releases, caches locally
schaefer = fetch_atlas("schaefer_400_7n")To force re-export an atlas:
gh workflow run sync-atlases.yml -f atlas=ggsegSchaeferTo re-export all atlases:
gh workflow run sync-atlases.yml -f force_all=trueSee registry.json for the current list.
| Source | Count |
|---|---|
| ggsegverse r-universe | ~22 atlas packages |
Atlas data is subject to the original atlas licenses. See individual R package documentation for details.