AoiTile#

Overview#

AoiTile is a Tile tailored for the selection of an AOI. Render and bind all the variable to create an autonomous AOI selector. If you use a custom AOI, it will create a asset in you gee account with the name aoi_[aoi_name]. It inherits from the SepalWidget class. Any argument from the original Card ipyvuetify class can be used to complement it. You can choose either or not you want to use the gee binding.

from sepal_ui import aoi

# correct colors for the documentation
# set to dark in SEPAL by default
import ipyvuetify as v
v.theme.dark = False

aoi_tile = aoi.AoiTile(gee=False)
aoi_tile

Note

More information can be found here.