lets_plot.tilesets.NASA_GREYSCALE_SHADED_RELIEF_30M#

lets_plot.tilesets.NASA_GREYSCALE_SHADED_RELIEF_30M = {'maptiles_attribution': '<a href="https://lets-plot.org">© Lets-Plot</a>, map data: <a href="https://earthdata.nasa.gov/eosdis/science-system-description/eosdis-components/gibs">© NASA Global Imagery Browse Services (GIBS)</a>', 'maptiles_kind': 'raster_zxy', 'maptiles_max_zoom': 12, 'maptiles_min_zoom': 1, 'maptiles_url': 'https://gibs.earthdata.nasa.gov/wmts/epsg3857/best/ASTER_GDEM_Greyscale_Shaded_Relief/default//GoogleMapsCompatible_Level12/{z}/{y}/{x}.jpg'}#

NASA tiles, greyscale shaded relief (30m) theme.

Examples

1from lets_plot import *
2from lets_plot import tilesets
3LetsPlot.setup_html()
4ggplot() + geom_livemap(tiles=tilesets.NASA_GREYSCALE_SHADED_RELIEF_30M)