titiler module#

class jupyter_xarray_tiler.titiler.TiTilerServer[source]#

A singleton class to manage a TiTiler FastAPI server instance.

Shamelessly stolen from jupytergis-tiler.

geojupyter/jupytergis-tiler

property routes: list[dict[str, Any]]#
async start_tile_server() None[source]#
async add_data_array(data_array: DataArray, colormap_name: str = 'viridis', rescale: tuple[float, float] | None = None, scale: int = 1, algorithm: BaseAlgorithm | None = None, **params) str[source]#
async stop_tile_server() None[source]#