earth2studio-create-datasource
Installation
SKILL.md
Create and Validate Data Source
Purpose
End-to-end workflow for implementing a new Earth2Studio data source wrapper that connects a remote data store (S3, GCS, Azure, HTTP, HuggingFace) to Earth2Studio's async data fetching infrastructure — from analysis through implementation, testing, validation, and PR submission.
Prerequisites
- Earth2Studio dev environment with
uv(uv run pythonmust work) - Git configured with fork (
origin) and upstream (upstream) remotes - Access to the target remote data store (credentials if private)
- Python 3.10+