Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

download_openicpsr-public.py - Download from public openICPSR deposits

Description

Downloads all files from a published openICPSR deposit as a ZIP archive. Designed specifically for downloading publicly accessible deposits. For private/unpublished deposits, use download_openicpsr-private.py instead.

Usage

python3 tools/download_openicpsr-public.py PROJECT_ID [VERSION] [login]

Arguments

Examples

# Download latest version of project 146462
python3 tools/download_openicpsr-public.py 146462

# Download specific version V2
python3 tools/download_openicpsr-public.py 146462 V2

# Download with login credentials
python3 tools/download_openicpsr-public.py 146462 myemail@example.com

Requirements

Environment Variables

Features

Notes

This tool is for published/public deposits. For private or unpublished deposits, use download_openicpsr-private.py which requires authentication.