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 the Drive interface for the current runtime.

get_current_gee_interface

Returns the GEE interface for the current runtime.

get_current_sepal_client

Returns a SepalClient for the current runtime's session.

get_current_session_info

Return the current runtime scope's session status.

get_sessions_overview

Return every session the process holds.