earth-view-imagery-providers

Organize NASA GIBS and Copernicus Sentinel imagery providers and layers.

396|50|Updated Apr 24, 2026
One-click install
npx skills add https://github.com/colincode0/earth-view --skill earth-view-imagery-providers
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: earth-view-imagery-providers
Source: https://github.com/colincode0/earth-view/tree/main/.codex/skills/earth-view-imagery-providers
Command: npx skills add https://github.com/colincode0/earth-view --skill earth-view-imagery-providers

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams define, organize, and debug Earth View imagery providers and layers, ensuring consistent configuration for NASA GIBS and Copernicus Sentinel imagery across the globe.

Core Features & Use Cases

  • Centralized provider model and registry reference for all GIBS and Sentinel layers.
  • Guidance to extend or adjust provider metadata, layer categories, and capture-time labels.
  • Clear instructions for base layers and overlays, including how to add new variants and ensure UI wiring remains coherent.

Quick Start

Review and update the imagery provider registry and related variant definitions to align with new layers or changes.

Frequently Asked Questions about earth-view-imagery-providers

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add new NASA GIBS imagery layers to an existing provider registry?

To add NASA GIBS imagery layers, you update the provider registry and variant definitions in the src/providers directory. This ensures the new base layers integrate coherently with existing provider metadata and UI wiring.

What is the best way to debug inconsistent Earth View imagery layers and capture-time labels?

Debug inconsistent Earth View imagery layers by reviewing the provider model and capture-time utilities in src/lib. Adjusting variant definitions and provider metadata resolves capture-time label inconsistencies across base layers and overlays.

Can I use this approach to manage both Copernicus Sentinel and NASA GIBS imagery providers together?

Yes, you can manage both Copernicus Sentinel and NASA GIBS providers together. The centralized provider model organizes registry entries for both systems, ensuring consistent configuration across global imagery layers.

How do I reorder or remove imagery layers and categories without breaking the UI wiring?

Reorder or remove imagery layers by adjusting the provider registry entries and variant definitions. This maintains coherent UI wiring by keeping the provider metadata and layer categories synchronized across the application.

Does configuring Earth View imagery overlays require understanding the provider model and capture-time utilities?

Yes, configuring overlays requires understanding the provider model, registry entries, and capture-time utilities. This knowledge is necessary to properly define base layers, overlays, and capture-time labels in the src/providers and src/lib directories.