You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We do have a python package in the org that perfectly mimic the behavior of addLayer with geemap. What if this ee-package was exposed also as a python package (that will simply generate color list) to transparently transfer code from GEE to Python API (and specifically Jupyter interface) ?
The text was updated successfully, but these errors were encountered:
Since geemap already includes matplotlib colormaps, which has the majority of palettes in this repo, I'm hesitant to do anything more (also don't have time currently).
To use the colormaps in geemap, you can get hex codes with the get_palette function or specify a palette by name in vis_params when calling Map.add_ee_layer() for example "Spectral" palette:
We do have a python package in the org that perfectly mimic the behavior of addLayer with geemap. What if this ee-package was exposed also as a python package (that will simply generate color list) to transparently transfer code from GEE to Python API (and specifically Jupyter interface) ?
The text was updated successfully, but these errors were encountered: