pysepal.sepalwidgets#

All the widgets available in pysepal.

Package to access all the widgets available in pysepal. The widgets are all derived from IpyvuetifyWidget and SepalWidget. They can be used to build interfaces in applications. pysepal.sepalwidgets includes all the widgets from ipyvuetify and some extra ones that are useful to build GIS related applications.

Everything module content can be called directly from the package.

Example

from pysepal import sepalwidgets as sw

sw.Btn()

Modules

alert

Custom widgets relative to user outputs.

app

Custom widgets relative to user application framework.

btn

Custom Buttons.

file_input

Custom FileInput widget that leverages vuetify templates and handles both local and remote files (sepal).

inputs

Custom input widgets to setup parameters in application.

radio

Add extra behavior to radio and radio group to allow radio to be used as stand_alone components.

sepal_ipyvuetify

All the ipyvuetify class override as SepalWidgets.

sepalwidget

Custom sepalwidgets to add extra members to normal IpyvuetfiWidget.

tile

Custom Card widget to create Tiles in application.

vue_app

Custom Map app layout for SEPAL ui Map interfaces.

vue_widgets

Custom FileInput widget that leverages vuetify templates and handles both local and remote files (sepal).

widget

Custom widgets that are nor input nor UI interface.