Usage#

Installation#

To install EO-Toolbox

pip install rasterio

Creating recipes#

To create a recipe :

You can

lumache.get_random_ingredients(kind=None)#

Return a list of random ingredients as strings.

For now, random list of ingredients

Parameters

kind (list[str] or None) – Optional “kind” of ingredients.

Raises

lumache.InvalidKindError – If the kind is invalid.

Returns

The ingredients list.

Return type

list[str]

exception lumache.InvalidKindError#

Raised if the kind is invalid.