Skip to content

Add colorbar to timelapse #846

Closed
Closed
@giswqs

Description

@giswqs

It would be useful to add a colorbar to a timelapse, e.g., temperature, NDVI.

import geemap
import geemap.colormaps as cm 
geemap.save_colorbar(vis_params={'min': 20, "max":40, 'palette': cm.get_palette("coolwarm")}, tick_size=12, label="Surface temperature")

image

geemap.save_colorbar(vis_params={'min': -1, "max":1, 'palette': cm.palettes.ndvi}, tick_size=12, label="NDVI")

image

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions