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