pysepal.solara.utils#

Utility functions for working with GEE interfaces in Solara applications.

This module provides convenient helper functions to access the current GEE interface and SepalClient without having to manage sessions manually.

Functions

get_current_drive_interface

Returns Drive interface for the current kernel session.

get_current_gee_interface

Returns the GEE interface for the current kernel session.

get_current_sepal_client

Returns SepalClient for the current kernel session.

get_current_session_info

Returns session information for the current kernel.

get_sessions_overview

Returns overview information about all active sessions.