ee-palettes icon indicating copy to clipboard operation
ee-palettes copied to clipboard

A set of common color palettes for Google Earth Engine

Results 2 ee-palettes issues
Sort by recently updated
recently updated
newest added

93 # Set visualisation parameters 94 ---> 95 palettes = oeel.requireJS('users/gena/packages:palettes') 96 palette_DEM = palettes.kovesi.diverging_bwr_40_95_c42[7] 97 [/usr/local/lib/python3.10/dist-packages/oeel/oeel.py](https://localhost:8080/#) in requireJS(self, libPath) 293 return external.externalEEjs(self.nodeSocket,os.getcwd()+'/'+libPath).libInterface; 294 else: --> 295 raise self.oeelMissingRequireFile('No file...

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...