pysepal.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 pysepal.

Every module content can be called directly from the package.

Example

from pysepal import aoi

aoi.AoiTile(gee=False)

Modules

aoi_model

Model object dedicated to AOI selection.

aoi_tile

sepal-ui Tile object tuned for AOI selection.

aoi_view

Card object dedicated to AOI selection.