Zarr Python

🌐Community
by jimmc414 Β· vlatest Β· Repository

Reads, writes, and manipulates Zarr data arrays in Python for efficient large dataset handling.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add jimmc414-zarr-python npx -- -y @trustedskills/jimmc414-zarr-python
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "jimmc414-zarr-python": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/jimmc414-zarr-python"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill provides Python bindings to the Zarr library, enabling efficient storage and retrieval of large, multi-dimensional arrays. It allows for chunked data organization within cloud object stores like AWS S3 or Google Cloud Storage. The skill facilitates working with datasets too large to fit in memory by streaming data directly from these remote locations.

When to use it

  • Analyzing satellite imagery stored in Zarr format.
  • Processing scientific simulations that generate massive numerical datasets.
  • Building a data pipeline for serving large arrays to machine learning models.
  • Working with genomic data stored as multi-dimensional arrays in the cloud.

Key capabilities

  • Python bindings for Zarr library functions.
  • Support for chunked array storage.
  • Integration with cloud object stores (e.g., S3, GCS).
  • Streaming of large datasets from remote locations.

Example prompts

  • "Read the data from this Zarr dataset: s3://my-bucket/data.zarr into a NumPy array."
  • "Write this NumPy array to a new Zarr dataset at gs://my-bucket/output.zarr with chunk size 1024x1024."
  • β€œList all the datasets in this Zarr store: s3://my-bucket/store.”

Tips & gotchas

  • Requires Python and the Zarr library to be installed in the environment.
  • Ensure proper authentication credentials are configured for accessing cloud storage.

Tags

πŸ›‘οΈ

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates β€” what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
jimmc414
Installs
7

🌐 Community

Passed automated security scans.