lets_plot.tilesets.NASA_BLUEMARBLE_NEXTGENERATION¶
- lets_plot.tilesets.NASA_BLUEMARBLE_NEXTGENERATION = {'maptiles_attribution': '<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': 8, 'maptiles_min_zoom': 1, 'maptiles_url': 'https://gibs.earthdata.nasa.gov/wmts/epsg3857/best/BlueMarble_NextGeneration/default//GoogleMapsCompatible_Level8/{z}/{y}/{x}.jpg'}¶
NASA tiles, BlueMarble NextGeneration theme.
Examples
1from lets_plot import * 2from lets_plot import tilesets 3LetsPlot.setup_html() 4ggplot() + geom_livemap(tiles=tilesets.NASA_BLUEMARBLE_NEXTGENERATION)