iota2.common.custom_numpy_features

This module allow to use python function in an OTB pipeline

Functions

compute_custom_features(tile, output_path, ...)

This function applies a list of functions to an otb pipeline data and returns an otbimage object.

convert_numpy_array_to_otb_image(otbimage, ...)

This function allow to convert a numpy array to an otb image

search_external_features_function(...)

searches function first in user defined module and then fallbacks to iota2 module path

Classes

custom_numpy_features(tile_name, ...[, ...])

This class add functions provided by an user.

data_container(tile_name, output_path, ...)

This class contains all methods to access data in image

iota2_constants([i2_const_module, ...])