Skip to main content
Cesium Moon

Cesium Moon

The First Complete, Accurate, and Readily Accessible 3D Dataset of the Moon

Cesium Moon is complete 3D Tiles of the lunar surface that enables 3D visualizations, simulations, and analytics to support advanced digital twin creation. Cesium Moon combines multiple datasets available from NASA’s Lunar Reconnaissance Orbiter (LRO) into a single tileset with the highest resolution data located around the critical polar regions of the Moon. 

Get access to Cesium Moon

Sign up for a Cesium ion account to use this 3D tileset in your custom applications.

Asset Specs

Format: 3D Tiles

Coverage: The Moon

Resolution:

CoverageSourceApproximate resolution in meters
Mid Latitudes
Imagery60N - 60SMoon LRO LROC WAC Global Morphology Mosaic100 m
Terrain60N - 60SMoon LRO LOLA - SELENE Kaguya TC Shaded Relief Merge 60N60S59 m
North Pole
Imagery60N - 90NWAC Global Morphologic Map100 m
Imagery85.5N - 90NLROC NAC images of the North pole1 m
Terrain60N - 90N Lunar Reconnaissance Orbiter LOLA RDR Gridded Data Collection 60 m
Terrain75N - 90NLunar Reconnaissance Orbiter LOLA RDR Gridded Data Collection 30 m
Terrain80N - 90NLunar Reconnaissance Orbiter LOLA RDR Gridded Data Collection 20 m
Terrain85N - 90NLunar Reconnaissance Orbiter LOLA RDR Gridded Data Collection 10 m
Terrain87.5N - 90NLunar Reconnaissance Orbiter LOLA RDR Gridded Data Collection 5 m
South Pole
Imagery60S - 90SWAC Global Morphologic Map100 m
Imagery85.5S - 90SLROC NAC images of the South pole1 m
Terrain60S - 90S Lunar Reconnaissance Orbiter LOLA RDR Gridded Data Collection 60 m
Terrain75S - 90SLunar Reconnaissance Orbiter LOLA RDR Gridded Data Collection 30 m
Terrain80S - 90SLunar Reconnaissance Orbiter LOLA RDR Gridded Data Collection 20 m
Terrain85S - 90SLunar Reconnaissance Orbiter LOLA RDR Gridded Data Collection 10 m
Terrain87.5S - 90SLunar Reconnaissance Orbiter LOLA RDR Gridded Data Collection 5 m

CesiumJS Code Example

// Set the default ellipsoid to the moon instead of WGS84
Cesium.Ellipsoid.default = Cesium.Ellipsoid.MOON;

const viewer = new Cesium.Viewer("cesiumContainer", {
  // This is a global 3D Tiles tileset so disable the
  // globe to prevent it from interfering with the data
  globe: false,
  // 2D and Columbus View are not currently supported
  // for global 3D Tiles tilesets
  sceneModePicker: false,
  // Don't use Earth imagery layers for other celestial bodies 
  baseLayerPicker: false,
  // Geocoder is not currently supported for lunar locations
  geocoder: false,
});

try {
  const tileset = await Cesium.Cesium3DTileset.fromIonAssetId(2684829);
  viewer.scene.primitives.add(tileset);
} catch (error) {
  console.log(error);
}

Cesium ion Self-Hosted

If your enterprise deployment requires the use of Cesium Moon in your own environment, let's talk.

Terms of use and attribution requirements

To learn about the terms of use and attribution requirements for Cesium Mars, see the Cesium ion Terms of Service, Cesium Global 3D Content, and the Content Usage and Attribution Guide.

Sources

CoverageSourceAttribution
North Pole imageryLRO-L-LROC-5-RDR-V1.0 NAC_POLE_NORTHNASA and the USGS Astrogeology Science Center
North Pole imageryWAC Global Morphologic Map - 100 meters per pixelNASA and the USGS Astrogeology Science Center
South Pole imageryLRO-L-LROC-5-RDR-V1.0 NAC_POLE_SOUTHNASA and the USGS Astrogeology Science Center
South Pole imageryWAC Global Morphologic Map - 100 meters per pixelNASA and the USGS Astrogeology Science Center
Global imageryMoon LRO LROC WAC Global Morphology Mosaic 100mNASA and the USGS Astrogeology Science Center
60deg to 90deg terrainlro-l-lola-3-rdr-v1 polar/jp2NASA and the USGS Astrogeology Science Center
60s to 60n terrainMoon LRO LOLA - SELENE Kaguya TC DEM Merge 60N60S 59mNASA and the USGS Astrogeology Science Center

Looking for more 3D content?

We've curated global terrain, 3D buildings, and satellite imagery ready to use in custom applications.