NASA_TERRA_TRUECOLOR#
- NASA_TERRA_TRUECOLOR = {'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': 9, 'maptiles_min_zoom': 1, 'maptiles_url': 'https://gibs.earthdata.nasa.gov/wmts/epsg3857/best/MODIS_Terra_CorrectedReflectance_TrueColor/default/2015-06-07/GoogleMapsCompatible_Level9/{z}/{y}/{x}.jpg'}#
NASA tiles, Terra TrueColor theme.
Examples
1from lets_plot import * 2from lets_plot import tilesets 3LetsPlot.setup_html() 4ggplot() + geom_livemap(tiles=tilesets.NASA_TERRA_TRUECOLOR)