Agent skill
google-earth-engine-4-failure-diagnosis
Sub-skill of google-earth-engine: 4. FAILURE DIAGNOSIS.
Install this agent skill to your Project
npx add-skill https://github.com/vamseeachanta/workspace-hub/tree/main/.claude/skills/_archive/engineering/gis/google-earth-engine/4-failure-diagnosis
SKILL.md
4. FAILURE DIAGNOSIS
4. FAILURE DIAGNOSIS
| Error | Cause | Fix |
|---|---|---|
EEException: Not authenticated |
No valid token | Re-run ee.Authenticate() or check service account |
EEException: Quota exceeded |
Computation too large | Reduce scale; use ee.batch.Export instead of getInfo() |
getInfo() timeout |
Request too large | Export to Drive; never call getInfo() on full images |
Dataset not found |
Wrong dataset ID | Check developers.google.com/earth-engine/datasets |
Export task FAILED |
Region/scale mismatch; maxPixels exceeded | Increase maxPixels; check region is valid geometry |
Image.select: Band ... not found |
Wrong band name for dataset | Print image.bandNames().getInfo() to confirm |
No images in collection |
Date range or cloud filter too strict | Widen date range; relax cloud percentage filter |
Memory limit exceeded |
Too many pixels in reducer | Increase scale parameter; use tiled export |
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
gsd-complete-milestone
Archive completed milestone and prepare for next version
gsd-reapply-patches
Reapply local modifications after a GSD update
gsd-verify-work
Validate built features through conversational UAT
gsd-thread
Manage persistent context threads for cross-session work
clinical-trial-protocol
Generate clinical trial protocols for medical devices or drugs through a modular, waypoint-based architecture with research-only and full protocol modes.
single-cell-rna-qc
Performs quality control on single-cell RNA-seq data (.h5ad or .h5 files) using scverse best practices with MAD-based filtering and comprehensive visualizations.
Didn't find tool you were looking for?