sepal_ui.aoi#

All modules used to create AOI selection interface.

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

Every module content can be called directly from the package.

Example

from sepal_ui import aoi

aoi.AoiTile(gee=False)

Modules

sepal_ui.aoi.aoi_model

Model object dedicated to AOI selection.

sepal_ui.aoi.aoi_tile

sepal-ui Tile object tuned for AOI selection.

sepal_ui.aoi.aoi_view

Card object dedicated to AOI selection.