sepal_ui.planetapi.planet_widgets.InfoView#

class sepal_ui.planetapi.planet_widgets.InfoView(**kwargs)[source]#

Card to validate subscription.

Custom optional card to be displayed within the planet view to validate the available subscriptions from the log-in credentials and show the info related with them, such as the quotas and remaining time of activation.

Parameters:

model (PlanetModel | None) – the planetModel associated with the display

Attributes

model

Backend model to manipulate interface actions

Methods

__init__

Card to validate subscription.

open_info

Shrink or srhunk the content of the expansion panel.

InfoView.__init__(model, **kwargs)[source]#

Card to validate subscription.

Custom optional card to be displayed within the planet view to validate the available subscriptions from the log-in credentials and show the info related with them, such as the quotas and remaining time of activation.

Parameters:

model (PlanetModel) – the planetModel associated with the display

Return type:

None

InfoView.open_info(widget, *args)[source]#

Shrink or srhunk the content of the expansion panel.

It automatically sends a request to build the data.

Parameters:

widget (VuetifyWidget) – the widget to expand

Return type:

None