GetPalette Documentation
- RadGEEToolbox.GetPalette.get_palette(name)
Returns the color palette associated with the given name.
- Parameters:
name (str) – Options include: - Scientific: ‘viridis’, ‘plasma’, ‘inferno’, ‘magma’, ‘cividis’, ‘turbo’, ‘coolwarm’, ‘spectral’ - Sequential: ‘blues’, ‘greens’, ‘reds’, ‘greys’, ‘oranges’, ‘purples’ - Diverging: ‘rdylgn’ (Red-Yellow-Green), ‘rdylbu’ (Red-Yellow-Blue), ‘rdbu’ (Red-White-Blue), ‘brbg’ (Brown-Blue-Green), ‘piyg’ (Pink-Yellow-Green) - Domain Specific: ‘dem’ (Elevation), ‘terrain’ (Topography), ‘ndvi’ (Vegetation), ‘ndwi’ (Water), ‘precipitation’ (Rain/Snow), ‘thermal’ (Temperature), ‘evapotranspiration’ (ET) - Custom/Legacy: ‘algae’, ‘dense’, ‘haline’, ‘jet’, ‘matter’, ‘pubu’, ‘soft_blue_green_red’, ‘turbid’, ‘ylord’, ‘ocean’
- Returns:
list of colors to be used for image visualization in GEE vis params
- Return type:
list