Loading...
Fetching data from NASA APIs
Fetching data from NASA APIs
Web Map Tile Service (WMTS) for Moon, Mars, and Vesta exploration imagery. High-resolution mosaics from NASA missions including LRO, MRO, and Dawn.
3
Moon Layers
8
Mars Layers
5
Vesta Layers
16
Total Mosaics
1,737.4 km radius
Earth's only natural satellite
3,389.5 km radius
The Red Planet - fourth from the Sun
262.7 km radius
Second-largest asteroid in the asteroid belt
Lunar Reconnaissance Orbiter Wide Angle Camera global mosaic at 303 pixels per degree
Viking Orbiter global color mosaic of Mars
Dawn Framing Camera High Altitude Mapping Orbit mosaic
Sea of Tranquility
π 0.6875Β°N, 23.4333Β°E
First human Moon landing
Ocean of Storms
π 3.0128Β°S, 336.5783Β°E
Precision landing near Surveyor 3
Fra Mauro
π 3.6453Β°S, 342.5225Β°E
Explored hilly terrain
Hadley-Apennine
π 26.1322Β°N, 3.6339Β°E
First use of Lunar Roving Vehicle
Descartes Highlands
π 8.9734Β°S, 15.5011Β°E
Highland terrain exploration
Taurus-Littrow Valley
π 20.1908Β°N, 30.7717Β°E
Last crewed Moon mission, found orange soil
Standard cylindrical projection covering full globe
Stereographic projection centered on north pole
Stereographic projection centered on south pole
0
global
2
hemisphere
5
regional
8
local
12
detail
15
high res
The basic URL template for requesting tiles from the WMTS service:
{BaseURL}/EQ/{Layer}/1.0.0/{Style}/{TileMatrixSet}/{TileMatrix}/{TileRow}/{TileCol}.{format}
# Variables:
# - BaseURL: https://trek.nasa.gov/tiles/{Body}
# - Layer: Mosaic identifier (e.g., LRO_WAC_Mosaic_Global_303ppd_v02)
# - Style: Usually "default"
# - TileMatrixSet: Usually "default028mm"
# - TileMatrix: Zoom level (0, 1, 2, ...)
# - TileRow: Row index
# - TileCol: Column index
# - format: png or jpg# Moon - LRO WAC Global Mosaic (Zoom 0, Tile 0,0) https://trek.nasa.gov/tiles/Moon/EQ/LRO_WAC_Mosaic_Global_303ppd_v02/1.0.0/default/default028mm/0/0/0.jpg # Moon - LRO WAC Global Mosaic (Zoom 0, Tile 0,1) https://trek.nasa.gov/tiles/Moon/EQ/LRO_WAC_Mosaic_Global_303ppd_v02/1.0.0/default/default028mm/0/0/1.jpg # Mars - Viking Color Mosaic (Zoom 1, Tile 0,0) https://trek.nasa.gov/tiles/Mars/EQ/Viking_MDIM21_ClrMosaic_global_232m/1.0.0/default/default028mm/1/0/0.jpg # Vesta - Dawn HAMO Global (Zoom 0, Tile 0,0) https://trek.nasa.gov/tiles/Vesta/EQ/Vesta_Dawn_FC_HAMO_Mosaic_Global_74ppd/1.0.0/default/default028mm/0/0/0.png
For equirectangular projection, each zoom level doubles the number of tiles:
| Zoom Level | Columns | Rows | Total Tiles |
|---|---|---|---|
| 0 | 2 | 1 | 2 |
| 1 | 4 | 2 | 8 |
| 2 | 8 | 4 | 32 |
| 3 | 16 | 8 | 128 |
| 4 | 32 | 16 | 512 |
| 5 | 64 | 32 | 2048 |
Each mosaic has a WMTS GetCapabilities XML document describing its properties:
LRO WAC Global Mosaic
https://trek.nasa.gov/tiles/Moon/EQ/LRO_WAC_Mosaic_Global_303ppd_v02/1.0.0/WMTSCapabilities.xmlViking Color Mosaic - Global
https://trek.nasa.gov/tiles/Mars/EQ/Viking_MDIM21_ClrMosaic_global_232m/1.0.0/WMTSCapabilities.xml