pysepal.planetapi#

All modules used to create an Planet interface.

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

Every module content can be called directly from the package.

Example

from pysepal import planetapi

planetapi.PlanetView()

Modules

planet_model

Model object dedicated to Planet interface.

planet_view

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

planet_widgets

Widgets used to build the PLanetView interface.