sepal_ui.planetapi#

All modules used to create an Planet interface.

Package to access all the widget, model and tiles to create an Planet interface in sepal-ui.

Every module content can be called directly from the package.

Example

from sepal_ui import planetapi

planetapi.PlanetView()

Modules

sepal_ui.planetapi.planet_model

Model object dedicated to Planet interface.

sepal_ui.planetapi.planet_view

The Card widget to use in application to interface with Planet.

sepal_ui.planetapi.planet_widgets

Widgets used to build the PLanetView interface.