utils#

Utils methods for file and asset manipulation in the context of batch processing.

Functions#

area_units_to_m2(area_units)

Convert area units to m2.

format_asset_id(description)

Format a name to be accepted as an asset Id.

format_bandname(name[, replacement])

Format a band name to be allowed in GEE.

format_class_info(class_info)

Format the class information.

format_description(description)

Format a name to be accepted as a Task description.

initialize_documentation()

Initialize Earth Engine Python API in the context of the Documentation build.

plot_data(type, data, label_name[, colors, ax])

Plotting mechanism used in all the plotting functions.