Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add color bar #1184

Open
Mojganz opened this issue Mar 27, 2024 · 1 comment
Open

add color bar #1184

Mojganz opened this issue Mar 27, 2024 · 1 comment

Comments

@Mojganz
Copy link

Mojganz commented Mar 27, 2024

I want to add a color bar for this code lake_image = sentinel2.median()

vis = {
'bands': ['B4', 'B3', 'B2'],
'min': 0,
'max': 900
}
Map = geemap.Map()

Map.centerObject(lake_7, 16)

Map.addLayer(lake_image, vis, 's2')

Display the map.

Map

I take a sentinel 2 image over a specific lake and map it. But I have a problem with showing color bar for my map
this is map of lake

Screenshot 2024-03-27 144330
@giswqs
Copy link
Contributor

giswqs commented Mar 27, 2024

This is a geemap question. Post it at https://github.com/gee-community/geemap/discussions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants