We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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')
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
The text was updated successfully, but these errors were encountered:
This is a geemap question. Post it at https://github.com/gee-community/geemap/discussions
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: