nasa_gibs_tile
Construct NASA GIBS WMTS tile URLs for satellite imagery layers by specifying layer, date, zoom, and tile coordinates. Access near-real-time or archival Earth observation data.
Instructions
Construct a NASA GIBS (Global Imagery Browse Services) WMTS tile URL for a specific layer, date, and tile coordinate. GIBS provides near-real-time and archival satellite imagery as map tiles. Common layers: VIIRS_SNPP_CorrectedReflectance_TrueColor, MODIS_Terra_CorrectedReflectance_TrueColor, MODIS_Aqua_CorrectedReflectance_TrueColor, VIIRS_SNPP_Thermal_Anomalies_375m_Night, VIIRS_Black_Marble, MODIS_Terra_Snow_Cover, MODIS_Combined_MAIAC_L2G_AerosolOpticalDepth. Tiles can be viewed in map clients or downloaded directly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | Tile column index (depends on zoom level) | |
| y | Yes | Tile row index (depends on zoom level) | |
| z | Yes | Zoom level (0-9). 0 = global view, 9 = max detail | |
| date | Yes | Imagery date in YYYY-MM-DD format | |
| layer | Yes | GIBS layer identifier. Examples: 'VIIRS_SNPP_CorrectedReflectance_TrueColor', 'MODIS_Terra_CorrectedReflectance_TrueColor', 'VIIRS_SNPP_Thermal_Anomalies_375m_Night', 'VIIRS_Black_Marble', 'MODIS_Terra_Snow_Cover' |