Global Imagery Browse Services (GIBS) Integration

Indexing OGC Web Map Tile Services for STAC collection creation

Global Imagery Browse Services (GIBS) delivers access to full-resolution visualizations of satellite imagery through standardized access through services like the OGC Web Map Tile Service or Wep Map Service.

OGC Web Map Tile Service (WMTS) A WMTS enabled server application can serve map tiles of spatially referenced data using tile images with predefined content, extent, and resolution.

OGC Web Map Service (WMS) Provides a simple HTTP interface for requesting geo-registered map images from one or more distributed geospatial databases.

Overview

NASA’s Global Imagery Browse Services (GIBS) API leverages the OGC WMTS specification to deliver the collections of NASA satellite imagery.

Web Map Tile Service (WMTS) is used for interactive web mapping and is an OGC standard for serving pre-rendered map tiles by pre-generating and caching tiles on the server. To learn more about the OGC WMTS implementation of a STAC compliant collection, please refer to the web-map-links extension documentation.

Architecture

graph LR
    A[GIBS API] --> B[STAC Collection]
    B --> C[VEDA Catalog]
    
    subgraph VedaIntegration [VEDA Integration]
        D[Dashboard Visualization]
        E[API Access]
        F[Data Discovery]
        style VedaIntegration fill:#D3D3D3
    end
    
    C --> D
    C --> E
    C --> F