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
Custom widgets relative to user outputs. |
|
Custom widgets relative to user application framework. |
|
Custom Buttons. |
|
Custom FileInput widget that leverages vuetify templates and handles both local and remote files (sepal). |
|
Custom input widgets to setup parameters in application. |
|
Add extra behavior to radio and radio group to allow radio to be used as stand_alone components. |
|
All the ipyvuetify class override as SepalWidgets. |
|
Custom sepalwidgets to add extra members to normal |
|
Custom Card widget to create Tiles in application. |
|
Custom Map app layout for SEPAL ui Map interfaces. |
|
Custom FileInput widget that leverages vuetify templates and handles both local and remote files (sepal). |
|
Custom widgets that are nor input nor UI interface. |