Skip to main content

evo-colormaps

GitHub source

The Colormap API is a key feature of the Evo platform, providing a mechanism to create colour mappings and associate them to geoscience data.

Usage

from evo.colormaps import ColormapAPIClient

colormap_client = ColormapAPIClient(environment, connector)
colormaps = await colormap_client.list_colormaps()

See the ColormapAPIClient page for the full API reference.

What is the reason for your feedback?